International Patient Summary Implementation Guide
1.0.0 - STU 1

This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Severity Value Set Mappings - SNOMED CT to FHIR - XML Representation

(back to description)

Raw xml

Source view


<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="severity-snomedct-uv-ips"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>ConceptMapSeveritySnomedCtToFhir (http://hl7.org/fhir/uv/ips/ConceptMap/severity-snomedct-uv-ips)</h2><p>Mapping from <a href="http://hl7.org/fhir/R4/valueset-condition-severity.html">http://hl7.org/fhir/ValueSet/condition-severity</a> to <a href="http://hl7.org/fhir/R4/valueset-reaction-event-severity.html">http://hl7.org/fhir/ValueSet/reaction-event-severity</a></p><p>ACTIVE. Published on May 19, 2020 6:37:29 PM by Health Level Seven International - Patient Care Work Group (<a href="http://www.hl7.org/Special/committees/patientcare">http://www.hl7.org/Special/com...</a>). </p><div><p>Severity Value Set Mappings - SNOMED CT to FHIR</p>
</div><br/><table class="grid"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td></tr><tr><td>255604002 (Mild)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#specializes">has specialization</a></td><td>mild</td></tr><tr><td>6736007 (Moderate)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#specializes">has specialization</a></td><td>moderate</td></tr><tr><td>24484000 (Severe)</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#specializes">has specialization</a></td><td>severe</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/uv/ips/ConceptMap/severity-snomedct-uv-ips"/>
  <version value="1.0.0"/>
  <name value="ConceptMapSeveritySnomedCtToFhir"/>
  <title value="Severity Value Set Mappings - SNOMED CT to FHIR"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2020-05-19T18:37:29+00:00"/>
  <publisher value="Health Level Seven International - Patient Care Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/patientcare"/>
    </telecom>
  </contact>
  <description value="Severity Value Set Mappings - SNOMED CT to FHIR"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <sourceUri value="http://hl7.org/fhir/ValueSet/condition-severity"/>
  <targetUri value="http://hl7.org/fhir/ValueSet/reaction-event-severity"/>
  <group>
    <source value="http://snomed.info/sct"/>
    <target value="http://hl7.org/fhir/reaction-event-severity"/>
    <element>
      <code value="255604002"/>
      <display value="Mild"/>
      <target>
        <code value="mild"/>
        <display value="Mild"/>
        <equivalence value="specializes"/>
      </target>
    </element>
    <element>
      <code value="6736007"/>
      <display value="Moderate"/>
      <target>
        <code value="moderate"/>
        <display value="Moderate"/>
        <equivalence value="specializes"/>
      </target>
    </element>
    <element>
      <code value="24484000"/>
      <display value="Severe"/>
      <target>
        <code value="severe"/>
        <display value="Severe"/>
        <equivalence value="specializes"/>
      </target>
    </element>
  </group>
</ConceptMap>