v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBGet IPD Admission
Overview
This API fetches a single IPD (In-Patient Department) admission by its id, scoped to the caller's business (b-id). An admission document captures the full in-patient episode — the patient, their attendee, insurance, bed and rateplan, the responsible doctor/department/facility, billing totals, and the admission's lifecycle state.
The admission's lifecycle is tracked with two fields: a coarse stage (IN → Recommended Admission, AD → active Admission, DC → Discharged) and a granular status within that stage (for example ADMISSION_CONFIRMED, BED_ASSIGNED, UNDER_CARE, DISCHARGED).
The admission_id path param is the admission id. All timestamp fields are returned as ISO-8601 date-time strings.
Path parameters
Id of the IPD admission to fetch (document id under ipd/{b-id}/admissions).
Headers
Response
OK — the requested IPD admission.