This page is part of the FHIR Core Extensions Registry (v5.1.0: Release 5.1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Trial-use | Maturity Level: 1 |
{
"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",
"name" : "MeasureReportCategory",
"title" : "Measure Report Category",
"status" : "active",
"experimental" : false,
"date" : "2024-04-27T18:54:50+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" : "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."
}
]
}