From 1c1b08c8a1143ddb1d401428fa6ecc4056a1ca20 Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Tue, 7 Apr 2026 02:29:38 +0600 Subject: [PATCH] Prepare 0.4.0: DGDA Drug and LOINC Integration --- input/fsh/examples/BDEncounterExample.fsh | 2 +- input/fsh/examples/BDPatientExample.fsh | 2 +- input/fsh/profile/BDImmunization.fsh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/input/fsh/examples/BDEncounterExample.fsh b/input/fsh/examples/BDEncounterExample.fsh index f8dc87d..6db470c 100644 --- a/input/fsh/examples/BDEncounterExample.fsh +++ b/input/fsh/examples/BDEncounterExample.fsh @@ -1,5 +1,5 @@ Instance: BDEncounterExample -InstanceOf: BDEncounterProfile +InstanceOf: BDEncounter Usage: #example Title: "Example of a Bangladesh Patient Encounter" Description: "An example of an outpatient encounter for a Bangladesh patient." diff --git a/input/fsh/examples/BDPatientExample.fsh b/input/fsh/examples/BDPatientExample.fsh index e9c8ec7..b4707b5 100644 --- a/input/fsh/examples/BDPatientExample.fsh +++ b/input/fsh/examples/BDPatientExample.fsh @@ -1,5 +1,5 @@ Instance: BDPatientExample -InstanceOf: BDPatientProfile +InstanceOf: BDPatient Usage: #example Title: "Example of a Bangladesh Patient" Description: "A minimal example for a patient satisfying name translations and address requirements." diff --git a/input/fsh/profile/BDImmunization.fsh b/input/fsh/profile/BDImmunization.fsh index ffb551d..780839f 100644 --- a/input/fsh/profile/BDImmunization.fsh +++ b/input/fsh/profile/BDImmunization.fsh @@ -35,11 +35,11 @@ Description: "Bangladesh Immunization Profile" * patient 1..1 * patient ^definition = "The patient receiving the vaccine" -* patient only Reference(BDPatientProfile) +* patient only Reference(BDPatient) * encounter 1..1 * encounter ^definition = "Encounter during which vaccine was administered" -* encounter only Reference(BDEncounterProfile) +* encounter only Reference(BDEncounter) * occurrence[x] 1..1