Hide
Thank you for your question. Reporting year refers to “Measurement Period” in the eCQMs. The determination as to whether the case is eligible for this year’s reporting is based on evaluation of “Discharge Date” (see bolded expression in the logic below). Regardless of the admission date, as long as the length of stay is less than or equal to 120 days and ends during the measurement period being reported (CY2020 in this instance), the case should be reported. Therefore, the case you provided as an example would meet these criteria.
· Global.Inpatient Encounter
["Encounter, Performed": "Encounter Inpatient"] EncounterInpatient
where "LengthInDays"(EncounterInpatient.relevantPeriod)<= 120
and EncounterInpatient.relevantPeriod ends during "Measurement Period"
Show
Thank you for your question. Reporting year refers to “Measurement Period” in the eCQMs. The determination as to whether the case is eligible for this year’s reporting is based on evaluation of “Discharge Date” (see bolded expression in the logic below). Regardless of the admission date, as long as the length of stay is less than or equal to 120 days and ends during the measurement period being reported (CY2020 in this instance), the case should be reported. Therefore, the case you provided as an example would meet these criteria.
· Global.Inpatient Encounter
["Encounter, Performed": "Encounter Inpatient"] EncounterInpatient
where "LengthInDays"(EncounterInpatient.relevantPeriod)<= 120
and EncounterInpatient.relevantPeriod ends during "Measurement Period"