-
Type:
Question
-
Resolution: Resolved
-
Priority:
Moderate
-
CMS137v9/NQFna
Cypress doesn't show the Measure Calculations correctly for some numerator patients w/Populations when uploading QRDA1 for ecqm 137v9 but is correct in our analytics platform.
Note the last line of the of the “Dependence Treatment Intervention Initiated” criteria is stating ” TreatmentInitiatedWithIntervention.relevantPeriod starts 14 days or less after day of start of FirstDiagnosed.prevalencePeriod”.The mismatch arises because of the difference in behavior between Cypress and Cql Engine on calculating after day.
In Cql Engine,
the condition is evaluated to true even though the intervention performed day is same day (i.e zeroth day) as diagnosis day. It includes the diagnosis day as well.
(for e.g. consider July 22, 2021 11.00 A.M. as diagnosis date, now the above mentioned condition will pass only when the intervention date is between July 22, 2021 and August 5, 2021 [Being compared irrespective of time ]). Cql Engine behaves this way because of the xml in the measure files from the Ecqm website.
Whereas In Cypress,
the condition is evaluated to true only when the intervention performed day falls between any day from next day of diagnosis to 14th day of diagnosis.
(for e.g. consider July 22, 2021 11.00 A.M. as diagnosis date, now the above mentioned condition will pass only when the intervention date is between July 23, 2021 and August 5, 2021 [Being compared irrespective of time ]).
we need guidance as to which to use to certify the measure, the CQL logic or Cypress.
Analytics Platform results:
Cypress results: