-
EC eCQMs - Eligible Clinicians
-
Resolution: Answered
-
Blocker
-
None
-
None
-
-
CMS0771v4
Hi Team,
We have a query regarding Initial Population criteria for CMS771v4:
Consider below section from the measure:
AUA Symptom Index and Quality of Life Assessment Result
["Assessment, Performed": "American Urological Association Symptom Index [AUASI]"] AUASIAssessment
let LastQOLOnDate: Last(["Assessment, Performed": "If you were to spend the rest of your life with your urinary condition just the way it is now, how would you feel about that [IPSS]"] QOLAssessment
where Global.EarliestOf(QOLAssessment.relevantDatetime, QOLAssessment.relevantPeriod)same day as Global.EarliestOf(AUASIAssessment.relevantDatetime, AUASIAssessment.relevantPeriod)
and QOLAssessment.result is not null
sort by Global.EarliestOf(relevantDatetime, relevantPeriod)
)
where AUASIAssessment.result is not null
and LastQOLOnDate.result is not null
return Tuple
Query 1:
What is the significance of return Tuple?
return Tuple
Query 2: How to break down and read such sections of the measure where 'return Tuple' functionality is listed?
Kindly assist us on the above queries urgently as client deliverables are dependent upon it.