-
Type:
Hosp Outpt eCQMs - Hospital Outpatient eCQMs
-
Resolution: Answered
-
Priority:
Moderate
-
Component/s: None
-
None
-
-
CMS0996v6
-
CMS0996v5
-
CQM guidance does not adhere to measure specifications
The guidance provided in CQM-7490 states that the measure calculation does not use the physical location of the patient. This is not accurate.
One of the Numerator statements is for "ED Departure with Transfer to Acute Care Facility Within 45 Minutes of Arrival." The global function Global.HospitalDepartureTime specifically returns the facilityLocations.locationPeriod.stopTime from the "end of locationPeriod".
ED Departure with Transfer to Acute Care Facility Within 45 Minutes of Arrival
"ED Encounter with STEMI Diagnosis" EDwSTEMI with ( Global."HospitalDepartureTime" ( EDwSTEMI ) ) Departure such that Departure 45 minutes or less after Global."EmergencyDepartmentArrivalTime" ( EDwSTEMI ) and EDwSTEMI.dischargeDisposition in "Discharge To Acute Care Facility"
Global.HospitalDepartureTime(Encounter "Encounter, Performed")
end of Last(("HospitalizationLocations"(Encounter))HospitalLocation
sort by start of locationPeriod
).locationPeriod
Global.HospitalizationLocations(Encounter "Encounter, Performed")
Encounter Visit let EDVisit: Last(["Encounter, Performed": "Emergency Department Visit"] LastED where LastED.relevantPeriod ends 1 hour or less on or before start of Visit.relevantPeriod sort by end of relevantPeriod ) return if EDVisit is null then Visit.facilityLocations else flatten { EDVisit.facilityLocations, Visit.facilityLocations }
The locationPeriod subattribute represents the period of time during which a patient was in the specific facility location. Each Encounter can have many facilityLocations, each with their own code indicating the type of facility, and a locationPeriod representing the arrival and departure from that facility location.
The location of the patient does have an impact for "ED Departure with Transfer to Acute Care Facility Within 45 Minutes of Arrival" and the guidance in CQM-7490 should be revised.