With the new version of Cypress - 6.1.2, we are getting an error with the following eCQMs and the respective patients:
CMS155v9: Ben Frazier
CMS69v9: Andrea Hunter
The CQL for these eCQMS state the following
CMS69v9:
with ["Intervention, Performed": "Follow Up for Above Normal BMI"] AboveNormalFollowUp
such that MostRecentBMI.relevantDatetime 12 months or less on or before day of start of AboveNormalFollowUp.relevantPeriod
CMS155v9:
exists ["Intervention, Performed": "Counseling for Nutrition"] NutritionCounseling
where NutritionCounseling.relevantDatetime during "Measurement Period"
In both cases the CQL is looking for RelevantDateTIme, whereas the
QRDA-1 files for the above patients DO NOT have relevantdatetime but relevantperiod, and the expectation from Cypress 6.1.2 seems to be that we use RelevantPeriod.Low.
Why is Cypress expecting the use of RelevantPeriod.Low when CQL is asking for RelevantDateTime?