FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

CodeSystem: Measure Aggregate Method

Official URL: http://hl7.org/fhir/CodeSystem/measure-aggregate-method Version: 5.0.0
Standards status: Informative 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.