Generates comprehensive discharge summary documents from FHIR data including admission diagnosis, hospital course, procedures, discharge medications, follow-up instructions, and pending results. Use when asked to write a discharge summary, generate discharge documentation, or create a hospital discharge note.
Use when a clinician needs a comprehensive discharge summary document compiled from the patient's hospital course in FHIR.
fhir_search to retrieve the Encounter (admission date, discharge date, reason, attending)fhir_read to retrieve Patient demographicsfhir_search to pull Condition resources: admitting diagnosis, discharge diagnoses, complicationsfhir_search to pull Procedure resources performed during the hospitalizationfhir_search to pull active MedicationRequest for discharge medications; compare against admission medications for reconciliation summaryfhir_search to pull key Observation results (admission labs, discharge labs, significant findings)fhir_search to pull ServiceRequest resources for pending results and referralsfhir_search to pull scheduled Appointments for follow-upfhir_create to persist as DocumentReference (LOINC 18842-5)fhir_read(resourceType="Encounter", id="[encounter-id]")
fhir_search(resourceType="Procedure", queryParams="patient=[patient-id]&encounter=[encounter-id]")
Edit PDFs with natural-language instructions using the nano-pdf CLI.