FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.extensions.r3
Resource TypeCodeSystem
IdCodeSystem-measurereport-category.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem measurereport-category

This case-sensitive code system http://hl7.org/fhir/CodeSystem/measurereport-category defines the following codes:

CodeDisplayDefinition
deqm Data Exchange for Quality MeasuresIndicates this is a Data Exchange for Quality Measures (DEQM) measure report.
ra Risk AdjustmentIndicates this is a risk adjustment measure report focused on risk adjustment for revenue normalization.
vbp Value-Based PerformanceIndicates this is a value-based performance measure report.

Source1

{
  "resourceType": "CodeSystem",
  "id": "measurereport-category",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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",
            "valueUri": "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": "2025-08-03T06:28:00+10: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."
    }
  ]
}