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
Active as of 2021-02-18 |
@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 "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"http://terminology.hl7.org/5.4.0/ValueSet-measure-type.html\">MeasureType</a> to <a href=\"http://terminology.hl7.org/5.4.0/ValueSet-v3-ObservationMeasureType.html\">ObservationMeasureType</a></p><p>ACTIVE. Published on 2021-02-18 by HL7 International / Clinical Quality Information (<a href=\"http://www.hl7.org/Special/committees/cqi\">http://www.hl7.org/Special/com...</a>). </p><div><p>The mapping of FHIR measure type codes to the corresponding HL7 V3 code used in HQMF for each of the measure type</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-measure-type.html\">MeasureType</a> to <a href=\"http://terminology.hl7.org/5.4.0/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/R4/codesystem-concept-map-equivalence.html#null\"/></td><td>OUTCOME (outcome measure type)</td></tr><tr><td>structure</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#null\"/></td><td>STRUCTURE (structure measure type)</td></tr><tr><td>process</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#null\"/></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 "5.0.0-ballot"] ; #
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:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
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:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
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:modifierExtension [
fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
fhir:value [ fhir:v "equivalent" ] ] ) ;
fhir:code [ fhir:v "PROCESS" ] ;
fhir:display [ fhir:v "process measure type" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] )
] ) . #
IG © 2019+ HL7 International / Clinical Quality Information. Package hl7.fhir.us.cqfmeasures#5.0.0-ballot based on FHIR 4.0.1. Generated 2023-12-15
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change