From a5fbd82834ae540d572476c562d206705c190d08 Mon Sep 17 00:00:00 2001 From: akbermirage Date: Wed, 1 Oct 2025 10:55:47 +0600 Subject: [PATCH] updated cardinality of encounter profile --- input/fsh/profile/BDEncounter.fsh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/input/fsh/profile/BDEncounter.fsh b/input/fsh/profile/BDEncounter.fsh index ef3c775..72c6881 100644 --- a/input/fsh/profile/BDEncounter.fsh +++ b/input/fsh/profile/BDEncounter.fsh @@ -7,14 +7,15 @@ Description: "Profile of Encounter Bangladesh Standard" * identifier 1..* -* status 1..1 MS +* status 1..1 * status from BDEncounterStatusSubsetVS -* status ^definition = "planned, in-progress, finished, cancelled" +* status ^short = "Encounter status in BD" +* status ^definition = "Status of patient encounter (planned, in-progress, finished, cancelled)" -* class 1..1 MS +* class 1..1 * class from BDEncounterClassSubsetVS -* subject 1..1 MS +* subject 1..1 //* subject from https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient * basedOn 0..1 MS @@ -22,16 +23,15 @@ Description: "Profile of Encounter Bangladesh Standard" * partOf 0..1 MS -* serviceProvider 1..1 MS +* serviceProvider 1..1 -* participant 1..* MS -* participant.period 1..1 MS +* participant 1..* +* participant.period 1..1 * diagnosis 0..* MS * diagnosis.condition only Reference(BDConditionProfile) -//* admission 0..* MS -//* admission.dischargeDisposition 0..1 MS + * hospitalization.dischargeDisposition 0..1 MS \ No newline at end of file