-
EC eCQMs - Eligible Clinicians
-
Resolution: Answered
-
Blocker
-
None
-
None
-
-
CMS0156v11
Hi Team,
Consider below statements from CMS156v11 measure :
Average Daily Dose(MedicationOrder "Medication, Order")
MedicationOrder Order
let MedicationStrength: "MedicationStrengthPerUnit"(Order.code),
DaysSupplied: Coalesce(Order.daysSupplied, Order.supply.value /(Order.dosage.value * CMD.ToDaily(Order.frequency)))
return if DaysSupplied is not null
and ( MedicationStrength.unit = 'mg'
or ( MedicationStrength.unit = 'mg/mL'
and Order.supply.unit = 'mL'
)
) then ( ( Order.supply * MedicationStrength ) / Quantity { value: DaysSupplied, unit: 'd' } )
else null
Query :
What is order.supply in the above formula of average daily dose?
We have examples for CMD calculation(days supplied) in QDM v5.6. Similarly can you provide an example of Average daily dose calculation for better understanding.
Kindly assist us on the above query urgently as client deliverables are dependent upon it.