From 656499685861af712daeb2ea36279eceae32d230 Mon Sep 17 00:00:00 2001 From: Rukshan Date: Tue, 30 Sep 2025 10:17:50 +0600 Subject: [PATCH] fix: :bug: fix reportedReference reference --- input/fsh/profile/BDMedicationRequest.fsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/input/fsh/profile/BDMedicationRequest.fsh b/input/fsh/profile/BDMedicationRequest.fsh index e065fb5..0632d58 100644 --- a/input/fsh/profile/BDMedicationRequest.fsh +++ b/input/fsh/profile/BDMedicationRequest.fsh @@ -14,10 +14,9 @@ Description: "Profile of MedicationRequest Bangladesh Standard V2" // TODO: BDEncounter referencing * authoredOn 1..1 -* reported[x] 1..1 * requester 1..1 -* reported[x] only Reference(BDOrganization) or boolean +* reportedReference only Reference(BDPractitioner or BDOrganization or BDPatientProfile) * requester only Reference(BDPractitioner or BDOrganization) * priorPrescription only Reference(BDMedicationRequest) * basedOn only Reference(BDMedicationRequest or ServiceRequest or CarePlan or ImmunizationRecommendation) \ No newline at end of file