-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Answered
-
Moderate
-
None
-
None
-
-
CMS0986v2
-
Lots of Eligible Denominators are showing up for those who meet the inital patient population, but have no data for Pop 1, 2, 3 and 4. Is this the intent?
The logic in the guidance section is not within the actual Measure Logic.
TotalMalnutritionCompositeScore Eligible Denominators(Encounter "Encounter, Performed") *
This is the guidance:
The "TotalMalnutritionCompositeScore Eligible Denominators" equals 4:
-If a "Malnutrition Risk Screening" was performed AND a "Malnutrition Screening At Risk Result" was identified AND a "Nutrition Assessment" was not performed.
-If a "Malnutrition Risk Screening" was not performed AND a "Nutrition Assessment" was not performed.
-If a "Hospital Dietitian Referral" was ordered AND a "Nutrition Assessment" was not performed.
-If a "Nutrition Assessment Status Moderately Malnourished" OR "Nutrition Assessment Status Severely Malnourished" was identified.
So the above indicates you need some data for some population 1-4 , to be eligible denominators = 4.
However, in the logic below, you don't need any data for any Population of 1-4. Is this the intent, to capture these cases as issues?
if ( ( "Encounter with Malnutrition Risk Screening and Identified Result" contains Encounter
and "Encounter with Malnutrition Screening Not At Risk Result" contains Encounter
)
and not ( "Encounter with Hospital Dietitian Referral" contains Encounter )
) then 1
else if ( "Encounter with Nutrition Assessment and Identified Status" contains Encounter
and "Encounter with Nutrition Assessment Status Not or Mildly Malnourished" contains Encounter
) then 2
else 4