From 23586826bb34cb7f2e2b2e7ddf39b2dd49b8f95b Mon Sep 17 00:00:00 2001 From: JAHIRABBAS Date: Tue, 30 Sep 2025 07:59:59 +0600 Subject: [PATCH] updating location file --- input/fsh/profile/immunization-profile.fsh | 8 +++----- input/fsh/profile/location.fsh | 8 ++++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/input/fsh/profile/immunization-profile.fsh b/input/fsh/profile/immunization-profile.fsh index ad3c360..cc192c6 100644 --- a/input/fsh/profile/immunization-profile.fsh +++ b/input/fsh/profile/immunization-profile.fsh @@ -48,7 +48,7 @@ Description: "Bangladesh Immunization Profile" * location 0..1 * location ^definition = "Location where vaccine was administered" -* location only Reference(Location) +//* location only Reference(Location) * site 0..1 * site ^definition = "Body site of administration" @@ -60,13 +60,11 @@ Description: "Bangladesh Immunization Profile" * doseQuantity 0..1 * doseQuantity ^definition = "Amount of vaccine administered" -//* doseQuantity from UCUM Units -* ^url = "http://unitsofmeasure.org" +* doseQuantity.system = "http://unitsofmeasure.org" * performer 0..* * performer ^definition = "Individual who performed the immunization" -//* performer from BD Practitioner Profile -* ^url = "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-practitioner" +* performer.actor only Reference(BDPractitioner) * reaction 0..* * reaction ^definition = "Adverse reaction following immunization" diff --git a/input/fsh/profile/location.fsh b/input/fsh/profile/location.fsh index e69de29..f2b7c1d 100644 --- a/input/fsh/profile/location.fsh +++ b/input/fsh/profile/location.fsh @@ -0,0 +1,8 @@ +Profile: Location +Id: bd-location +Parent: Location +Title: "Location of Immunization for Bangladesh" +Description: "Address for Bangladesh Standard" + +* address 1..1 +* address only Reference(BDAddress)