Quality Measure Implementation Guide (STU5)
5.0.0-ballot2 - ballot United States of America flag

Quality Measure Implementation Guide (STU5), published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-measures/ and changes regularly. See the Directory of published versions

: Quality Programs Codes Example - JSON Representation

Active as of 2024-05-02

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "quality-programs-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/quality-programs-example</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">mips<a name=\"quality-programs-example-mips\"> </a></td><td>MIPS</td><td>Merit-Based Incentive Payment System (MIPS)</td></tr><tr><td style=\"white-space:nowrap\">ep-ec<a name=\"quality-programs-example-ep-ec\"> </a></td><td>EP/EC</td><td>Eligible Professionals/Eligible Clinicians.</td></tr><tr><td style=\"white-space:nowrap\">eh-cah<a name=\"quality-programs-example-eh-cah\"> </a></td><td>EH/CAH</td><td>Eligible Hospitals or Critical Access Hospitals.</td></tr><tr><td style=\"white-space:nowrap\">qpp<a name=\"quality-programs-example-qpp\"> </a></td><td>QPP</td><td>Quality Payment Program.</td></tr><tr><td style=\"white-space:nowrap\">aapm<a name=\"quality-programs-example-aapm\"> </a></td><td>AAPM</td><td>Advanced Alternative Payment Models.</td></tr><tr><td style=\"white-space:nowrap\">cpcp<a name=\"quality-programs-example-cpcp\"> </a></td><td>CPC+</td><td>Comprehensive Primary Care Plus (CPC+)</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    }
  ],
  "url" : "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/quality-programs-example",
  "version" : "4.0.0",
  "name" : "QualityProgramsExample",
  "title" : "Quality Programs Codes Example",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-05-02T17:31:23+00:00",
  "publisher" : "HL7 International / Clinical Quality Information",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "The following defines the programs associated with a measure. Identified quality programs are neither exhaustive nor prescriptive. Specific quality program codes are not in scope for this IG.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/us/cqfmeasures/ValueSet/quality-programs-example",
  "content" : "complete",
  "concept" : [
    {
      "code" : "mips",
      "display" : "MIPS",
      "definition" : "Merit-Based Incentive Payment System (MIPS)"
    },
    {
      "code" : "ep-ec",
      "display" : "EP/EC",
      "definition" : "Eligible Professionals/Eligible Clinicians."
    },
    {
      "code" : "eh-cah",
      "display" : "EH/CAH",
      "definition" : "Eligible Hospitals or Critical Access Hospitals."
    },
    {
      "code" : "qpp",
      "display" : "QPP",
      "definition" : "Quality Payment Program."
    },
    {
      "code" : "aapm",
      "display" : "AAPM",
      "definition" : "Advanced Alternative Payment Models."
    },
    {
      "code" : "cpcp",
      "display" : "CPC+",
      "definition" : "Comprehensive Primary Care Plus (CPC+)"
    }
  ]
}