For the multiple use-cases it is important we can determine where a patient came from (i.e. from home or another hospital), where the patient went after discharge, or if the patient died during the admission. FHIR offers the attributes Encounter.hospitalization.admitSource and Encounter.hospitalization.dischargeDisposition for this purpose.
We should ...
[ ] Ensure these attributes are populated.
[ ] Check if the value set Admit source is suitable.
For the multiple use-cases it is important we can determine where a patient came from (i.e. from home or another hospital), where the patient went after discharge, or if the patient died during the admission. FHIR offers the attributes
Encounter.hospitalization.admitSource
andEncounter.hospitalization.dischargeDisposition
for this purpose.We should ...