updating location file
Some checks failed
FHIR IG CI/CD Pipeline / build-ig (push) Failing after 1m50s
FHIR IG CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
Md. Jahir Abbas 2025-09-30 07:59:59 +06:00
parent 01951a31ca
commit 23586826bb
2 changed files with 11 additions and 5 deletions

View File

@ -48,7 +48,7 @@ Description: "Bangladesh Immunization Profile"
* location 0..1 * location 0..1
* location ^definition = "Location where vaccine was administered" * location ^definition = "Location where vaccine was administered"
* location only Reference(Location) //* location only Reference(Location)
* site 0..1 * site 0..1
* site ^definition = "Body site of administration" * site ^definition = "Body site of administration"
@ -60,13 +60,11 @@ Description: "Bangladesh Immunization Profile"
* doseQuantity 0..1 * doseQuantity 0..1
* doseQuantity ^definition = "Amount of vaccine administered" * doseQuantity ^definition = "Amount of vaccine administered"
//* doseQuantity from UCUM Units * doseQuantity.system = "http://unitsofmeasure.org"
* ^url = "http://unitsofmeasure.org"
* performer 0..* * performer 0..*
* performer ^definition = "Individual who performed the immunization" * performer ^definition = "Individual who performed the immunization"
//* performer from BD Practitioner Profile * performer.actor only Reference(BDPractitioner)
* ^url = "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-practitioner"
* reaction 0..* * reaction 0..*
* reaction ^definition = "Adverse reaction following immunization" * reaction ^definition = "Adverse reaction following immunization"

View File

@ -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)