This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v5.0.0-ballot: STU5 (v5.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions
: Measure Aggregate Method Codes - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "aggregate-method"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/aggregate-method</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">sum<a name=\"aggregate-method-sum\"> </a></td><td>Sum</td><td>The measure score is determined by adding together the observations derived from the measure population.</td></tr><tr><td style=\"white-space:nowrap\">average<a name=\"aggregate-method-average\"> </a></td><td>Average</td><td>The measure score is determined by taking the average of the observations derived from the measure population.</td></tr><tr><td style=\"white-space:nowrap\">median<a name=\"aggregate-method-median\"> </a></td><td>Median</td><td>The measure score is determined by taking the median of the observations derived from the measure population.</td></tr><tr><td style=\"white-space:nowrap\">minimum<a name=\"aggregate-method-minimum\"> </a></td><td>Minimum</td><td>The measure score is determined by taking the minimum of the observations derived from the measure population.</td></tr><tr><td style=\"white-space:nowrap\">maximum<a name=\"aggregate-method-maximum\"> </a></td><td>Maximum</td><td>The measure score is determined by taking the maximum of the observations derived from the measure population.</td></tr><tr><td style=\"white-space:nowrap\">count<a name=\"aggregate-method-count\"> </a></td><td>Count</td><td>The measure score is determined as the number of observations derived from the measure population.</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/aggregate-method"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0-ballot"] ; #
fhir:name [ fhir:v "MeasureAggregateMethod"] ; #
fhir:title [ fhir:v "Measure Aggregate Method Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-12-15T17:46:42+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ] ] )
] ) ; #
fhir:description [ fhir:v "Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/ValueSet/aggregate-method"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/ValueSet/aggregate-method>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "sum" ] ;
fhir:display [ fhir:v "Sum" ] ;
fhir:definition [ fhir:v "The measure score is determined by adding together the observations derived from the measure population." ]
] [
fhir:code [ fhir:v "average" ] ;
fhir:display [ fhir:v "Average" ] ;
fhir:definition [ fhir:v "The measure score is determined by taking the average of the observations derived from the measure population." ]
] [
fhir:code [ fhir:v "median" ] ;
fhir:display [ fhir:v "Median" ] ;
fhir:definition [ fhir:v "The measure score is determined by taking the median of the observations derived from the measure population." ]
] [
fhir:code [ fhir:v "minimum" ] ;
fhir:display [ fhir:v "Minimum" ] ;
fhir:definition [ fhir:v "The measure score is determined by taking the minimum of the observations derived from the measure population." ]
] [
fhir:code [ fhir:v "maximum" ] ;
fhir:display [ fhir:v "Maximum" ] ;
fhir:definition [ fhir:v "The measure score is determined by taking the maximum of the observations derived from the measure population." ]
] [
fhir:code [ fhir:v "count" ] ;
fhir:display [ fhir:v "Count" ] ;
fhir:definition [ fhir:v "The measure score is determined as the number of observations derived from the measure population." ]
] ) . #