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

: Improvement Notation 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 "improvement-notations"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ImprovementNotationMapping (http://hl7.org/fhir/us/cqfmeasures/ConceptMap/improvement-notations)</h2><p>Mapping from <a href=\"http://terminology.hl7.org/3.1.0/ValueSet-measure-improvement-notation.html\">http://terminology.hl7.org/ValueSet/measure-improvement-notation</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 improvement notation codes to the corresponding HL7 V3 code used in HQMF for each of the improvement notations</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-measure-improvement-notation.html\">MeasureImprovementNotation</a> to <a href=\"http://terminology.hl7.org/3.1.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>increase (Increased score indicates improvement)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>IncrIsImp (Increased score indicates improvement)</td></tr><tr><td>decrease (Decreased score indicates improvement)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>DecrIsImp (Decreased score indicates improvement)</td></tr></table></div>"
  ]; # 
  fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/us/cqfmeasures/ConceptMap/improvement-notations"]; # 
  fhir:ConceptMap.version [ fhir:value "1.0.0"]; # 
  fhir:ConceptMap.name [ fhir:value "ImprovementNotationMapping"]; # 
  fhir:ConceptMap.title [ fhir:value "Improvement Notation 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 improvement notation codes to the corresponding HL7 V3 code used in HQMF for each of the improvement notations"]; # 
  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://terminology.hl7.org/ValueSet/measure-improvement-notation";
     fhir:link <http://terminology.hl7.org/ValueSet/measure-improvement-notation>
  ]; # 
  fhir:ConceptMap.group [
     fhir:index 0;
     fhir:ConceptMap.group.source [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-improvement-notation" ];
     fhir:ConceptMap.group.target [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" ];
     fhir:ConceptMap.group.element [
       fhir:index 0;
       fhir:ConceptMap.group.element.code [ fhir:value "increase" ];
       fhir:ConceptMap.group.element.display [ fhir:value "Increased score indicates improvement" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "IncrIsImp" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "Increased score indicates improvement" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]       ]     ], [
       fhir:index 1;
       fhir:ConceptMap.group.element.code [ fhir:value "decrease" ];
       fhir:ConceptMap.group.element.display [ fhir:value "Decreased score indicates improvement" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "DecrIsImp" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "Decreased score indicates improvement" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]       ]     ]
  ]. # 

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

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