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: Documentation & Coding · Signals: Episode timeline · Active diagnoses · Medications · Patient reading level
Overview
The Discharge Summary Agent synthesizes a complete episode into both a clinician-grade discharge summary and a patient-grade summary at the configured reading level. Translations, medication reconciliation, and template adherence are first-class.How this agent works
Configuration
This agent takes the following configuration from your practice settings:- Practice discharge template
- Patient reading-level constraints
- Translation language set
- Attachment and medication list policy
Execution
At runtime, the agent executes the following steps:- Reads the complete episode timeline and active state
- Drafts a clinician-grade discharge summary in the template
- Drafts a patient-grade summary at the configured reading level
- Translates both if needed
- Posts to the EHR and to the patient portal
Composable experts
The Discharge Summary Agent bundles the following experts from the registry:| Expert | Role |
|---|---|
| Episode Timeline Expert | Complete episode synthesis |
| Medication Reconciliation Expert | Active list at discharge |
| Plain-Language Expert | Reading-level and translation |
| Documentation Quality Expert | Template adherence and completeness |
Typical use cases
- Generate a discharge summary at sign-off, not the next day
- Hand the patient a plain-language summary in their language
- Reconcile medications at discharge with documented rationale
- Document the complete episode without manual stitching
Compliance & safety guarantees
- Both clinician and patient summaries are generated
- Medication reconciliation is documented at discharge
- Patient summary is at the configured reading level
Tags
Discharge · Episode · Plain language · Patient-grade
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.