Add encounter and location
Some checks failed
Deploy on production / deploy (push) Failing after 31s
Some checks failed
Deploy on production / deploy (push) Failing after 31s
This commit is contained in:
parent
4e40212905
commit
9dff0a48ae
@ -29,4 +29,4 @@ Description: "Profile of Encounter Bangladesh Standard"
|
||||
|
||||
//* admission 0..* MS
|
||||
//* admission.dischargeDisposition 0..1 MS
|
||||
* encounter.admission.dischargeDisposition 0..1
|
||||
//* encounter.admission.dischargeDisposition 0..1
|
||||
|
||||
@ -36,19 +36,19 @@ Description: "Bangladesh Immunization Profile"
|
||||
* expirationDate ^short = "Expiration Date"
|
||||
* expirationDate ^definition = "Expiration date of vaccine lot"
|
||||
|
||||
// * patient 1..1
|
||||
// * patient ^definition = "The patient receiving the vaccine"
|
||||
// * patient from BDPatientProfile
|
||||
* patient 1..1
|
||||
* patient ^definition = "The patient receiving the vaccine"
|
||||
* patient only Reference(BDPatientProfile)
|
||||
|
||||
* encounter 1..1
|
||||
* encounter ^definition = "Encounter during which vaccine was administered"
|
||||
//* encounter from BD Encounter Profile
|
||||
* encounter only Reference(BDEncounterProfile)
|
||||
|
||||
* occurrence[x] 1..1
|
||||
|
||||
// * location 0..1
|
||||
// * location ^definition = "Location where vaccine was administered"
|
||||
// * location only BDAddress
|
||||
* location 0..1
|
||||
* location ^definition = "Location where vaccine was administered"
|
||||
* location only Reference(Location)
|
||||
|
||||
* site 0..1
|
||||
* site ^definition = "Body site of administration"
|
||||
|
||||
0
input/fsh/profile/location.fsh
Normal file
0
input/fsh/profile/location.fsh
Normal file
Loading…
Reference in New Issue
Block a user