Uploaded image for project: 'eCQM Issue Tracker'
  1. eCQM Issue Tracker
  2. CQM-6979

CMS-334 (PC-02) Documentation of Gravidity and/or Parity from previous encounter

XMLWordPrintable

    • Icon: EH/CAH eCQMs EH/CAH eCQMs
    • Resolution: Answered
    • Icon: Moderate Moderate
    • None
    • None
    • Cari Jones
    • 4054738842
    • INTEGRIS Healthcare
    • Hide
      Thank you for your inquiry about CMS334v5/PC-02 (Cesarean Birth). As indicated in measure specifications (see below), the logic looks for documentation of both the LastGravida and LastParity assessed 42 weeks or less before the delivery encounter. Therefore, the data are acceptable if the previous encounter from which the Gravidity and Parity were pulled was within 42 weeks of the delivery encounter.

      LastGravida(Encounter “Encounter, Perfomed”)

      Last(["Assessment, Performed": "[#] Pregnancies"] Gravida
          where Global."EarliestOf"(Gravida.relevantDatetime, Gravida.relevantPeriod)42 weeks or less before PCMaternal."LastTimeOfDelivery"(Encounter)
            and Gravida.result is not null
          sort by Global."EarliestOf"(relevantDatetime, relevantPeriod)
      ).result as Integer

      LastParity(Encounter “Encounter, Performed)

      Last(["Assessment, Performed": "[#] Parity"] Parity
          where Global."EarliestOf"(Parity.relevantDatetime, Parity.relevantPeriod)42 weeks or less before PCMaternal."LastTimeOfDelivery"(Encounter)
            and Parity.result is not null
          sort by Global."EarliestOf"(relevantDatetime, relevantPeriod)
      ).result as Integer
      Show
      Thank you for your inquiry about CMS334v5/PC-02 (Cesarean Birth). As indicated in measure specifications (see below), the logic looks for documentation of both the LastGravida and LastParity assessed 42 weeks or less before the delivery encounter. Therefore, the data are acceptable if the previous encounter from which the Gravidity and Parity were pulled was within 42 weeks of the delivery encounter. LastGravida(Encounter “Encounter, Perfomed”) Last(["Assessment, Performed": "[#] Pregnancies"] Gravida     where Global."EarliestOf"(Gravida.relevantDatetime, Gravida.relevantPeriod)42 weeks or less before PCMaternal."LastTimeOfDelivery"(Encounter)       and Gravida.result is not null     sort by Global."EarliestOf"(relevantDatetime, relevantPeriod) ).result as Integer LastParity(Encounter “Encounter, Performed) Last(["Assessment, Performed": "[#] Parity"] Parity     where Global."EarliestOf"(Parity.relevantDatetime, Parity.relevantPeriod)42 weeks or less before PCMaternal."LastTimeOfDelivery"(Encounter)       and Parity.result is not null     sort by Global."EarliestOf"(relevantDatetime, relevantPeriod) ).result as Integer
    • CMS0334v5

      a particular delivery encounter did not include documentation of Gravidity or Parity.  The QRDA file pulled the Gravidity and Parity from a previous encounter in the EHR.  Is this allowable? 

            JLeflore Mathematica EH eCQM Team
            shorca Cari Ann Jones
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Solution Posted On: