{
"description": "Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)",
"_filename": "CodeSystem-aggregate-method.json",
"package_name": "hl7.fhir.us.cqfmeasures",
"date": "2019-03-15T01:21:03-04:00",
"publisher": "Clinical Quality Information Workgroup",
"jurisdiction": [ {
"coding": [ {
"code": "US",
"system": "urn:iso:std:iso:3166",
"display": "United States of America"
} ]
} ],
"content": "complete",
"name": "MeasureAggregateMethod",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": null,
"package_version": "1.0.0",
"status": "draft",
"id": "608dacf9-9765-4a3d-89da-05cc81aba334",
"valueSet": "http://hl7.org/fhir/us/cqfmeasures/ValueSet/aggregate-method",
"kind": null,
"url": "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/aggregate-method",
"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."
} ],
"caseSensitive": true,
"version": "1.0.0"
}