-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Answered
-
Moderate
-
None
-
None
-
-
CMS0506v7
-
Need Clarification of Coalesce and WITH statements for these Denominator Exclusions
This logic in Denominator Exclusions, because it refers to another definition for both a Medication and an Intervention, seems to be applying the Coalesce timing to both the Medication and the Intervention.
*or exists ( "Treatment for Opioid Use Disorders" OUDTreatment
where Coalesce(start of Global."NormalizeInterval"(OUDTreatment.relevantDatetime, OUDTreatment.relevantPeriod), OUDTreatment.authorDatetime) during day of InpatientEncounter.relevantPeriod*
Here is the further definition and timing for Treatment for Opioid Use Disorders, where Author date time is not included in the Intervention. Is that correct?
["Medication, Active": "Medications for Opioid Use Disorder (MOUD)"]
union ["Medication, Order": "Medications for Opioid Use Disorder (MOUD)"] ) MedicationTreatment
with ["Intervention, Performed": "Opioid Medication Assisted Treatment (MAT)"] MAT
such that Coalesce(start of Global."NormalizeInterval"(MedicationTreatment.relevantDatetime, MedicationTreatment.relevantPeriod), MedicationTreatment.authorDatetime) during day of Global."NormalizeInterval" ( MAT.relevantDatetime, MAT.relevantPeriod )
and Coalesce(start of Global."NormalizeInterval"(MedicationTreatment.relevantDatetime, MedicationTreatment.relevantPeriod), MedicationTreatment.authorDatetime) during day of "Measurement Period"+*
What is the meaning of the "with "Intervention, Performed" clause in the middle of the Medication definition? Is it saying that the medication Relevant date/time, Relevant period or Author Date/Time has to be during a day of the Intervention/Treatment Relevant Date/Time, Relevant period?