A Reconciliation UI is a specialized interface component designed to visually align and compare two conflicting data sets—such as an AI-derived medication list and an existing EHR record—for manual merging. It presents discrepancies side-by-side, highlighting additions, deletions, and modifications to enable rapid, accurate clinical decision-making.
Glossary
Reconciliation UI

What is Reconciliation UI?
A specialized interface component for visually aligning and merging conflicting data sets in clinical workflows.
The interface typically employs a diff view to highlight specific textual or coding differences, allowing a reviewer to accept, reject, or modify individual items. By integrating source attribution links back to the original unstructured text, the UI minimizes cognitive load and supports a high-integrity audit trail for every merged record.
Key Features of a Reconciliation UI
A Reconciliation UI is a specialized interface component designed to visually align and compare two conflicting data sets—such as an AI-derived medication list and an existing EHR record—for manual merging. The following features define best-in-class design for clinical reviewers.
Side-by-Side Diff View
A visual comparison interface that presents the source of truth (e.g., the existing EHR record) directly adjacent to the proposed changes (e.g., the AI-extracted list). This layout highlights specific textual, structural, or coding differences to accelerate validation.
- Inline highlighting: Additions, deletions, and modifications are color-coded (e.g., green for additions, red for deletions, yellow for modifications).
- Field-level alignment: Each medication attribute (name, dose, frequency, route) is vertically aligned to enable rapid scanning.
- Context preservation: The original source document snippet is displayed alongside the structured data to provide evidence without leaving the interface.
Confidence-Based Visual Triage
The interface visually encodes the model's calibrated probability for each extracted field, allowing reviewers to prioritize their attention on high-uncertainty items. This directly combats alert fatigue by preventing cognitive desensitization to low-value notifications.
- Color-coded badges: High-confidence fields (>95%) are marked green and may be collapsed; low-confidence fields (<70%) are marked red and expanded by default.
- Uncertainty indicators: Specific tokens or spans that contributed to low confidence are underlined with a wavy pattern.
- Sort and filter controls: Reviewers can sort the reconciliation queue by aggregate uncertainty score or filter to show only discrepancies.
Single-Click Resolution Actions
For each discrepancy, the UI provides discrete, unambiguous action buttons that allow the reviewer to resolve the conflict with a single click or keystroke, minimizing cognitive load and review burden.
- Accept AI: Overwrites the existing record with the AI-proposed value.
- Reject AI: Retains the existing record value and discards the AI suggestion.
- Manual Override: Opens an inline editor for the reviewer to type a corrected value.
- Defer/Escalate: Flags the item for a senior reviewer via an adjudication workflow.
- Keyboard shortcuts: Each action is mapped to a single key (e.g., 'A' for Accept, 'R' for Reject) to enable high-throughput review.
Source Attribution and Evidence Linking
Every AI-generated suggestion is directly linked to the exact sentence, paragraph, or table cell in the original unstructured source document. This source attribution enables rapid evidence verification and builds reviewer trust.
- Click-to-navigate: Clicking on a proposed medication navigates the source viewer to the originating text, which is temporarily highlighted.
- Multi-source traceability: If a conclusion is derived from multiple documents (e.g., a discharge summary and a specialist note), all sources are listed with their contribution weight.
- Copy citation: Reviewers can copy a formatted citation of the source evidence for audit documentation.
Correction Propagation Engine
When a reviewer corrects a specific error—such as fixing the spelling of a drug name or adjusting a span offset—the system automatically applies that same correction to identical or semantically similar errors across the entire batch. This correction propagation mechanism maintains consistency and drastically reduces redundant manual effort.
- Pattern recognition: The system identifies repeated extraction errors using fuzzy matching and normalized entity IDs.
- Preview before apply: A summary of all downstream changes is presented for reviewer approval before propagation.
- Undo capability: Propagated corrections can be rolled back in a single action if an error in the correction logic is identified.
Comprehensive Audit Trail
The interface maintains a chronological, tamper-proof record of every user interaction and system change. This audit trail provides a complete chain of custody for clinical data modifications, which is essential for compliance verification and medicolegal defense.
- Immutable event log: Records the reviewer identity, timestamp, action taken, previous value, and new value for every resolution.
- Session replay: Allows compliance officers to reconstruct a reviewer's exact screen state and sequence of actions for any past session.
- Exportable reports: Audit data can be exported in standard formats (CSV, JSON) for integration with external governance, risk, and compliance (GRC) systems.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Frequently Asked Questions
Essential questions about the design and implementation of reconciliation user interfaces for clinical data validation and merging workflows.
A Reconciliation UI is a specialized interface component that visually aligns and compares two conflicting data sets—such as an AI-derived medication list and an existing EHR record—for manual merging. The interface presents source data side-by-side using a diff view pattern, highlighting discrepancies in structure, coding, or clinical content. Reviewers can accept, reject, or modify individual fields, with the system tracking all changes in an audit trail. The UI typically employs progressive disclosure to manage cognitive load, revealing detailed clinical context only when needed. Reconciliation UIs are critical in clinical workflow automation where AI outputs must be validated against authoritative sources before integration into the patient record.
Related Terms
Core interface patterns and operational metrics that define how clinical reviewers interact with AI-generated data discrepancies for efficient manual merging.
Diff View
A visual comparison interface that highlights specific textual, structural, or coding differences between an AI-generated output and a human-corrected version. In medication reconciliation, a diff view might display the AI-extracted list on the left and the existing EHR record on the right, with color-coded inline highlights marking additions, deletions, and modifications. This pattern reduces cognitive load by eliminating the need for reviewers to manually scan two separate documents. Effective implementations use character-level or token-level differencing to surface subtle discrepancies like dosage changes or frequency updates that would otherwise be missed.
Source Attribution
A feature that directly links an AI-generated clinical statement or code to the exact sentence or paragraph in the original medical record. When a reconciliation UI flags a discrepancy between an AI-derived medication and the EHR record, source attribution enables the reviewer to click through and instantly verify the originating text. This eliminates the need to search through lengthy clinical notes and provides an auditable chain of evidence for every data point. Strong implementations highlight the source span on hover and support bidirectional navigation between the structured output and unstructured source.
Span Correction
A granular annotation task where a human reviewer adjusts the start and end character offsets of a highlighted medical entity in unstructured text. In reconciliation workflows, span correction is critical when the AI correctly identifies a medication but misaligns its boundaries—for example, capturing 'metformin 500mg' when the full entity is 'metformin 500mg twice daily'. The UI must support drag-to-resize highlighting or precise offset input fields. Accurate span correction directly improves downstream FHIR resource mapping and ensures extracted data faithfully represents the source document.
Straight-Through Processing Rate
The percentage of clinical documents or transactions processed entirely by AI without any human intervention, a key metric for measuring automation efficiency. In reconciliation UI design, the STP rate directly informs interface complexity: high-STP pipelines require lightweight exception-only review screens, while low-STP workflows demand full-featured reconciliation interfaces. Tracking STP over time reveals whether model improvements are translating to reduced review burden. A well-designed reconciliation UI should display real-time STP dashboards segmented by document type, clinical domain, and error taxonomy.
Correction Propagation
A mechanism that automatically applies a single human correction to identical or semantically similar errors across a batch or downstream dataset. When a reviewer resolves a medication discrepancy in the reconciliation UI, correction propagation ensures that the same error—such as a consistently mislabeled generic name—is fixed everywhere it appears without repeated manual intervention. This requires fuzzy matching algorithms and a confidence-scored propagation queue that lets reviewers approve or reject suggested cascading fixes, maintaining consistency while preventing over-correction.
Discrepancy Resolution
The systematic process of identifying, analyzing, and correcting mismatches between AI-extracted clinical data and the source document or between two independent human reviews. A reconciliation UI must present discrepancies in a structured, side-by-side format with clear accept/reject/merge controls. Common resolution actions include:
- Accept AI output and overwrite the existing record
- Reject AI output and retain the original EHR data
- Merge by selecting fields from both sources
- Manual edit to create a corrected composite entry Each action must be logged in an immutable audit trail for compliance.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us