-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Answered
-
Blocker
-
None
-
None
-
-
CMS0871v2
Hi Team,
We have a query regarding denominator exclusion criteria wrt to the CMS871v2 measure :
Consider below sections from the measure:
Encounter With Elevated Blood Glucose Lab :
"Encounter With Hospitalization Period" Hospitalization
with ["Laboratory Test, Performed": "Glucose Lab Test Mass Per Volume"] BloodGlucoseLab
such that BloodGlucoseLab.relevantDatetime during Hospitalization.hospitalizationPeriod
and BloodGlucoseLab.result >= 200 'mg/dL'
return Hospitalization.encounter
Encounter With First Blood Glucose Greater Than or Equal to 1000 :
"Qualifying Encounter" InpatientHospitalization
with "First Blood Glucose Within 1 Hour Prior To and 6 Hours After Encounter Start" FirstGlucoseResult such that FirstGlucoseResult.result >= 1000 'mg/dL'
First(["Laboratory Test, Performed": "Glucose Lab Test Mass Per Volume"] FirstBloodGlucose
with("Qualifying Encounter")InpatientEncounter
such that FirstBloodGlucose.relevantDatetime during Interval[(start of Global."HospitalizationWithObservation"(InpatientEncounter)- 1 hour),(start of Global."HospitalizationWithObservation"(InpatientEncounter)+ 6 hours)]
sort by relevantDatetime
)
Scenario 1 :
Patient A aged 20 years with
Start of InpatientEncounter.relevantPeriod = 2023-06-01 09:00:00.000
End of InpatientEncounter.relevantPeriod = 2023-06-08 23:59:59.000
having first Glucose Lab Test Mass Per Volume documented on 2023-06-01 08:00:00.000 with value 1000 mg/dL
Scenario 2 :
Patient B aged 21 years with
Start of InpatientEncounter.relevantPeriod = 2023-06-01 09:00:00.000
End of InpatientEncounter.relevantPeriod = 2023-06-08 23:59:59.000
having Glucose Lab Test Mass Per Volume documented on 2023-06-01 09:00:00.000 with value 199 mg/dL and Glucose Lab Test Mass Per Volume documented on 2023-06-01 11:00:00.000 with value 1000 mg/dL
#Query 1 :
From the above scenario 1 and attached image , Please help us understand will the patient A qualify IPP and get excluded ?
#Query 2 :
From the scenario 2 and attached image , Please help us understand will the patient B get excluded ?
Kindly assist us on the above queries urgently as client deliverables are dependent upon it.