This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v5.0.0: STU5 (v5.0.0)) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Measure Type mapping - 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:ConceptMap ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "measure-types"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap measure-types</b></p><a name=\"measure-types\"> </a><a name=\"hcmeasure-types\"> </a><a name=\"measure-types-en-US\"> </a><p>Mapping from <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-measure-type.html\">MeasureType</a> to <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v3-ObservationMeasureType.html\">ObservationMeasureType</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-measure-type.html\">MeasureType</a> to <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ObservationValue.html\">ObservationValue</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>outcome</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>OUTCOME (outcome measure type)</td></tr><tr><td>structure</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>STRUCTURE (structure measure type)</td></tr><tr><td>process</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>PROCESS (process measure type)</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/ConceptMap/measure-types"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "MeasureTypeMapping"] ; #
fhir:title [ fhir:v "Measure Type 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 "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 "The mapping of FHIR measure type codes to the corresponding HL7 V3 code used in HQMF for each of the measure type"] ; #
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://terminology.hl7.org/ValueSet/measure-type"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/measure-type>
] ; #
fhir:target [
fhir:v "http://terminology.hl7.org/ValueSet/v3-ObservationMeasureType"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/v3-ObservationMeasureType>
] ; #
fhir:group ( [
fhir:source [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-type"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"^^xsd:anyURI ] ;
( fhir:element [
fhir:code [ fhir:v "outcome" ] ;
fhir:display [ fhir:v "Outcome" ] ;
( fhir:target [
fhir:code [ fhir:v "OUTCOME" ] ;
fhir:display [ fhir:v "outcome measure type" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "structure" ] ;
fhir:display [ fhir:v "Structure" ] ;
( fhir:target [
fhir:code [ fhir:v "STRUCTURE" ] ;
fhir:display [ fhir:v "structure measure type" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "process" ] ;
fhir:display [ fhir:v "Process" ] ;
( fhir:target [
fhir:code [ fhir:v "PROCESS" ] ;
fhir:display [ fhir:v "process measure type" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] )
] ) . #