HL7 Terminology (THO)
4.0.0 - Publication International flag

This page is part of the HL7 Terminology (v4.0.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

: MeasureDataUsage - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "measure-data-usage",
  "meta" : {
    "lastUpdated" : "2020-04-09T21: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-data-usage</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\">supplemental-data<a name=\"measure-data-usage-supplemental-data\"> </a></td><td>Supplemental Data</td><td>The data is intended to be provided as additional information alongside the measure results.</td></tr><tr><td style=\"white-space:nowrap\">risk-adjustment-factor<a name=\"measure-data-usage-risk-adjustment-factor\"> </a></td><td>Risk Adjustment Factor</td><td>The data is intended to be used to calculate and apply a risk adjustment model for the measure.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/measure-data-usage",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1234"
    }
  ],
  "version" : "0.1.0",
  "name" : "MeasureDataUsage",
  "title" : "MeasureDataUsage",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-04-09T21: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 intended usage for supplemental data elements in the measure.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/measure-data-usage",
  "content" : "complete",
  "concept" : [
    {
      "code" : "supplemental-data",
      "display" : "Supplemental Data",
      "definition" : "The data is intended to be provided as additional information alongside the measure results."
    },
    {
      "code" : "risk-adjustment-factor",
      "display" : "Risk Adjustment Factor",
      "definition" : "The data is intended to be used to calculate and apply a risk adjustment model for the measure."
    }
  ]
}