FHIR Extensions Pack
5.1.0-cibuild - Working Copy International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

: Measure Report Category - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download


{
  "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>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\">quality<a name=\"measurereport-category-quality\"> </a></td><td>Quality</td><td>Indicates this is a quality 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.1.0-cibuild",
  "name" : "MeasureReportCategory",
  "title" : "Measure Report Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-21T19:47:28+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" : "quality",
      "display" : "Quality",
      "definition" : "Indicates this is a quality 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."
    }
  ]
}