fix: 🐛 fix reportedReference reference
Some checks failed
FHIR IG CI/CD Pipeline / build-ig (push) Failing after 1m24s
FHIR IG CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
Rukshan 2025-09-30 10:17:50 +06:00
parent 94b28ce78f
commit 6564996858

View File

@ -14,10 +14,9 @@ Description: "Profile of MedicationRequest Bangladesh Standard V2"
// TODO: BDEncounter referencing // TODO: BDEncounter referencing
* authoredOn 1..1 * authoredOn 1..1
* reported[x] 1..1
* requester 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) * requester only Reference(BDPractitioner or BDOrganization)
* priorPrescription only Reference(BDMedicationRequest) * priorPrescription only Reference(BDMedicationRequest)
* basedOn only Reference(BDMedicationRequest or ServiceRequest or CarePlan or ImmunizationRecommendation) * basedOn only Reference(BDMedicationRequest or ServiceRequest or CarePlan or ImmunizationRecommendation)