fix: 🐛 change location reference to BDLocation
Some checks failed
FHIR IG CI/CD Pipeline / deploy (push) Blocked by required conditions
FHIR IG CI/CD Pipeline / build-ig (push) Has been cancelled

This commit is contained in:
Rukshan 2025-09-30 09:46:58 +06:00
parent 804668dca5
commit 6c6e2ed120

View File

@ -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(BDLocation)
* site 0..1
* site ^definition = "Body site of administration"
@ -68,4 +68,7 @@ Description: "Bangladesh Immunization Profile"
* reaction 0..*
* reaction ^definition = "Adverse reaction following immunization"
//TODO: change to BDObservation after creating the profile
* reaction.detail only Reference(Observation)
//TODO change to BDObservation after creating the profile
* reasonReference only Reference(Condition or Observation or DiagnosticReport)