-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Answered
-
Moderate
-
None
-
None
-
-
CMS1028v1
Hi Team,
Consider statements below from CMS1028v1:
Stratification
//This logic identifies a subset of the numerator population with severe obstetric complications excluding cases where transfusion was the only severe obstetric complication.
"Stratification Encounter"
intersect "Delivery Encounters with Severe Obstetric Complications (Excluding Blood Transfusions)"
PCMaternal.Variable Calculated Gestational Age
//This definition establishes a variable of CGA (Calculated Gestational Age). CGA is a supplemental data element to store the calculated gestational age result from the "CalculatedGestationalAge" function. The data element enables the capturing and saving of the CGA for data analysis post data receipt. Hospitals do not need to submit any additional data to comply with this definition.
"Delivery Encounter with Age Range" QualifyingEncounter
let CGA: "CalculatedGestationalAge"(QualifyingEncounter)
return { QualifyingEncounter, CGA }
Risk Variable Anemia
"Delivery Encounters At Greater than or Equal to 20 Weeks Gestation" TwentyWeeksPlusEncounter
where exists ( TwentyWeeksPlusEncounter.diagnoses EncounterDiagnoses
where EncounterDiagnoses.code in "Anemia"
and EncounterDiagnoses.presentOnAdmissionIndicator in "Present On Admission = Yes or Exempt"
)
Query #1:
As per first 2 definitions in the query , please help us understand how to interpret the terms Stratification and PCMaternal.Variable Calculated Gestational Age ? and does this affect the measure functionality in any way?
Query #2:
As per third definition in the query and attached screenshot from Guide for reading eCQMs - v8 , please help us understand if this needs to be handled in measure logic as none of the statements of IPP and denominator lead to these definitions of risk variables.
Request you to provide us with the resolution urgently as our client deliverables are dependent on it.