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

This commit is contained in:
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 0..* MS
//* admission.dischargeDisposition 0..1 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 ^short = "Expiration Date"
* expirationDate ^definition = "Expiration date of vaccine lot" * expirationDate ^definition = "Expiration date of vaccine lot"
// * patient 1..1 * patient 1..1
// * patient ^definition = "The patient receiving the vaccine" * patient ^definition = "The patient receiving the vaccine"
// * patient from BDPatientProfile * patient only Reference(BDPatientProfile)
* encounter 1..1 * encounter 1..1
* encounter ^definition = "Encounter during which vaccine was administered" * encounter ^definition = "Encounter during which vaccine was administered"
//* encounter from BD Encounter Profile * encounter only Reference(BDEncounterProfile)
* occurrence[x] 1..1 * occurrence[x] 1..1
// * location 0..1 * location 0..1
// * location ^definition = "Location where vaccine was administered" * location ^definition = "Location where vaccine was administered"
// * location only BDAddress * location only Reference(Location)
* site 0..1 * site 0..1
* site ^definition = "Body site of administration" * site ^definition = "Body site of administration"

View File