-
EC eCQMs - Eligible Clinicians
-
Resolution: Answered
-
Major
-
None
-
None
-
-
CMS0871v3
Hi Team,
We have a query regarding denominator exclusion criteria wrt to the CMS871v3 measure :
Consider the below section:
- Glucose Greater Than or Equal to 1000 within 1 Hour Prior To and 6 Hours After Encounter Start :
from
"Initial Population" InpatientHospitalization,
["Laboratory Test, Performed": "Glucose Lab Test Mass Per Volume"] GlucoseTest
let HospitalizationInterval: Global."HospitalizationWithObservation" ( InpatientHospitalization ),
GlucoseTestTime: Global."EarliestOf" ( GlucoseTest.relevantDatetime, GlucoseTest.relevantPeriod )
where GlucoseTest.result >= 1000 'mg/dL'
and GlucoseTest.result is not null
and GlucoseTestTime during Interval[( start of HospitalizationInterval - 1 hour ), ( start of HospitalizationInterval + 6 hours )]
return GlucoseTest
Scenario 1:
Patient A aged 21 years with
Start of InpatientEncounter.relevantPeriod = 11/12/2024 4:00
End of InpatientEncounter.relevantPeriod = 11/12/2024 7:00
having first Glucose Lab Test Mass Per Volume documented on 11/12/2024 10:30 with value 1200 mg/dL.
#Query :
Will the above patient qualify for exclusion?
Request you to provide us with the resolution urgently as our client deliverables are dependent on it.