HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: MeasureScoring - XML Representation

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

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">Placeholder</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="2"/>
  </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="2.0.0"/>
  <name value="MeasureScoring"/>
  <title value="MeasureScoring"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2021-03-26T11:10:28+00:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="The scoring type of the measure."/>
  <caseSensitive value="true"/>
  <valueSet value="http://terminology.hl7.org/ValueSet/measure-scoring"/>
  <content value="complete"/>
  <concept>
    <code value="proportion"/>
    <display value="Proportion"/>
    <definition value="The measure score is defined using a proportion."/>
  </concept>
  <concept>
    <code value="ratio"/>
    <display value="Ratio"/>
    <definition value="The measure score is defined using a ratio."/>
  </concept>
  <concept>
    <code value="continuous-variable"/>
    <display value="Continuous Variable"/>
    <definition
                value="The score is defined by a calculation of some quantity."/>
  </concept>
  <concept>
    <code value="cohort"/>
    <display value="Cohort"/>
    <definition value="The measure is a cohort definition."/>
  </concept>
  <concept>
    <code value="composite"/>
    <display value="Composite"/>
    <definition
                value="The measure score combines multiple component measures in to a single quality measure score."/>
  </concept>
</CodeSystem>