FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-measure-supplemental-data-example.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-measure-supplemental-data-example.html |
| URL | http://hl7.org/fhir/measure-supplemental-data-example |
| Version | 5.0.0 |
| Status | active |
| Date | 2025-09-13T17:27:08-04:00 |
| Name | MeasureSupplementalDataExample |
| Title | Measure Supplemental Data Example |
| Realm | uv |
| Authority | hl7 |
| Description | Identifier supplemental data in a population for measuring purposes. |
| Content | complete |
| ValueSet | |
| R5-measure-supplemental-data-example-for-R4 | Cross-version VS for R5.MeasureSupplementalDataExample for use in FHIR R4 |
No resources found
Note: links and images are rebased to the (stated) source
This code system
http://hl7.org/fhir/measure-supplemental-data-example defines the following codes:
| Code | Display | Definition |
| age | Age | Age Supplemental Data. |
| gender | Gender | Gender Supplemental Data . |
| ethnicity | Ethnicity | Ethnicity Supplemental Data . |
| payer | Payer | Payer Supplemental Data. |
{
"resourceType": "CodeSystem",
"id": "measure-supplemental-data-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r5.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cqi"
}
],
"url": "http://hl7.org/fhir/measure-supplemental-data-example",
"version": "5.0.0",
"name": "MeasureSupplementalDataExample",
"title": "Measure Supplemental Data Example",
"status": "active",
"experimental": true,
"date": "2025-09-13T17:27:08-04:00",
"publisher": "Clinical Quality Information",
"contact": [
{
"name": "Clinical Quality Information",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description": "Identifier supplemental data in a population for measuring purposes.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/measure-supplemental-data-example|4.3.0",
"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."
}
]
}