-
Bug/Issue
-
Resolution: Done
-
Major
-
Test32 and Test31
-
CMS721 and 722
-
Patient Expired
Revised logic today to use single code for patient expired. Now test cases fail and the "where" and " =" sign are not highlighted.
define "Measure Population Exclusions":
( "ED Visit" ED
where ED.dischargeDisposition = "Patient deceased during stay (discharge status = dead) (finding)"
)
union ( "ED Visit" ED
with ["Encounter, Performed": "Encounter Inpatient" ] E
such that ED.relevantPeriod ends 1 hour or less before or on start of E.relevantPeriod)
Please advise. thank you.