HL7 Terminology (THO)
6.0.2 - 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 6.0.2 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

: Measure Scoring - XML Representation

Active as of 2021-03-26 Maturity Level: 4

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="measure-scoring"/>
  <meta>
    <lastUpdated value="2021-03-26T11:10:28.568+00:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem measure-scoring</b></p><a name="measure-scoring"> </a><a name="hcmeasure-scoring"> </a><a name="measure-scoring-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Last updated: 2021-03-26 11:10:28+0000</p></div><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">attestation<a name="measure-scoring-attestation"> </a></td><td>Attestation</td><td>The measure is an attestation, meaning that the reporter of the measure is attesting the measure score. This is typically used for true/false attestations, but can be used for other types of measure scores as well. The key distinction is that the measure is not computably represented (i.e. as a calculation or aggregation performed on some data in the reporting system), but rather is a simple attestation made by the measure reporter.</td></tr><tr><td style="white-space:nowrap">proportion<a name="measure-scoring-proportion"> </a></td><td>Proportion</td><td>The measure is a proportion scoring measure, defined as the result of a fraction (number of events in the numerator divided by the number of events in the denominator). Proportion measures typically define an initial population, then denominator and numerator inclusion and exclusion criteria.</td></tr><tr><td style="white-space:nowrap">ratio<a name="measure-scoring-ratio"> </a></td><td>Ratio</td><td>The measure is a ratio scoring measure, defined as the result of a ratio calculation. This is similar to a proportion scoring, with the exception that the numerator and denominator may be drawn from different initial populations. Ratio measures typically define initial population(s) and then numerator and denominator inclusion and exclusion criteria.</td></tr><tr><td style="white-space:nowrap">continuous-variable<a name="measure-scoring-continuous-variable"> </a></td><td>Continuous Variable</td><td>The measure is a continuous variable scoring measure, defined by a measure observation calculation performed for each member of the population. Continuous variable measures typically define an initial population, then measure population inclusion and exclusion criteria, as well as a measure observation.</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, meaning the measure is simply the definition of a population, and the score is a count of the members of that population. Cohort measures typically define only an initial population to determine membership.</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 into a single measure score. Composite measures are typically defined by referencing other measures, and use the Composite Scoring code system to define possible composite scoring methods.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cqi"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="4"/>
  </extension>
  <url value="http://terminology.hl7.org/CodeSystem/measure-scoring"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.1232"/>
  </identifier>
  <version value="4.0.0"/>
  <name value="MeasureScoring"/>
  <title value="Measure Scoring"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-03-26T11:10:28+00:00"/>
  <publisher value="Health Level Seven International"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="hq@HL7.org"/>
    </telecom>
  </contact>
  <description value="The scoring type of the measure."/>
  <copyright
             value="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.html"/>
  <caseSensitive value="true"/>
  <valueSet value="http://terminology.hl7.org/ValueSet/measure-scoring"/>
  <content value="complete"/>
  <concept>
    <code value="attestation"/>
    <display value="Attestation"/>
    <definition
                value="The measure is an attestation, meaning that the reporter of the measure is attesting the measure score. This is typically used for true/false attestations, but can be used for other types of measure scores as well. The key distinction is that the measure is not computably represented (i.e. as a calculation or aggregation performed on some data in the reporting system), but rather is a simple attestation made by the measure reporter."/>
  </concept>
  <concept>
    <code value="proportion"/>
    <display value="Proportion"/>
    <definition
                value="The measure is a proportion scoring measure, defined as the result of a fraction (number of events in the numerator divided by the number of events in the denominator). Proportion measures typically define an initial population, then denominator and numerator inclusion and exclusion criteria."/>
  </concept>
  <concept>
    <code value="ratio"/>
    <display value="Ratio"/>
    <definition
                value="The measure is a ratio scoring measure, defined as the result of a ratio calculation. This is similar to a proportion scoring, with the exception that the numerator and denominator may be drawn from different initial populations. Ratio measures typically define initial population(s) and then numerator and denominator inclusion and exclusion criteria."/>
  </concept>
  <concept>
    <code value="continuous-variable"/>
    <display value="Continuous Variable"/>
    <definition
                value="The measure is a continuous variable scoring measure, defined by a measure observation calculation performed for each member of the population. Continuous variable measures typically define an initial population, then measure population inclusion and exclusion criteria, as well as a measure observation."/>
  </concept>
  <concept>
    <code value="cohort"/>
    <display value="Cohort"/>
    <definition
                value="The measure is a cohort definition, meaning the measure is simply the definition of a population, and the score is a count of the members of that population. Cohort measures typically define only an initial population to determine membership."/>
  </concept>
  <concept>
    <code value="composite"/>
    <display value="Composite"/>
    <definition
                value="The measure score combines multiple component measures into a single measure score. Composite measures are typically defined by referencing other measures, and use the Composite Scoring code system to define possible composite scoring methods."/>
  </concept>
</CodeSystem>