-
Type:
Question
-
Resolution: Referred to External Party for Resolution
-
Priority:
Blocker
-
Component/s: None
-
None
-
MADiE
-
QI-Core
-
PostopVTEFHIR
-
QI-Core 6.0.0
-
HasVTEPostOpUltrasound
-
-
Yes
-
Yes
CMS1061 is encountering an issue in MADiE where doseQuantity within the MedicationRequest.dosageInstruction.doseAndRate structure cannot be retrieved or evaluated in CQL.
Our test case includes a doseQuantity in the medicationRequest, however, when attempting to access this in MADiE using:
First(["MedicationRequest"]).dosageInstruction[0].doseAndRate[0].dose as Quantity
the result is null, even though doseAndRate is present in the resource. Additionally, attempts to access doseQuantity directly (e.g., dosageRate.doseQuantity) result in errors or empty objects in MADiE