Quality Measure Implementation Guide

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions

CodeSystem-aggregate-method

Formats: XML, JSON, Turtle

MeasureAggregateMethod

Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)

This code system http://hl7.org/fhir/us/cqfmeasures/CodeSystem/aggregate-method defines the following codes:

CodeDisplayDefinition
sum SumAggregate by adding all observations
average AverageAggregate by taking the average of all observations
median MedianAggregate by taking the median of all observations
minimum MinimumAggregate by taking the minimum of all observations
maximum MaximumAggregate by taking the maximum of all observations
count CountAggregate by taking the count of all observations