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

: MeasureSupplementalData - JSON Representation

Draft as of 2023-02-06

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "measure-supplemental-data",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/measure-supplemental-data",
  "version" : "1.0.0",
  "name" : "MeasureSupplementalData",
  "title" : "MeasureSupplementalData",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-02-06T21: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" : "Identifier supplemental data in a population for measuring purposes.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "age",
      "display" : "Age",
      "definition" : "Age Supplemental Data."
    },
    {
      "code" : "gender",
      "display" : "Gender",
      "definition" : "Gender Supplemental Data."
    },
    {
      "code" : "ethnicity",
      "display" : "Ethnicity",
      "definition" : "Ethnicity Supplemental Data."
    },
    {
      "code" : "payer",
      "display" : "Payer",
      "definition" : "Payer Supplemental Data."
    },
    {
      "code" : "race",
      "display" : "Race",
      "definition" : "Race Supplemental Data."
    }
  ]
}