| Package | hl7.fhir.uv.saner |
| Resource Type | CodeSystem |
| Id | MeasureRateAggregation |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/CodeSystem-MeasureRateAggregation.html |
| URL | http://hl7.org/fhir/uv/saner/CodeSystem/MeasureRateAggregation |
| Version | 1.0.1 |
| Status | active |
| Date | 2024-05-18T21:25:01+00:00 |
| Name | MeasureRateAggregation |
| Title | Measure Rate Aggregation Coding System |
| Realm | uv |
| Authority | hl7 |
| Description | This Coding System Identifies methods of rate aggregation |
| Content | complete |
| ValueSet | |
| MeasureRateAggregationValues | Measure Rate Aggregation Value Set |
No resources found
Note: links and images are rebased to the (stated) source
This case-insensitive code system http://hl7.org/fhir/uv/saner/CodeSystem/MeasureRateAggregation defines the following codes:
{
"resourceType": "CodeSystem",
"id": "MeasureRateAggregation",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pher"
}
],
"url": "http://hl7.org/fhir/uv/saner/CodeSystem/MeasureRateAggregation",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.42.16.4"
}
],
"version": "1.0.1",
"name": "MeasureRateAggregation",
"title": "Measure Rate Aggregation Coding System",
"status": "active",
"experimental": false,
"date": "2024-05-18T21:25:01+00:00",
"publisher": "HL7 International / Public Health",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pher"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "pher@lists.hl7.org"
}
]
},
{
"name": "Keith W. Boone",
"telecom": [
{
"system": "email",
"value": "mailto:kboone@ainq.com"
}
]
}
],
"description": "This Coding System Identifies methods of rate aggregation",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 3,
"concept": [
{
"code": "count",
"display": "Aggregable",
"definition": "Rates can be summed over consecutive periods"
},
{
"code": "point-in-time",
"display": "Point in Time",
"definition": "Rates are point in time measures during the reporting period, the most recent measure is retained in an aggregate"
},
{
"code": "cumulative",
"display": "Cumulative",
"definition": "Rates are point in time measures showing cumulative values over all reporting periods, the most recent measure is retained in an aggregate"
}
]
}