fix: 🐛 change location reference to BDLocation
This commit is contained in:
parent
804668dca5
commit
6c6e2ed120
@ -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)
|
||||
Loading…
Reference in New Issue
Block a user