Quality Measure Implementation Guide (STU4)
4.0.0-ballot - ballot US

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v4.0.0-ballot: STU 4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.0.0. 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:Resource.id [ fhir:value "data-usages"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>DataUsageMapping (http://hl7.org/fhir/us/cqfmeasures/ConceptMap/data-usages)</h2><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-measure-data-usage.html\">http://hl7.org/fhir/ValueSet/measure-data-usage</a> to (not specified)</p><p>ACTIVE. Published on 2021-02-18 by Clinical Quality Information WG (<a href=\"http://www.hl7.org/Special/committees/cqi\">http://www.hl7.org/Special/com...</a>). </p><div><p>The mapping of FHIR measure data usage codes to the corresponding HL7 V3 code used in HQMF for each of the measure data usages</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-measure-data-usage.html\">MeasureDataUsage</a> to <a href=\"http://terminology.hl7.org/5.0.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/R4/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/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>MSRADJ (risk adjustment)</td></tr></table></div>"
  ]; # 
  fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/us/cqfmeasures/ConceptMap/data-usages"]; # 
  fhir:ConceptMap.version [ fhir:value "1.0.0"]; # 
  fhir:ConceptMap.name [ fhir:value "DataUsageMapping"]; # 
  fhir:ConceptMap.title [ fhir:value "Data Usage Mapping"]; # 
  fhir:ConceptMap.status [ fhir:value "active"]; # 
  fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:ConceptMap.date [ fhir:value "2021-02-18"^^xsd:date]; # 
  fhir:ConceptMap.publisher [ fhir:value "Clinical Quality Information WG"]; # 
  fhir:ConceptMap.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cqi" ]     ]
  ]; # 
  fhir:ConceptMap.description [ fhir:value "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:ConceptMap.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ]; # 
  fhir:ConceptMap.sourceCanonical [
     fhir:value "http://hl7.org/fhir/ValueSet/measure-data-usage";
     fhir:link <http://hl7.org/fhir/ValueSet/measure-data-usage>
  ]; # 
  fhir:ConceptMap.group [
     fhir:index 0;
     fhir:ConceptMap.group.source [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-data-usage" ];
     fhir:ConceptMap.group.target [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
     fhir:ConceptMap.group.element [
       fhir:index 0;
       fhir:ConceptMap.group.element.code [ fhir:value "supplemental-data" ];
       fhir:ConceptMap.group.element.display [ fhir:value "Supplemental Data" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "SDE" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "supplemental data elements" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]       ]     ], [
       fhir:index 1;
       fhir:ConceptMap.group.element.code [ fhir:value "risk-adjustment-factor" ];
       fhir:ConceptMap.group.element.display [ fhir:value "Risk Adjustment Factor" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "MSRADJ" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "risk adjustment" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]       ]     ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.