Add encounter and location
Some checks failed
Deploy on production / deploy (push) Failing after 31s

This commit is contained in:
Md. Jahir Abbas 2025-09-29 16:13:52 +06:00
parent 4e40212905
commit 9dff0a48ae
3 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File