{
  "resourceType" : "CodeSystem",
  "id" : "measurereport-category",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem measurereport-category</b></p><a name=\"measurereport-category\"> </a><a name=\"hcmeasurereport-category\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/measurereport-category</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\">deqm<a name=\"measurereport-category-deqm\"> </a></td><td>Data Exchange for Quality Measures</td><td>Indicates this is a Data Exchange for Quality Measures (DEQM) measure report.</td></tr><tr><td style=\"white-space:nowrap\">ra<a name=\"measurereport-category-ra\"> </a></td><td>Risk Adjustment</td><td>Indicates this is a risk adjustment measure report focused on risk adjustment for revenue normalization.</td></tr><tr><td style=\"white-space:nowrap\">vbp<a name=\"measurereport-category-vbp\"> </a></td><td>Value-Based Performance</td><td>Indicates this is a value-based performance measure report.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cqi"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/CodeSystem/measurereport-category",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.2122"
  }],
  "version" : "5.3.0-ballot-tc1",
  "name" : "MeasureReportCategory",
  "title" : "Measure Report Category CS",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-02T07:58:12+00:00",
  "publisher" : "HL7 International / Clinical Quality Information",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/cqi"
    }]
  }],
  "description" : "Codes defining measure report categories",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "deqm",
    "display" : "Data Exchange for Quality Measures",
    "definition" : "Indicates this is a Data Exchange for Quality Measures (DEQM) measure report."
  },
  {
    "code" : "ra",
    "display" : "Risk Adjustment",
    "definition" : "Indicates this is a risk adjustment measure report focused on risk adjustment for revenue normalization."
  },
  {
    "code" : "vbp",
    "display" : "Value-Based Performance",
    "definition" : "Indicates this is a value-based performance measure report."
  }]
}