-
EC eCQMs - Eligible Clinicians
-
Resolution: Answered
-
Blocker
-
None
-
None
-
-
CMS0771v5
Hi Team,
Consider below statements from Numerator of CMS771v5:
Urinary Symptom Score Improvement Greater Than or Equal To 3
( "Urinary Symptom Score Change" USSImprovement
where USSImprovement >= 3
) is not null
Urinary Symptom Score Change
from
"Urinary Symptom Score Within 1 Month after Initial BPH Diagnosis" FirstUSSAssessment,
"Urinary Symptom Score 6 to 12 Months After Initial BPH Diagnosis" FollowUpUSSAssessment
let USSChange: ( FirstUSSAssessment.result as Integer ) - ( FollowUpUSSAssessment.result as Integer )
return USSChange
Scenario 1
Measurement year as 2024
Consider a male Patient ABC.
Encounter code(during Measurement period)- 185463005
Diagnosis code- N40.1
Diagnosis start date- 2023-12-20 00:00:00.000
Procedure code- 80976-4(FirstUSSAssessment)
Assessment startdate- 2024-1-13 19:59:00.000
FirstUSSAssessment.result- 10
FirstUSSAssessment.result- 12
Procedure code- 80976-4(FollowUpUSSAssessment)
Assessment startdate- 2024-8-13 19:59:00.000
FollowUpUSSAssessment- 6
FollowUpUSSAssessment- 11
Scenario 2
Measurement year as 2024
Consider a male Patient ABC.
Encounter code(during Measurement period)- 185463005
Diagnosis code- N40.1
Diagnosis start date- 2023-12-20 00:00:00.000
Procedure code- 80976-4(FirstUSSAssessment)
Assessment startdate- 2024-1-13 19:59:00.000
FirstUSSAssessment.result- 10
FirstUSSAssessment.result- 10
Procedure code- 80976-4(FollowUpUSSAssessment)
Assessment startdate- 2024-8-13 19:59:00.000
FollowUpUSSAssessment- 6
FollowUpUSSAssessment- 6
QUERIES:
1) Scenario 1- If there are multiple records for First or Followup USSAssessment.result with different result on same assessmentDatetime
which records should be considered for calculation of Urinary Symptom Score Improvement Greater Than or Equal To 3.
2) Scenario 2- If there are multiple records for First or Followup USSAssessment.result with same result on same assessmentdate
which records should be considered for calculation of Urinary Symptom Score Improvement Greater Than or Equal To 3.
3) Will Patient ABC and XYZ qualify for Numerator?
Kindly assist us on the above queries urgently as client deliverables are dependent upon it.