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