Hello,
- How do we Admit to inpatient using rest api.
- How do we transfer patient between two Wards using rest API.
Hello,
The Admit, Transfer, and Discharge (aka Exit From Inpatient) are all represented as Encounters with those given encounter types.
So you need to create an Encounter (using the encounter
REST endpoint) whose encounter type is Admission (or Transfer, or Discharge), and whose location is the ward they are admitted to (or transferred to, or discharged from).
Thanks a lot for the explanation @darius.