-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Unresolved
-
Blocker
-
None
-
None
-
CMS0871v3
Hi Team,
Consider the below statements from denominator exclusion:
Encounter with First Glucose Greater Than or Equal to 1000
"Initial Population" InpatientHospitalization
with "Initial Glucose Greater Than or Equal to 1000 within 1 Hour Prior To and 6 Hours After Encounter Start" FirstGlucoseResult
such that FirstGlucoseResult.result is not null
and FirstGlucoseResult.result >= 1000 'mg/dL'
and Global."EarliestOf" ( FirstGlucoseResult.relevantDatetime, FirstGlucoseResult.relevantPeriod ) during Interval[( start of Global."HospitalizationWithObservation" ( InpatientHospitalization ) - 1 hour ), ( start of Global."HospitalizationWithObservation" ( InpatientHospitalization ) + 6 hours )]
return InpatientHospitalization
Based on above statements, let us know the expected output for below scenario. Should the patient get qualified for denominator exclusion.
Scenario:
Patient named ABC. Consider measurement year as 2024.
Admit Date 2024-06-01 09:00:00.000
Discharge Date 2024-06-08 23:59:59.000
procedure start date | procedure end date | Procedure code | Glucose Test result | Unit |
6/1/2024 8:00 | 6/1/2024 8:00 | 1556-0 | 1000 | mg/dL |
6/1/2024 9:00 | 6/8/2024 23:59 | 183452005 | NULL | NULL |
6/1/2024 9:00 | 6/1/2024 9:00 | 1556-0 | 199 | mg/dL |
6/1/2024 11:00 | 6/1/2024 11:00 | 1556-0 | 1000 | mg/dL |
Request you to assist us on the above query as our client deliverables are dependent on it.