-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Answered
-
Blocker
-
None
-
None
-
-
CMS0111v10
Hi Team,
We have a query w.r.t. Initial Population of CMS111v10:
ED Encounter with Decision to Admit
/Constrains the inpatient encounter to having an ED visit with a decision to admit (assessment or order) to inpatient and ED facility location period is not null/
Global."Inpatient Encounter" EncounterInpatient
let LastEDVisit: LastEDEncounter(EncounterInpatient),
AdmitAssessment: "AdmitDecisionUsingAssessment"(EncounterInpatient)
where ( Global."NormalizeInterval" ( AdmitAssessment.relevantDatetime, AdmitAssessment.relevantPeriod ) starts during LastEDVisit.relevantPeriod
or ( "AdmitDecisionUsingEncounterOrder"(EncounterInpatient).authorDatetime during LastEDVisit.relevantPeriod )
)
and exists ( LastEDVisit.facilityLocations Location
where Location.code in "Emergency Department Visit"
and Global."HasEnd" ( Location.locationPeriod )
)
Patient A is documented with following data:
EncounterInpatient.relevantPeriod is between 4/10/2022 02:41:00 and 4/11/2022 13:00:00
LastED.relevantPeriod is between 4/9/2022 19:47:00 and 4/10/2022 01:41:00
EDEvaluation.relevantDatetime is documented on 4/9/2022 20:47:00
Patient B is documented with following data:
EncounterInpatient.relevantPeriod is between 4/10/2022 02:47:00 and 4/11/2022 13:00:00
EDVisit.relevantPeriod is between 4/9/2022 19:47:00 and 4/10/2022 01:41:00
EDEvaluation.relevantDatetime is documented on 4/9/2022 20:47:00
Which of the above two patients would qualify for Initial Population?
Kindly assist us on the above queries urgently as client deliverables are dependent upon it.