Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Conceptmap-103.ttl

Vocabulary Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

SNOMED CT / ICD-10 mapping example

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

[] a fhir:ConceptMap;
  fhir:Resource.id [ fhir:value "103"];
  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"];
  fhir:ConceptMap.date [ fhir:value "2012-06-13"];
  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.source [ fhir:value "http://snomed.info/sct?fhir_vs"];
  fhir:ConceptMap.target [ fhir:value "http://hl7.org/fhir/sid/icd-10-us"];
  fhir:ConceptMap.group [
     fhir:index 0;
     fhir:ConceptMap.source [ fhir:value "http://snomed.info/sct" ];
     fhir:ConceptMap.sourceVersion [ fhir:value "March 2015 US Edition" ];
     fhir:ConceptMap.target [ fhir:value "http://hl7.org/fhir/sid/icd-10-us" ];
     fhir:ConceptMap.targetVersion [ fhir:value "2015" ];
     fhir:ConceptMap.element [
       fhir:index 0;
       fhir:ConceptMap.code [ fhir:value "263204007" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "S52.209A" ];
         fhir:ConceptMap.equivalence [ fhir:value "narrower" ];
         fhir:ConceptMap.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.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "S52.209D" ];
         fhir:ConceptMap.equivalence [ fhir:value "narrower" ];
         fhir:ConceptMap.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." ]
       ]
     ]
  ] .

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


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.