This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). 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
SNOMED CT / ICD-10 mapping example (id = "103")
<ConceptMap xmlns="http://hl7.org/fhir"> <id value="103"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>SNOMED CT to ICD-10-CM mappings for fracture of ulna (http://hl7.org/fhir/ConceptMap/103)</h2> <p>Mapping from <a href="http://snomed.info/sct">SNOMED-CT</a> to http://hl7.org/fhir/sid/icd-10-us </p> <p>DRAFT (not intended for production usage). Published on 13/06/2012 by HL7, Inc (FHIR project team (example): <a href="http://hl7.org/fhir">http://hl7.org/fhir</a>; ). Creative Commons 0 </p> <p>Example rule-based mappings between SNOMED CT to ICD-10-CM for fracture of ulna</p> <br/> <table class="grid"> <tr> <td> <b>Source Code</b> </td> <td> <b>Equivalence</b> </td> <td> <b>Destination Code</b> </td> <td> <b>Comments</b> </td> </tr> <tr> <td>263204007 (Fracture of shaft of ulna (disorder))</td> <td>narrower</td> <td>S52.209A (??)</td> <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> </tr> <tr> <td>263204007 (Fracture of shaft of ulna (disorder))</td> <td>narrower</td> <td>S52.209D (??)</td> <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> </tr> </table> </div> </text> <url value="http://hl7.org/fhir/ConceptMap/103"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b"/> </identifier> <!-- for version, we are going to simply use the day of publication. This is also arbitrary - whatever is here is what people use to refer to the version. Could also be a UUID too --> <version value="20120613"/> <!-- example SNOMED CT to ICD-10-CM rule-based maps for fracture of ulna --> <name value="SNOMED CT to ICD-10-CM mappings for fracture of ulna"/> <status value="draft"/> <experimental value="true"/> <publisher value="HL7, Inc"/> <contact> <name value="FHIR project team (example)"/> <telecom> <system value="other"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <date value="2012-06-13"/> <description value="Example rule-based mappings between SNOMED CT to ICD-10-CM for fracture of ulna"/> <useContext> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="840"/> <display value="United States of America"/> </coding> </useContext> <requirements value="Show example rule based mappings"/> <copyright value="Creative Commons 0"/> <sourceReference> <reference value="http://snomed.info/sct"/> </sourceReference> <targetReference> <reference value="http://hl7.org/fhir/sid/icd-10-us"/> </targetReference> <element> <system value="http://snomed.info/sct"/> <!-- The version is not normally required for SNOMED CT - this is an example. --> <version value="March 2015 US Edition"/> <!-- Fracture of shaft of ulna --> <code value="263204007"/> <target> <system value="http://hl7.org/fhir/sid/icd-10-us"/> <!-- The specific version may be required for ICD-10-CM. --> <version value="2015"/> <!-- Unspecified fracture of shaft of unspecified ulna (initial encounter for closed fracture) --> <code value="S52.209A"/> <equivalence value="narrower"/> <comments 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."/> </target> </element> <element> <system value="http://snomed.info/sct"/> <!-- The version is not normally required for SNOMED CT - this is an example. --> <version value="March 2015 US Edition"/> <!-- Fracture of shaft of ulna --> <code value="263204007"/> <target> <system value="http://hl7.org/fhir/sid/icd-10-us"/> <!-- The specific version may be required for ICD-10-CM. --> <version value="2015"/> <!-- Unspecified fracture of shaft of unspecified ulna (subsequent encounter for closed fracture with routine healing) --> <code value="S52.209D"/> <equivalence value="narrower"/> <comments 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."/> </target> </element> </ConceptMap>
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.