Quality Measure Implementation Guide (STU4)
4.0.0 - STU4 United States of America flag

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Aggregate Method mapping - TTL Representation

Active as of 2021-02-18

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:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "aggregate-method"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/ConceptMap/aggregate-method"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "AggregateMethod"] ; # 
  fhir:title [ fhir:v "Aggregate Method mapping"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-02-18"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Clinical Quality Information WG"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The mapping of FHIR aggregate method codes to the corresponding HL7 V3 code used in HQMF for each type of aggregate method"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:source [
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:target [
fhir:v "http://terminology.hl7.org/ValueSet/v3-ObservationMethodAggregate"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/v3-ObservationMethodAggregate>
  ] ; # 
  fhir:group ( [
fhir:source [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/aggregate-method"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationMethod"^^xsd:anyURI ] ;
    ( fhir:element [
fhir:code [ fhir:v "sum" ] ;
fhir:display [ fhir:v "Sum" ] ;
      ( fhir:target [
fhir:code [ fhir:v "SUM" ] ;
fhir:display [ fhir:v "sum" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "average" ] ;
fhir:display [ fhir:v "Average" ] ;
      ( fhir:target [
fhir:code [ fhir:v "AVERAGE" ] ;
fhir:display [ fhir:v "average" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "median" ] ;
fhir:display [ fhir:v "Median" ] ;
      ( fhir:target [
fhir:code [ fhir:v "MEDIAN" ] ;
fhir:display [ fhir:v "median" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "minimum" ] ;
fhir:display [ fhir:v "Minimum" ] ;
      ( fhir:target [
fhir:code [ fhir:v "MIN" ] ;
fhir:display [ fhir:v "minima" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "maximum" ] ;
fhir:display [ fhir:v "Maximum" ] ;
      ( fhir:target [
fhir:code [ fhir:v "MAX" ] ;
fhir:display [ fhir:v "maxima" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "count" ] ;
fhir:display [ fhir:v "Count" ] ;
      ( fhir:target [
fhir:code [ fhir:v "COUNT" ] ;
fhir:display [ fhir:v "Count" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] )
  ] ) . #