| eCQM Title | Diabetes: Hemoglobin A1c (HbA1c) Poor Control (> 9%) |
||
| eCQM Identifier (Measure Authoring Tool) | 122 | eCQM Version number | 8.4.000 |
| NQF Number | Not Applicable | GUID | f2986519-5a4e-4149-a8f2-af0a1dc7f6bc |
| Measurement Period | January 1, 20XX through December 31, 20XX | ||
| Measure Steward | National Committee for Quality Assurance | ||
| Measure Developer | National Committee for Quality Assurance | ||
| Endorsed By | None | ||
| Description | |||
| Copyright | |||
| Disclaimer | |||
| Measure Scoring | Proportion | ||
| Measure Type | Outcome | ||
| Stratification | |||
| Risk Adjustment | |||
| Rate Aggregation | |||
| Rationale | |||
| Clinical Recommendation Statement | |||
| Improvement Notation | |||
| Reference | |||
| Reference | |||
| Reference | |||
| Reference | |||
| Reference | |||
| Reference | |||
| Reference | |||
| Definition | |||
| Guidance | |||
| Transmission Format | |||
| Initial Population | |||
| Denominator | |||
| Denominator Exclusions | |||
| Numerator | |||
| Numerator Exclusions | |||
| Denominator Exceptions | |||
| Supplemental Data Elements | |||
exists ( ["Patient Characteristic Birthdate": "Birth date"] BirthDate where Global."CalendarAgeInYearsAt"(BirthDate.birthDatetime, start of "Measurement Period")in Interval[18, 75 ) ) and exists ( AdultOutpatientEncounters."Qualifying Encounters" ) and exists ( ["Diagnosis": "Diabetes"] Diabetes where Diabetes.prevalencePeriod overlaps "Measurement Period" )
"Initial Population"
exists ( ["Patient Characteristic Birthdate": "Birth date"] BirthDate where ( Global."CalendarAgeInYearsAt"(BirthDate.birthDatetime, start of "Measurement Period")>= 65 ) and FrailtyLTI."Has Spent More Than 90 Days in Long Term Care" ) or Hospice."Has Hospice" or FrailtyLTI."Advanced Illness and Frailty Exclusion Including Under Age 80"
"Has Most Recent HbA1c Without Result" or "Has Most Recent Elevated HbA1c" or "Has No Record Of HbA1c"
( ["Encounter, Performed": "Office Visit"] union ["Encounter, Performed": "Annual Wellness Visit"] union ["Encounter, Performed": "Preventive Care Services - Established Office Visit, 18 and Up"] union ["Encounter, Performed": "Preventive Care Services-Initial Office Visit, 18 and Up"] union ["Encounter, Performed": "Home Healthcare Services"] ) ValidEncounter where ValidEncounter.relevantPeriod during "Measurement Period"
//If the measure does NOT include populations age 80 and older, then use this logic:
exists ( ["Patient Characteristic Birthdate": "Birth date"] BirthDate
where Global."CalendarAgeInYearsAt"(BirthDate.birthDatetime, start of "Measurement Period")>= 65
and "Has Criteria Indicating Frailty"
and ( Count("Outpatient Encounters with Advanced Illness")>= 2
or exists ( "Inpatient Encounter with Advanced Illness" )
or exists "Dementia Medications In Year Before or During Measurement Period"
)
)
"CumulativeDays"("Long Term Care Periods During Measurement Period")
["Medication, Active": "Dementia Medications"] DementiaMed where DementiaMed.relevantPeriod overlaps Interval[( start of "Measurement Period" - 1 year ), end of "Measurement Period"]
exists ( ["Device, Order": "Frailty Device"] FrailtyDeviceOrder where FrailtyDeviceOrder.authorDatetime during "Measurement Period" ) or exists ( ["Device, Applied": "Frailty Device"] FrailtyDeviceApplied where FrailtyDeviceApplied.relevantPeriod overlaps "Measurement Period" ) or exists ( ["Diagnosis": "Frailty Diagnosis"] FrailtyDiagnosis where FrailtyDiagnosis.prevalencePeriod overlaps "Measurement Period" ) or exists ( ["Encounter, Performed": "Frailty Encounter"] FrailtyEncounter where FrailtyEncounter.relevantPeriod overlaps "Measurement Period" ) or exists ( ["Symptom": "Frailty Symptom"] FrailtySymptom where FrailtySymptom.prevalencePeriod overlaps "Measurement Period" )
"Days Spent in Long Term Care During Measurement Period" > 90
["Encounter, Performed": "Acute Inpatient"] InpatientEncounter where exists ( InpatientEncounter.diagnoses Diagnosis where Diagnosis in "Advanced Illness" ) and InpatientEncounter.relevantPeriod starts 2 years or less before end of "Measurement Period"
( ["Encounter, Performed": "Care Services in Long-Term Residential Facility"] union ["Encounter, Performed": "Nursing Facility Visit"] ) LongTermFacilityEncounter where LongTermFacilityEncounter.relevantPeriod overlaps "Measurement Period" return LongTermFacilityEncounter.relevantPeriod intersect "Measurement Period"
( ["Encounter, Performed": "Outpatient"] union ["Encounter, Performed": "Observation"] union ["Encounter, Performed": "ED"] union ["Encounter, Performed": "Nonacute Inpatient"] ) OutpatientEncounter where exists ( OutpatientEncounter.diagnoses Diagnosis where Diagnosis in "Advanced Illness" ) and OutpatientEncounter.relevantPeriod starts 2 years or less before end of "Measurement Period"
"Initial Population"
exists ( ["Patient Characteristic Birthdate": "Birth date"] BirthDate where ( Global."CalendarAgeInYearsAt"(BirthDate.birthDatetime, start of "Measurement Period")>= 65 ) and FrailtyLTI."Has Spent More Than 90 Days in Long Term Care" ) or Hospice."Has Hospice" or FrailtyLTI."Advanced Illness and Frailty Exclusion Including Under Age 80"
"Has Most Recent HbA1c".result > 9 '%'
Last(["Laboratory Test, Performed": "HbA1c Laboratory Test"] RecentHbA1c where RecentHbA1c.relevantPeriod during "Measurement Period" sort by start of relevantPeriod )
"Has Most Recent HbA1c" is not null and "Has Most Recent HbA1c".result is null
not exists ( ["Laboratory Test, Performed": "HbA1c Laboratory Test"] NoHbA1c where NoHbA1c.relevantPeriod during "Measurement Period" )
exists ( ["Encounter, Performed": "Encounter Inpatient"] DischargeHospice where ( DischargeHospice.dischargeDisposition as Code ~ "Discharge to home for hospice care (procedure)" or DischargeHospice.dischargeDisposition as Code ~ "Discharge to healthcare facility for hospice care (procedure)" ) and DischargeHospice.relevantPeriod ends during "Measurement Period" ) or exists ( ["Intervention, Order": "Hospice care ambulatory"] HospiceOrder where HospiceOrder.authorDatetime during "Measurement Period" ) or exists ( ["Intervention, Performed": "Hospice care ambulatory"] HospicePerformed where HospicePerformed.relevantPeriod overlaps "Measurement Period" )
exists ( ["Patient Characteristic Birthdate": "Birth date"] BirthDate where Global."CalendarAgeInYearsAt"(BirthDate.birthDatetime, start of "Measurement Period")in Interval[18, 75 ) ) and exists ( AdultOutpatientEncounters."Qualifying Encounters" ) and exists ( ["Diagnosis": "Diabetes"] Diabetes where Diabetes.prevalencePeriod overlaps "Measurement Period" )
"Has Most Recent HbA1c Without Result" or "Has Most Recent Elevated HbA1c" or "Has No Record Of HbA1c"
["Patient Characteristic Ethnicity": "Ethnicity"]
["Patient Characteristic Payer": "Payer"]
["Patient Characteristic Race": "Race"]
["Patient Characteristic Sex": "ONC Administrative Sex"]
Sum((collapse Intervals)CollapsedInterval return all duration in days of CollapsedInterval )
years between ToDate(BirthDateTime)and ToDate(AsOf)
DateTime(year from Value, month from Value, day from Value, 0, 0, 0, 0, timezone from Value)
["Patient Characteristic Ethnicity": "Ethnicity"]
["Patient Characteristic Payer": "Payer"]
["Patient Characteristic Race": "Race"]
["Patient Characteristic Sex": "ONC Administrative Sex"]
| Measure Set | |||