-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Done
-
Minor
-
Tamara Bailey
-
520.750.4324
-
Midas+
-
-
CMS31v1/NQF1354
In the EHDI (Hearing Screening) measure there exists the following logic:
AND: "Patient Characteristic Expired: Patient Expired" during "Occurrence A of Encounter, Performed: Inpatient Encounter"
According to the QDM the Patient Characteristic datatype has an attribute of "Start DateTime" and an attribute for "Stop DateTime", HOWEVER, the Patient Characteristic Expired datatype only has individual "Date" and "Time" attributes.
According to the measure logic guidance PDF, "Note that for “A during B” to be true, A must have specified start and end times. Some data elements in medical records, for example diagnoses of chronic conditions, can be open-ended. Such an event can neither contain another event temporally, or be contained. In other words if a chronic condition, represented without a stop date is event A, there is no event B such that ‘A During B’, or ‘B During A’ is true."
Since there is no "Start" and "End" time on the "Patient Characteristic Expired" datatype, you cannot check for it occuring "During" the encounter.
Should this line be re-written as:
AND: "Patient Characteristic Expired: Patient Expired" (Date, Time) STARTS during "Occurrence A of Encounter, Performed: Inpatient Encounter"