Generates a structured transition-of-care summary using the I-PASS framework for safe patient handoffs between care settings. Compiles illness severity, patient summary, action list, situation awareness, and synthesis from FHIR data. Use when asked for transition of care summary, handoff, transfer summary, or I-PASS handoff.
Use when a clinician needs a structured care transition document for transfers between inpatient units, facilities, or inpatient-to-outpatient handoffs.
fhir_search to retrieve the current Encounter with admission detailsfhir_read to retrieve Patient demographicsfhir_search to pull active Conditions for illness severity and problem listfhir_search to pull active MedicationRequest for current medication listfhir_search to pull recent Observation resources (vitals, labs) for clinical statusfhir_search to pull pending ServiceRequest resources for action itemsfhir_search to pull active CarePlan for ongoing care goalsfhir_create to create DocumentReference with the transition summaryfhir_search(resourceType="Encounter", queryParams="patient=[patient-id]&status=in-progress&class=http://terminology.hl7.org/CodeSystem/v3-ActCode|IMP")
fhir_search(resourceType="ServiceRequest", queryParams="patient=[patient-id]&status=active,draft&encounter=[encounter-id]")