-
EH/CAH eCQMs - Eligible Hospitals/Critical Access Hospitals
-
Resolution: Answered
-
Major
-
None
-
None
-
-
CMS0334v4
Hi Team,
Consider the following statement from denominator :
PCMaternal.LastEstimatedDeliveryDate(Encounter "Encounter, Performed")
-
- //This function identifies the last time the Estimated Delivery Date was assessed 42 weeks or less prior to or on delivery and stores the result of that assessment.
- Last(["Assessment, Performed": "Delivery date Estimated"] EstimatedDateOfDelivery
- where Global."EarliestOf"(EstimatedDateOfDelivery.relevantDatetime, EstimatedDateOfDelivery.relevantPeriod)42 weeks or less before or on "LastTimeOfDelivery"(Encounter)
- and EstimatedDateOfDelivery.result is not null
- sort by Global."EarliestOf"(relevantDatetime, relevantPeriod)
- ).result
Query :
Consider a below patient from the certification deck which denotes the above paragraph
Here we see two dates, one is the date for the code assessment, performed (11778-8), what is the other date which is falling under the result section (highlighted in yellow)?
If I state an example saying that assessment performed was documented on 2nd Jan and my EDD would be 6th June, how would these dates fit in the above sample QRDA?