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

CMS1074v1- Qualifying Scan with Values

XMLWordPrintable

    • Icon: EH/CAH eCQMs EH/CAH eCQMs
    • Resolution: Answered
    • Icon: Blocker Blocker
    • None
    • None
    • Hide
      Thank you for your inquiry regarding CMS1074v1 (Excessive Radiation Dose or Inadequate Image Quality for Diagnostic Computed Tomography (CT) in Adults).

      The statements from the denominator inform the software calculating the eCQM that encounters should be included where Global Noise, Size Adjusted Dose, and result are present (not null). Expressed differently, encounters without a CT scan present, or where Global Noise, or Size Adjusted Dose are missing will not be included in the denominator.

      The final two statements, “Calculated CT global noise” and “Calculated size-adjusted dose”, associate LOINC codes with the two values, so that the software calculating the measure can discretely identify the necessary data for measure calculation.

      The QDM attributes correspond to ‘components’. Please reference pg. 57 of the QDM v5.6 (https://ecqi.healthit.gov/sites/default/files/QDM-v5.6-508.pdf). As shown in the functions: Global Noise Value, and Size Adjusted Value are both components of "Diagnostic Study, Performed" datatypes.

      o AlaraCommon.Global Noise Value(Study "Diagnostic Study, Performed")

      singleton from ( Study.components C
      where C.code ~ "Calculated CT global noise"
      and C.result.unit = '[hnsf\'U]'
      return C.result.value as Decimal

      o AlaraCommon.Qualifies(Study "Diagnostic Study, Performed", code System.Code, noiseThreshold Decimal, sizeDoseThreshold Decimal)
      Study.result ~ code
      and ( "Global Noise Value"(Study) >= noiseThreshold
      or "Size Adjusted Value"(Study) >= sizeDoseThreshold

      A sample QRDA file is expected to be posted for CMS1074v2, as part of the upcoming May 2024 release of the 2025 CMS QRDA I Implementation Guide. Sample files are available on the eCQI Resource Center’s QRDA page (https://ecqi.healthit.gov/qrda), included in the Schematrons and Sample Files. Please continue to check the QRDA page for updates.
      Show
      Thank you for your inquiry regarding CMS1074v1 (Excessive Radiation Dose or Inadequate Image Quality for Diagnostic Computed Tomography (CT) in Adults). The statements from the denominator inform the software calculating the eCQM that encounters should be included where Global Noise, Size Adjusted Dose, and result are present (not null). Expressed differently, encounters without a CT scan present, or where Global Noise, or Size Adjusted Dose are missing will not be included in the denominator. The final two statements, “Calculated CT global noise” and “Calculated size-adjusted dose”, associate LOINC codes with the two values, so that the software calculating the measure can discretely identify the necessary data for measure calculation. The QDM attributes correspond to ‘components’. Please reference pg. 57 of the QDM v5.6 ( https://ecqi.healthit.gov/sites/default/files/QDM-v5.6-508.pdf ). As shown in the functions: Global Noise Value, and Size Adjusted Value are both components of "Diagnostic Study, Performed" datatypes. o AlaraCommon.Global Noise Value(Study "Diagnostic Study, Performed") singleton from ( Study.components C where C.code ~ "Calculated CT global noise" and C.result.unit = '[hnsf\'U]' return C.result.value as Decimal o AlaraCommon.Qualifies(Study "Diagnostic Study, Performed", code System.Code, noiseThreshold Decimal, sizeDoseThreshold Decimal) Study.result ~ code and ( "Global Noise Value"(Study) >= noiseThreshold or "Size Adjusted Value"(Study) >= sizeDoseThreshold A sample QRDA file is expected to be posted for CMS1074v2, as part of the upcoming May 2024 release of the 2025 CMS QRDA I Implementation Guide. Sample files are available on the eCQI Resource Center’s QRDA page ( https://ecqi.healthit.gov/qrda), included in the Schematrons and Sample Files. Please continue to check the QRDA page for updates.
    • CMS1074v1

      Hi Team,

      Consider the below statements from Denominator of CMS1074v1:

      Qualifying Scan with Values
      "Qualifying Scan During Inpatient Encounter" CTScan
        where AlaraCommon."Global Noise Value" ( CTScan ) is not null
          and AlaraCommon."Size Adjusted Value" ( CTScan ) is not null
          and CTScan.result is not null

      Query-

      Global Noise Value and Size Adjusted Value have LOINC codes associated with them.
      code "Calculated CT global noise" ("LOINC Code (96912-1)")
      code "Calculated CT size-adjusted dose" ("LOINC Code (96913-9)")

      Kindly help us in interpreting the statements in the above definition and let us know what are the QDM attributes that should be mapped to Calculated CT global noise and Calculated CT size-adjusted dose. Also, request to share a sample QRDA patient file.

       

            JLeflore Mathematica EH eCQM Team
            Prajakta Prajakta Ghadigaonkar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Solution Posted On: