FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cqm.r4b
Resource TypeCodeSystem
IdCodeSystem-measure-stratifier-type.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem measure-stratifier-type

This case-sensitive code system http://terminology.hl7.org/CodeSystem/measure-stratifier-type defines the following codes:

CodeDisplayDefinition
age-range Age rangeIndicates that the stratification should be determined based on age range.
region RegionIndicates that the stratification should be determined based on geographical areas.
facility FacilityIndicates that the stratification should be determined based on facilities, or specific physical locations.

Source1

{
  "resourceType": "CodeSystem",
  "id": "measure-stratifier-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-11T19:16:53+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."
    }
  ]
}