International Patient Summary Implementation Guide
1.1.0 - STU 1 Update 1 International flag

This page is part of the International Patient Summary Implementation Guide (v1.1.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Severity Value Set Mappings - SNOMED CT to FHIR - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "severity-snomedct-uv-ips",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SeverityValueSetMappingsSnomedCtToFhir (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 2022-11-22 03:24:39+0000 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>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-snomedct.html\">SNOMED CT (all versions)</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-reaction-event-severity.html\">AllergyIntoleranceSeverity</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>255604002 (Mild)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#specializes\" title=\"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\" title=\"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\" title=\"specializes\">has specialization</a></td><td>severe</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/ips/ImplementationGuide/ig-uv-ips"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/ips/ImplementationGuide/ig-uv-ips"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/ips/ConceptMap/severity-snomedct-uv-ips",
  "version" : "1.1.0",
  "name" : "SeverityValueSetMappingsSnomedCtToFhir",
  "title" : "Severity Value Set Mappings - SNOMED CT to FHIR",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-11-22T03:24:39+00:00",
  "publisher" : "Health Level Seven International - Patient Care Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description" : "Severity Value Set Mappings - SNOMED CT to FHIR",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "sourceUri" : "http://hl7.org/fhir/ValueSet/condition-severity",
  "targetUri" : "http://hl7.org/fhir/ValueSet/reaction-event-severity",
  "group" : [
    {
      "source" : "http://snomed.info/sct",
      "target" : "http://hl7.org/fhir/reaction-event-severity",
      "element" : [
        {
          "code" : "255604002",
          "display" : "Mild",
          "target" : [
            {
              "code" : "mild",
              "display" : "Mild",
              "equivalence" : "specializes"
            }
          ]
        },
        {
          "code" : "6736007",
          "display" : "Moderate",
          "target" : [
            {
              "code" : "moderate",
              "display" : "Moderate",
              "equivalence" : "specializes"
            }
          ]
        },
        {
          "code" : "24484000",
          "display" : "Severe",
          "target" : [
            {
              "code" : "severe",
              "display" : "Severe",
              "equivalence" : "specializes"
            }
          ]
        }
      ]
    }
  ]
}