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 XML (canonical form + also see XML Format Specification)
SNOMED CT / ICD-10 mapping example (id = "103")
<?xml version="1.0" encoding="UTF-8"?> <ConceptMap2 xmlns="http://hl7.org/fhir"> <id value="103"/> <text> <status value="generated"/> <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> </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"/> <date value="2012-06-13"/> <publisher value="HL7, Inc"/> <contact> <name value="FHIR project team (example)"/> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="Example rule-based mappings between SNOMED CT to ICD-10-CM for fracture of ulna"/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="840"/> <display value="United States of America"/> </coding> </jurisdiction> <purpose value="Show example rule based mappings"/> <copyright value="Creative Commons 0"/> <sourceCanonical value="http://snomed.info/sct?fhir_vs"/> <targetCanonical value="http://hl7.org/fhir/sid/icd-10-us"/> <group> <source value="http://snomed.info/sct"/> <target value="http://hl7.org/fhir/sid/icd-10-us"/> <!-- Unspecified fracture of shaft of unspecified ulna (initial encounter for closed fracture) --> <element> <!-- Fracture of shaft of ulna --> <code value="263204007"/> <target> <code value="S52.209A"/> <relationship value="source-is-broader-than-target"/> <comment value="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."/> </target> </element> <element> <code value="263204007"/> <target> <code value="S52.209D"/> <relationship value="source-is-broader-than-target"/> <comment value="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."/> </target> </element> </group> </ConceptMap2>
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.