{ "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-15T16:21:03+11: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": "0.1.0", "status": "draft", "id": "14f90bd9-aa14-43ce-b869-c057072c5f4b", "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": "Aggregate by adding all observations" }, { "code": "average", "display": "Average", "definition": "Aggregate by taking the average of all observations" }, { "code": "median", "display": "Median", "definition": "Aggregate by taking the median of all observations" }, { "code": "minimum", "display": "Minimum", "definition": "Aggregate by taking the minimum of all observations" }, { "code": "maximum", "display": "Maximum", "definition": "Aggregate by taking the maximum of all observations" }, { "code": "count", "display": "Count", "definition": "Aggregate by taking the count of all observations" } ], "caseSensitive": true, "version": "0.1.0" }