This page is part of the HL7 Terminology (v5.1.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions
: MeasureScoring - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "measure-scoring",
"meta" : {
"lastUpdated" : "2021-03-26T11:10:28.568+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/measure-scoring</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\">proportion<a name=\"measure-scoring-proportion\"> </a></td><td>Proportion</td><td>The measure score is defined using a proportion.</td></tr><tr><td style=\"white-space:nowrap\">ratio<a name=\"measure-scoring-ratio\"> </a></td><td>Ratio</td><td>The measure score is defined using a ratio.</td></tr><tr><td style=\"white-space:nowrap\">continuous-variable<a name=\"measure-scoring-continuous-variable\"> </a></td><td>Continuous Variable</td><td>The score is defined by a calculation of some quantity.</td></tr><tr><td style=\"white-space:nowrap\">cohort<a name=\"measure-scoring-cohort\"> </a></td><td>Cohort</td><td>The measure is a cohort definition.</td></tr><tr><td style=\"white-space:nowrap\">composite<a name=\"measure-scoring-composite\"> </a></td><td>Composite</td><td>The measure score combines multiple component measures in to a single quality measure score.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cqi"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
}
],
"url" : "http://terminology.hl7.org/CodeSystem/measure-scoring",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.1232"
}
],
"version" : "2.0.0",
"name" : "MeasureScoring",
"title" : "MeasureScoring",
"status" : "draft",
"experimental" : false,
"date" : "2021-03-26T11:10:28+00:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}
]
}
],
"description" : "The scoring type of the measure.",
"caseSensitive" : true,
"valueSet" : "http://terminology.hl7.org/ValueSet/measure-scoring",
"content" : "complete",
"concept" : [
{
"code" : "proportion",
"display" : "Proportion",
"definition" : "The measure score is defined using a proportion."
},
{
"code" : "ratio",
"display" : "Ratio",
"definition" : "The measure score is defined using a ratio."
},
{
"code" : "continuous-variable",
"display" : "Continuous Variable",
"definition" : "The score is defined by a calculation of some quantity."
},
{
"code" : "cohort",
"display" : "Cohort",
"definition" : "The measure is a cohort definition."
},
{
"code" : "composite",
"display" : "Composite",
"definition" : "The measure score combines multiple component measures in to a single quality measure score."
}
]
}