Skip to main content

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
Generate clinician-grade and patient-grade summaries from a complete episode.

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:
  1. Reads the complete episode timeline and active state
  2. Drafts a clinician-grade discharge summary in the template
  3. Drafts a patient-grade summary at the configured reading level
  4. Translates both if needed
  5. Posts to the EHR and to the patient portal

Composable experts

The Discharge Summary Agent bundles the following experts from the registry:
ExpertRole
Episode Timeline ExpertComplete episode synthesis
Medication Reconciliation ExpertActive list at discharge
Plain-Language ExpertReading-level and translation
Documentation Quality ExpertTemplate 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

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.