-
EC eCQMs - Eligible Clinicians
-
Resolution: Answered
-
Moderate
-
None
-
None
-
-
Not measure related
-
Not measure related
-
Not measure related
-
Not measure related
-
CMS0128v12
-
Not measure related
-
CMS0128v11
-
Not measure related
With the refrence of ticket
https://oncprojectracking.healthit.gov/support/browse/CQM-6586
Following is our question
Hello
As per the MedicationDispensedPeriod function, we get all the Medication, Dispensed attributes(supply, dosage, and frequency) and calculate as below. Calculated stopdate is 2024-01-08 is it correct?
Below data is present for patient "Ramon Townsend" from product P5.
low value='20230925163500' , high value='20240109170000'
period value='24' unit='h'
doseQuantity value="1.0"
quantity value="106.0"
Formula : totalDaysSupplied = Dispense.supply.value /(Dispense.dosage.value * ToDaily(Dispense.frequency)
startDate + Quantity { value: totalDaysSupplied - 1, unit: 'day' }
Stopdate calculation :
106.0/(1*(24/24)) = 106
2023-09-25 + (106 - 1) = 2024-01-08
Please give the confirmation regarding stopdate 2024-01-08 is it correct ? for the same patient.