HL7 Terminology (THO)
5.5.0 - Publication International flag

This page is part of the HL7 Terminology (v5.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: CompositeMeasureScoring - JSON Representation

Draft as of 2020-04-09 Maturity Level: 2

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "composite-measure-scoring",
  "meta" : {
    "lastUpdated" : "2020-04-09T21: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/composite-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\">opportunity<a name=\"composite-measure-scoring-opportunity\"> </a></td><td>Opportunity</td><td>Opportunity scoring combines the scores from component measures by combining the numerators and denominators for each component.</td></tr><tr><td style=\"white-space:nowrap\">all-or-nothing<a name=\"composite-measure-scoring-all-or-nothing\"> </a></td><td>All-or-nothing</td><td>All-or-nothing scoring includes an individual in the numerator of the composite measure if they are in the numerators of all of the component measures in which they are in the denominator.</td></tr><tr><td style=\"white-space:nowrap\">linear<a name=\"composite-measure-scoring-linear\"> </a></td><td>Linear</td><td>Linear scoring gives an individual a score based on the number of numerators in which they appear.</td></tr><tr><td style=\"white-space:nowrap\">weighted<a name=\"composite-measure-scoring-weighted\"> </a></td><td>Weighted</td><td>Weighted scoring gives an individual a score based on a weighted factor for each component numerator in which they appear.</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/composite-measure-scoring",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1235"
    }
  ],
  "version" : "1.0.0",
  "name" : "CompositeMeasureScoring",
  "title" : "CompositeMeasureScoring",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-04-09T21: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 composite scoring method 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/composite-measure-scoring",
  "content" : "complete",
  "concept" : [
    {
      "code" : "opportunity",
      "display" : "Opportunity",
      "definition" : "Opportunity scoring combines the scores from component measures by combining the numerators and denominators for each component."
    },
    {
      "code" : "all-or-nothing",
      "display" : "All-or-nothing",
      "definition" : "All-or-nothing scoring includes an individual in the numerator of the composite measure if they are in the numerators of all of the component measures in which they are in the denominator."
    },
    {
      "code" : "linear",
      "display" : "Linear",
      "definition" : "Linear scoring gives an individual a score based on the number of numerators in which they appear."
    },
    {
      "code" : "weighted",
      "display" : "Weighted",
      "definition" : "Weighted scoring gives an individual a score based on a weighted factor for each component numerator in which they appear."
    }
  ]
}