Extensions for Using Data Elements from FHIR R5 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR STU3 - Downloaded Version null See the Directory of published versions

CodeSystem: MeasureAggregateMethod

Official URL: http://hl7.org/fhir/CodeSystem/measure-aggregate-method Version: 5.0.0
Standards status: Trial-use Maturity Level: 0 Responsible: Clinical Quality Information Computable Name: MeasureAggregateMethod

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

This Code system is referenced in the content logical definition of the following value sets:

This case-sensitive code system http://hl7.org/fhir/CodeSystem/measure-aggregate-method defines the following codes:

CodeDisplayDefinition
sum Sum The measure score is determined by adding together the observations derived from the measure population.
average Average The measure score is determined by taking the average of the observations derived from the measure population.
median Median The measure score is determined by taking the median of the observations derived from the measure population.
minimum Minimum The measure score is determined by taking the minimum of the observations derived from the measure population.
maximum Maximum The measure score is determined by taking the maximum of the observations derived from the measure population.
count Count The measure score is determined as the number of observations derived from the measure population.