FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Conceptmap-103.ttl

Example ConceptMap/103 (Turtle)

Maturity Level : N/A
Responsible Owner: Vocabulary Terminology Infrastructure Work Group Ballot Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw Turtle , JSON-LD (+ also see Turtle/RDF Format Specification )

SNOMED CT / ICD-10 mapping example

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ConceptMap/103> a fhir:ConceptMap;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "103"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>SNOMED CT to ICD-10-CM mappings for fracture of ulna (http://hl7.org/fhir/ConceptMap/103)</h2>\n      <p>Mapping from http://snomed.info/id?fhir_vs to http://hl7.org/fhir/sid/icd-10-us</p>\n      <p>DRAFT (not intended for production usage). Published on 13/06/2012 by HL7, Inc (FHIR project team (example): \n        <a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>). Creative Commons 0\n      </p>\n      <div>\n        <p>Example rule-based mappings between SNOMED CT to ICD-10-CM for fracture of ulna</p>\n\n      </div>\n      <br/>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Source Code</b>\n          </td>\n          <td>\n            <b>Equivalence</b>\n          </td>\n          <td>\n            <b>Destination Code</b>\n          </td>\n          <td>\n            <b>Comment</b>\n          </td>\n        </tr>\n        <tr>\n          <td>263204007 (Fracture of shaft of ulna)</td>\n          <td>narrower</td>\n          <td>S52.209A</td>\n          <td>The target mapping to ICD-10-CM is narrower, since additional patient data on the encounter (initial vs. subsequent) and fracture type is required for a valid ICD-10-CM mapping.</td>\n        </tr>\n        <tr>\n          <td/>\n          <td>narrower</td>\n          <td>S52.209D</td>\n          <td>The target mapping to ICD-10-CM is narrower, since additional patient data on the encounter (initial vs. subsequent), fracture type and healing (for subsequent encounter) is required for a valid ICD-10-CM mapping.</td>\n        </tr>\n      </table>\n    </div>"
  ];
  fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/ConceptMap/103"];
  fhir:ConceptMap.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b" ]
  ];
  fhir:ConceptMap.version [ fhir:value "20120613"];
  fhir:ConceptMap.name [ fhir:value "SNOMED CT to ICD-10-CM mappings for fracture of ulna"];
  fhir:ConceptMap.status [ fhir:value "draft"];
  fhir:ConceptMap.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:ConceptMap.date [ fhir:value "2012-06-13"^^xsd:date];
  fhir:ConceptMap.publisher [ fhir:value "HL7, Inc"];
  fhir:ConceptMap.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "FHIR project team (example)" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:ConceptMap.description [ fhir:value "Example rule-based mappings between SNOMED CT to ICD-10-CM for fracture of ulna"];
  fhir:ConceptMap.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "840" ];
       fhir:Coding.display [ fhir:value "United States of America" ]
     ]
  ];
  fhir:ConceptMap.purpose [ fhir:value "Show example rule based mappings"];
  fhir:ConceptMap.copyright [ fhir:value "Creative Commons 0"];
  fhir:ConceptMap.sourceReference [
     fhir:link <http://snomed.info/id?fhir_vs>;
     fhir:Reference.reference [ fhir:value "http://snomed.info/id?fhir_vs" ]
  ];
  fhir:ConceptMap.targetReference [
     fhir:link <http://hl7.org/fhir/sid/icd-10-us>;
     fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/sid/icd-10-us" ]
  ];
  fhir:ConceptMap.group [
     fhir:index 0;
     fhir:ConceptMap.group.source [ fhir:value "http://snomed.info/sct" ];
     fhir:ConceptMap.group.sourceVersion [ fhir:value "March 2015 US Edition" ];
     fhir:ConceptMap.group.target [ fhir:value "http://hl7.org/fhir/sid/icd-10-us" ];
     fhir:ConceptMap.group.targetVersion [ fhir:value "2015" ];
     fhir:ConceptMap.group.element [
       fhir:index 0;
       fhir:ConceptMap.group.element.code [ fhir:value "263204007" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "S52.209A" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "narrower" ];
         fhir:ConceptMap.group.element.target.comment [ fhir:value "The target mapping to ICD-10-CM is narrower, since additional patient data on the encounter (initial vs. subsequent) and fracture type is required for a valid ICD-10-CM mapping." ]
       ]
     ], [
       fhir:index 1;
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "S52.209D" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "narrower" ];
         fhir:ConceptMap.group.element.target.comment [ fhir:value "The target mapping to ICD-10-CM is narrower, since additional patient data on the encounter (initial vs. subsequent), fracture type and healing (for subsequent encounter) is required for a valid ICD-10-CM mapping." ]
       ]

<http://hl7.org/fhir/ConceptMap/103> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "103"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p class=\"res-header-id\">\n        <b>Generated Narrative: ConceptMap 103</b>\n      </p>\n      <a name=\"103\"> </a>\n      <a name=\"hc103\"> </a>\n      <p>Mapping from \n        <a href=\"https://browser.ihtsdotools.org/\">All Codes SCT ValueSet</a> to (not specified)\n      </p>\n      <br/>\n      <p>\n        <b>Group 1 </b>Mapping from \n        <code>http://snomed.info/sct</code> to \n        <code>http://hl7.org/fhir/sid/icd-10-cm</code>\n      </p>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Source Code</b>\n          </td>\n          <td>\n            <b>Relationship</b>\n          </td>\n          <td>\n            <b>Target Code</b>\n          </td>\n          <td>\n            <b>Comment</b>\n          </td>\n        </tr>\n        <tr>\n          <td>263204007 (Fracture of shaft of ulna)</td>\n          <td>\n            <a href=\"codesystem-concept-map-relationship.html#source-is-broader-than-target\" title=\"source-is-broader-than-target\">is broader than</a>\n          </td>\n          <td>S52.209A (Unsp fracture of shaft of unsp ulna, init for clos fx)</td>\n          <td>The target mapping to ICD-10-CM is 'source-is-broader-than-target', since additional patient data on the encounter (initial vs. subsequent) and fracture type is required for a valid ICD-10-CM mapping.</td>\n        </tr>\n        <tr>\n          <td>263204007 (Fracture of shaft of ulna)</td>\n          <td>\n            <a href=\"codesystem-concept-map-relationship.html#source-is-broader-than-target\" title=\"source-is-broader-than-target\">is broader than</a>\n          </td>\n          <td>S52.209D (Unsp fx shaft of unsp ulna, subs for clos fx w routn heal)</td>\n          <td>The target mapping to ICD-10-CM is 'source-is-broader-than-target', since additional patient data on the encounter (initial vs. subsequent), fracture type and healing (for subsequent encounter) is required for a valid ICD-10-CM mapping.</td>\n        </tr>\n      </table>\n    </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "vocab"

     ]
  ] .

<http://hl7.org/fhir/sid/icd-10-us> a fhir:sid .

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

<http://hl7.org/fhir/ConceptMap/103.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://hl7.org/fhir/STU3/ConceptMap/103.ttl> .

  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/ConceptMap/103"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ConceptMap/103>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.14.7" ]
  ] [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot3"] ; # 
  fhir:name [ fhir:v "SNOMEDCTToICD10CMMappingsForFractureOfUlna"] ; # 
  fhir:title [ fhir:v "SNOMED CT to ICD-10-CM mappings for fracture of ulna"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2012-06-13"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example rule-based mappings between SNOMED CT to ICD-10-CM for fracture of ulna"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "840" ] ;
       fhir:display [ fhir:v "United States of America (USA)" ]
     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "Show example rule based mappings"] ; # 
  fhir:copyright [ fhir:v "Creative Commons 0"] ; # 
  fhir:sourceScope [
     a fhir:Canonical ;
     fhir:v "http://snomed.info/sct?fhir_vs"^^xsd:anyURI ;
     fhir:l <http://snomed.info/sct?fhir_vs>
  ] ; # 
  fhir:group ( [
     fhir:source [
       fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
       fhir:l <http://snomed.info/sct>
     ] ;
     fhir:target [
       fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/sid/icd-10-cm>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "263204007" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "S52.209A" ] ;
         fhir:relationship [ fhir:v "source-is-broader-than-target" ] ;
         fhir:comment [ fhir:v "The target mapping to ICD-10-CM is 'source-is-broader-than-target', since additional patient data on the encounter (initial vs. subsequent) and fracture type is required for a valid ICD-10-CM mapping." ]
       ] )
     ] [
       fhir:code [ fhir:v "263204007" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "S52.209D" ] ;
         fhir:relationship [ fhir:v "source-is-broader-than-target" ] ;
         fhir:comment [ fhir:v "The target mapping to ICD-10-CM is 'source-is-broader-than-target', since additional patient data on the encounter (initial vs. subsequent), fracture type and healing (for subsequent encounter) is required for a valid ICD-10-CM mapping." ]
       ] )
     ] )
  ] ) . # 


# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.