From 5bd5bdced40069d775128f6865870de6a8ff5bb9 Mon Sep 17 00:00:00 2001 From: akbermirage Date: Tue, 30 Sep 2025 10:11:27 +0600 Subject: [PATCH] updated encounter profile- add dischargedisposition-add --- input/fsh/encounter-profile.fsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/input/fsh/encounter-profile.fsh b/input/fsh/encounter-profile.fsh index 0593722..20d4e79 100644 --- a/input/fsh/encounter-profile.fsh +++ b/input/fsh/encounter-profile.fsh @@ -9,7 +9,7 @@ Description: "Profile of Encounter Bangladesh Standard" * status 1..1 MS * status from BDEncounterStatusSubsetVS -* reaction ^definition = "Adverse reaction following immunization" +* status ^definition = "planned, in-progress, finished, cancelled" * class 1..1 MS * class from BDEncounterClassSubsetVS @@ -18,6 +18,7 @@ Description: "Profile of Encounter Bangladesh Standard" //* subject from https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient * basedOn 0..1 MS +//* basedOn only Reference (CarePlan or DeviceRequest or MedicationRequest or ServiceRequest) * partOf 0..1 MS @@ -31,3 +32,4 @@ Description: "Profile of Encounter Bangladesh Standard" //* admission 0..* MS //* admission.dischargeDisposition 0..1 MS +* hospitalization.dischargeDisposition 0..1 MS \ No newline at end of file