FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-measure-aggregate-method.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-measure-aggregate-method.html |
| URL | http://hl7.org/fhir/CodeSystem/measure-aggregate-method |
| Version | 5.0.0 |
| Status | active |
| Date | 2019-03-15T15:21:03+10:00 |
| Name | MeasureAggregateMethod |
| Title | Measure Aggregate Method |
| Realm | uv |
| Authority | hl7 |
| Description | Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count) |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This code system
http://hl7.org/fhir/CodeSystem/measure-aggregate-method defines the following codes:
{
"resourceType": "CodeSystem",
"id": "measure-aggregate-method",
"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/CodeSystem/measure-aggregate-method",
"version": "5.0.0",
"name": "MeasureAggregateMethod",
"title": "Measure Aggregate Method",
"status": "active",
"experimental": false,
"date": "2019-03-15T15:21:03+10:00",
"publisher": "Clinical Quality Information",
"contact": [
{
"name": "Clinical Quality Information",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description": "Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/aggregate-method",
"content": "complete",
"concept": [
{
"code": "sum",
"display": "Sum",
"definition": "The measure score is determined by adding together the observations derived from the measure population."
},
{
"code": "average",
"display": "Average",
"definition": "The measure score is determined by taking the average of the observations derived from the measure population."
},
{
"code": "median",
"display": "Median",
"definition": "The measure score is determined by taking the median of the observations derived from the measure population."
},
{
"code": "minimum",
"display": "Minimum",
"definition": "The measure score is determined by taking the minimum of the observations derived from the measure population."
},
{
"code": "maximum",
"display": "Maximum",
"definition": "The measure score is determined by taking the maximum of the observations derived from the measure population."
},
{
"code": "count",
"display": "Count",
"definition": "The measure score is determined as the number of observations derived from the measure population."
}
]
}