Prepare 0.4.0: DGDA Drug and LOINC Integration
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 10m18s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-04-07 02:29:38 +06:00
parent adc2594bfb
commit 1c1b08c8a1
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
Instance: BDEncounterExample Instance: BDEncounterExample
InstanceOf: BDEncounterProfile InstanceOf: BDEncounter
Usage: #example Usage: #example
Title: "Example of a Bangladesh Patient Encounter" Title: "Example of a Bangladesh Patient Encounter"
Description: "An example of an outpatient encounter for a Bangladesh patient." Description: "An example of an outpatient encounter for a Bangladesh patient."

View File

@@ -1,5 +1,5 @@
Instance: BDPatientExample Instance: BDPatientExample
InstanceOf: BDPatientProfile InstanceOf: BDPatient
Usage: #example Usage: #example
Title: "Example of a Bangladesh Patient" Title: "Example of a Bangladesh Patient"
Description: "A minimal example for a patient satisfying name translations and address requirements." Description: "A minimal example for a patient satisfying name translations and address requirements."

View File

@@ -35,11 +35,11 @@ Description: "Bangladesh Immunization Profile"
* patient 1..1 * patient 1..1
* patient ^definition = "The patient receiving the vaccine" * patient ^definition = "The patient receiving the vaccine"
* patient only Reference(BDPatientProfile) * patient only Reference(BDPatient)
* encounter 1..1 * encounter 1..1
* encounter ^definition = "Encounter during which vaccine was administered" * encounter ^definition = "Encounter during which vaccine was administered"
* encounter only Reference(BDEncounterProfile) * encounter only Reference(BDEncounter)
* occurrence[x] 1..1 * occurrence[x] 1..1