Quality Measure Implementation Guide
1.0.0 - STU 1 International flag

Quality Measure Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-cqm/ and changes regularly. See the Directory of published versions

: Measure Stratifier Type Codes - JSON Representation

Page standards status: Trial-use Maturity Level: 4

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "measure-stratifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem measure-stratifier-type</b></p><a name=\"measure-stratifier-type\"> </a><a name=\"hcmeasure-stratifier-type\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/measure-stratifier-type</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\">age-range<a name=\"measure-stratifier-type-age-range\"> </a></td><td>Age range</td><td>Indicates that the stratification should be determined based on age range.</td></tr><tr><td style=\"white-space:nowrap\">region<a name=\"measure-stratifier-type-region\"> </a></td><td>Region</td><td>Indicates that the stratification should be determined based on geographical areas.</td></tr><tr><td style=\"white-space:nowrap\">facility<a name=\"measure-stratifier-type-facility\"> </a></td><td>Facility</td><td>Indicates that the stratification should be determined based on facilities, or specific physical locations.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 4,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/cqm/ImplementationGuide/hl7.fhir.uv.cqm"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/cqm/ImplementationGuide/hl7.fhir.uv.cqm"
          }
        ]
      }
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/measure-stratifier-type",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.61.16.3"
    }
  ],
  "version" : "1.0.0",
  "name" : "MeasureStratifierTypeCodes",
  "title" : "Measure Stratifier Type Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-11T17:26:38+00:00",
  "publisher" : "HL7 International / Clinical Quality Information",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "This code system establishes types of stratification for use in identifying subgroups of populations. These stratifications are often, but not exclusively, used in quality measurement.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "age-range",
      "display" : "Age range",
      "definition" : "Indicates that the stratification should be determined based on age range."
    },
    {
      "code" : "region",
      "display" : "Region",
      "definition" : "Indicates that the stratification should be determined based on geographical areas."
    },
    {
      "code" : "facility",
      "display" : "Facility",
      "definition" : "Indicates that the stratification should be determined based on facilities, or specific physical locations."
    }
  ]
}