Documentation Index
Fetch the complete documentation index at: https://docs.medera.info/llms.txt
Use this file to discover all available pages before exploring further.
Category: Evidence & Safety · Signals: Med list sources · Prescribing history · Discharge orders · Patient-reported
Overview
The Medication Reconciliation Agent pulls med lists from connected sources — EHR, Surescripts, pharmacy — and reconciles them with the patient-reported list, surfacing discrepancies and documenting the resolution. The active list becomes the source of truth across transitions.How this agent works
Configuration
This agent takes the following configuration from your practice settings:- Connected med list sources (EHR, Surescripts, pharmacy)
- Practice reconciliation cadence
- Discrepancy escalation tree
- Documentation requirements
Execution
At runtime, the agent executes the following steps:- Pulls med lists from connected sources
- Reconciles across sources and patient-reported list
- Surfaces discrepancies with rationale
- Documents the reconciliation and the resolution
- Tracks the active list as the source of truth
Composable experts
The Medication Reconciliation Agent bundles the following experts from the registry:| Expert | Role |
|---|---|
| Med List Source Expert | EHR, Surescripts, pharmacy integration |
| Reconciliation Expert | Discrepancy logic and resolution |
| Patient Report Expert | Patient-reported list capture |
| Documentation Expert | Reconciliation logging |
Typical use cases
- Reconcile med lists at every transition automatically
- Surface discrepancies before they cause harm
- Document reconciliation for audit
- Keep the active list current across sources
Compliance & safety guarantees
- Reconciliation runs at every transition by default
- Discrepancies are surfaced with rationale
- The active list is documented and auditable
Tags
MedRec · Reconciliation · Transitions · Auditable
Related
Agentic Framework Overview
Learn how agents compose with experts and the orchestrator.
Expert Registry
Browse the typed expert registry agents bundle.
Quickstart
Send your first message to an agent.
A2A Protocol
Learn how agents talk to each other.