FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem measure-aggregate-method

Properties

Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem
Defining URL http://hl7.org/fhir/CodeSystem/measure-aggregate-method
Version 5.0.0
Name MeasureAggregateMethod
Title Measure Aggregate Method
Status active
Definition

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

Publisher Clinical Quality Information WG
Committee cqi
Value Set http://hl7.org/fhir/ValueSet/aggregate-method

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

Code Display Definition
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.