This page is part of the FHIR Specification (v5.0.0-snapshot1: Release 5 Snapshot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
SNOMED CT / ICD-10 mapping example
{ "resourceType": "ConceptMap2", "id": "103", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div><p>Resource "103" </p></div><p><b>url</b>: <a>http://hl7.org/fhir/ConceptMap/103</a></p><p><b>identifier</b>: id: urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b</p><p><b>version</b>: 20120613</p><p><b>name</b>: SNOMED CT to ICD-10-CM mappings for fracture of ulna</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2012-06-13</p><p><b>publisher</b>: HL7, Inc</p><p><b>contact</b>: FHIR project team (example): <a>http://hl7.org/fhir</a></p><p><b>description</b>: Example rule-based mappings between SNOMED CT to ICD-10-CM for fracture of ulna</p><p><b>jurisdiction</b>: United States of America <span> (m49.htm#840)</span></p><p><b>purpose</b>: Show example rule based mappings</p><p><b>copyright</b>: Creative Commons 0</p><p><b>source</b>: <a>http://snomed.info/sct?fhir_vs</a></p><p><b>target</b>: <a>http://hl7.org/fhir/sid/icd-10-us</a></p><blockquote><p><b>group</b></p><p><b>source</b>: <a>http://snomed.info/sct</a></p><p><b>target</b>: <a>http://hl7.org/fhir/sid/icd-10-us</a></p><blockquote><p><b>element</b></p><p><b>code</b>: 263204007</p><h3>Targets</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Relationship</b></td><td><b>Comment</b></td></tr><tr><td>*</td><td>S52.209A</td><td>source-is-broader-than-target</td><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></tr></table></blockquote><blockquote><p><b>element</b></p><p><b>code</b>: 263204007</p><h3>Targets</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Relationship</b></td><td><b>Comment</b></td></tr><tr><td>*</td><td>S52.209D</td><td>source-is-broader-than-target</td><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></tr></table></blockquote></blockquote></div>" }, "url": "http://hl7.org/fhir/ConceptMap/103", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:uuid:53cd62ee-033e-414c-9f58-3ca97b5ffc3b" } ], "version": "20120613", "name": "SNOMED CT to ICD-10-CM mappings for fracture of ulna", "status": "draft", "experimental": true, "date": "2012-06-13", "publisher": "HL7, Inc", "contact": [ { "name": "FHIR project team (example)", "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "Example rule-based mappings between SNOMED CT to ICD-10-CM for fracture of ulna", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "840", "display": "United States of America" } ] } ], "purpose": "Show example rule based mappings", "copyright": "Creative Commons 0", "sourceCanonical": "http://snomed.info/sct?fhir_vs", "targetCanonical": "http://hl7.org/fhir/sid/icd-10-us", "group": [ { "source": "http://snomed.info/sct", "target": "http://hl7.org/fhir/sid/icd-10-us", "element": [ { "code": "263204007", "target": [ { "code": "S52.209A", "relationship": "source-is-broader-than-target", "comment": "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." } ] }, { "code": "263204007", "target": [ { "code": "S52.209D", "relationship": "source-is-broader-than-target", "comment": "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.