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

CMS154v11 Quality ID 065, under denominator exclusion, "Encounter with Upper Respiratory Infection and Antibiotics Active 30 Days Prior Or The First Day of the Encounter"

XMLWordPrintable

    • Icon: EC eCQMs EC eCQMs
    • Resolution: Answered
    • Icon: Moderate Moderate
    • None
    • None
    • Raghavender Enjamuri
    • +015164661942
    • Criterions
    • Hide
      ​Thank you for your question on CMS154v11: Appropriate Treatment for Upper Respiratory Infection (URI). The language in the header specifying the denominator exclusion criteria for an active prescription of antibiotics states: "Exclude URI episodes when the patient had an active prescription of antibiotics in the 30 days prior to the episode date but is still active on the same day of the encounter."

      To meet the exclusion criteria, an active prescription of antibiotics must be present within the 30 days prior to the episode date, which is correctly specified in the logic. If the specified active prescription remains active on the day of the encounter, it still counts as an exclusion. This timing criteria is evaluated in the logic using the overlaps operator to check if the active medication period overlaps with the 30-day period prior to the episode date, as per the logic specification.

      For additional clarification, two scenarios are provided below:
      1. Consider an EncounterWithURI on 12/31/2012 and an ActiveAntibiotic prescription with an interval of 9/30/2012-1/31/2013. In this scenario, the active antibiotic prescription meets the denominator exclusion criteria because it overlaps with the 30-day period preceding the episode date and continues to be active on the day of the encounter.
      2. Consider an EncounterWithURI on 12/31/2012 and an ActiveAntibiotic prescription with an interval of 12/31/2012-3/31/2013. In this case, the active antibiotic prescription does not meet the denominator exclusion criteria. Although it is active on the episode date, it does not overlap with the 30-day period prior to the episode date.
      Show
      ​Thank you for your question on CMS154v11: Appropriate Treatment for Upper Respiratory Infection (URI). The language in the header specifying the denominator exclusion criteria for an active prescription of antibiotics states: "Exclude URI episodes when the patient had an active prescription of antibiotics in the 30 days prior to the episode date but is still active on the same day of the encounter." To meet the exclusion criteria, an active prescription of antibiotics must be present within the 30 days prior to the episode date, which is correctly specified in the logic. If the specified active prescription remains active on the day of the encounter, it still counts as an exclusion. This timing criteria is evaluated in the logic using the overlaps operator to check if the active medication period overlaps with the 30-day period prior to the episode date, as per the logic specification. For additional clarification, two scenarios are provided below: 1. Consider an EncounterWithURI on 12/31/2012 and an ActiveAntibiotic prescription with an interval of 9/30/2012-1/31/2013. In this scenario, the active antibiotic prescription meets the denominator exclusion criteria because it overlaps with the 30-day period preceding the episode date and continues to be active on the day of the encounter. 2. Consider an EncounterWithURI on 12/31/2012 and an ActiveAntibiotic prescription with an interval of 12/31/2012-3/31/2013. In this case, the active antibiotic prescription does not meet the denominator exclusion criteria. Although it is active on the episode date, it does not overlap with the 30-day period prior to the episode date.
    • CMS0154v11
    • Hide
       with ["Medication, Active": "Antibiotic Medications for Pharyngitis"] ActiveAntibiotic
          such that ( Global."NormalizeInterval" ( ActiveAntibiotic.relevantDatetime, ActiveAntibiotic.relevantPeriod ) overlaps day of Interval[start of EncounterWithURI.relevantPeriod - 30 days, start of EncounterWithURI.relevantPeriod - 1 day])
        return EncounterWithURI
      Show
       with ["Medication, Active": "Antibiotic Medications for Pharyngitis"] ActiveAntibiotic     such that ( Global."NormalizeInterval" ( ActiveAntibiotic.relevantDatetime, ActiveAntibiotic.relevantPeriod ) overlaps day of Interval[start of EncounterWithURI.relevantPeriod - 30 days, start of EncounterWithURI.relevantPeriod - 1 day])   return EncounterWithURI

      Want to know, what do you mean by "overlaps day of Interval[start of EncounterWithURI.relevantPeriod - 30 days, start of EncounterWithURI.relevantPeriod - 1 day])
        return EncounterWithURI"...

       

      For Medication Active, Can I include encounter date as Medication Active date? or 1day less than the Encounter date. Please confirm. 

            edave Mathematica EC eCQM Team
            Raghavender_123 Raghavender Enjamuri
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Solution Posted On: