HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: MeasureScoring - JSON Representation

Draft as of 2021-03-26 Maturity Level: 2

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 case-sensitive 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" : "3.0.0",
  "name" : "MeasureScoring",
  "title" : "MeasureScoring",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-03-26T11:10:28+00:00",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org"
        },
        {
          "system" : "email",
          "value" : "hq@HL7.org"
        }
      ]
    }
  ],
  "description" : "The scoring type of the measure.",
  "copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "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."
    }
  ]
}