Quality Measure Implementation Guide
5.0.0 - STU5 United States of America flag

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 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

: Data Usage 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 "data-usages"] ; # 
  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 data-usages</b></p><a name=\"data-usages\"> </a><a name=\"hcdata-usages\"> </a><a name=\"data-usages-en-US\"> </a><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-measure-data-usage.html\">MeasureDataUsage</a> to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-measure-data-usage.html\">MeasureDataUsage</a> to <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</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>supplemental-data</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>SDE (supplemental data elements)</td></tr><tr><td>risk-adjustment-factor</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>MSRADJ (risk adjustment)</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/data-usages"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "DataUsageMapping"] ; # 
  fhir:title [ fhir:v "Data Usage 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 data usage codes to the corresponding HL7 V3 code used in HQMF for each of the measure data usages"] ; # 
  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/ValueSet/measure-data-usage"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/measure-data-usage>
  ] ; # 
  fhir:group ( [
fhir:source [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-data-usage"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
    ( fhir:element [
fhir:code [ fhir:v "supplemental-data" ] ;
fhir:display [ fhir:v "Supplemental Data" ] ;
      ( fhir:target [
fhir:code [ fhir:v "SDE" ] ;
fhir:display [ fhir:v "supplemental data elements" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] [
fhir:code [ fhir:v "risk-adjustment-factor" ] ;
fhir:display [ fhir:v "Risk Adjustment Factor" ] ;
      ( fhir:target [
fhir:code [ fhir:v "MSRADJ" ] ;
fhir:display [ fhir:v "risk adjustment" ] ;
fhir:equivalence [ fhir:v "equivalent" ]       ] )     ] )
  ] ) . #