-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Answered
-
Minor
-
Tamara Bailey
-
520.750.4324
-
Midas+
-
-
CMS178v1/NQF0453
In the denominator of SCIPInf9:
◦AND: "Occurrence A of Procedure, Performed: Hospital measures-Joint Commission evidence of a surgical procedure requiring general or neuraxial anesthesia" ends during "Occurrence A of Encounter, Performed: Encounter Inpatient"
◦AND: "Occurrence A of Procedure, Performed: Hospital measures-Joint Commission evidence of a surgical procedure requiring general or neuraxial anesthesia (start datetime)" >= 1 minute(s) starts after start of "Occurrence A of Encounter, Performed: Encounter Inpatient"
I'm trying to figure out if I'm missing an important nuance in this logic, that would make writing it as these two lines different from writing one line of:
◦AND: "Occurrence A of Procedure, Performed: Hospital measures-Joint Commission evidence of a surgical procedure requiring general or neuraxial anesthesia" during "Occurrence A of Encounter, Performed: Encounter Inpatient"
The only difference I could see is that if you wrote the 1 line, it would include Anesthesias that started at the exact same time as the beginning of the encounter, where the two separate logic statements would not.
Given that it's extremely unlikely that an anesthesia would start the exact same minute as the encounter, is there some other reason for writing this check in the more complicated form that was decided on for SCIPInf9 or is this just a case of the measure author's writing style?