-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Answered
-
Moderate
-
None
We have a question to verify the expectation about the calculation of duration in hours in the example provided below which is used in any Eligible Hospital eCQM where an ED visit is being evaluated.
Example
ED End Date/Time = 2019-03-01 03:10:00
Inp Admission Start Date/Time = 2019-03-01 05:09:00
The duration calculation as per above example would return 1 hour while in minutes this would be 119 minutes (or 1 hour and 59 minutes).
Would you expect this patient to meet the condition specified in the ED-1 Initial Population logic below-
Outcome 1 - If you go by minutes then the ED visit end date/time is not within 1 hour or less before or on start of inpatient encounter, so this condition should return false and patient should not meet the IPP
Outcome 2 - But if you go by the hour calculation above, after truncation it returns 1 hour, and therefore the condition ends 1 hour or less before or on start of inpatient encounter would return true and patient would be included in the encounter.
Could you help verify which outcome is expected?
Thanks in advance for our review and guidance.
Thank you for your follow-up question.
Yes, you are correct that the timing calculation here uses “interval” operator. However, a key word “day of” is applied in the “1 day or less on or after day of start”, where it is counting the calendar by day not by hour. Therefore, the = Interval [global.”ToDate”(04/05/2019 10:00 AM), global.”ToDate”( (04/05/2019 10:00 AM + 2 day)), means the Comfort measures starts from any time on the day of admission (including prior to admission time) to 1 day after admission datetime and will qualify for the condition.
Your example should return True as Bonnie shows.