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 - LOINC to FHIR - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ConceptMap",
  "id" : "severity-loinc-uv-ips",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ConceptMapSeverityLoincToFhir (http://hl7.org/fhir/uv/ips/ConceptMap/severity-loinc-uv-ips)</h2><p>Mapping from <a href=\"ValueSet-condition-severity-uv-ips.html\">http://hl7.org/fhir/uv/ips/ValueSet/condition-severity-uv-ips</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 - LOINC to FHIR</p>\n</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>LA6752-5 (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>LA6751-7 (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>LA6750-9 (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>"
  },
  "url" : "http://hl7.org/fhir/uv/ips/ConceptMap/severity-loinc-uv-ips",
  "version" : "1.0.0",
  "name" : "ConceptMapSeverityLoincToFhir",
  "title" : "Severity Value Set Mappings - LOINC to FHIR",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-05-19T18:37:29+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 - LOINC to FHIR",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "sourceUri" : "http://hl7.org/fhir/uv/ips/ValueSet/condition-severity-uv-ips",
  "targetUri" : "http://hl7.org/fhir/ValueSet/reaction-event-severity",
  "group" : [
    {
      "source" : "http://loinc.org",
      "target" : "http://hl7.org/fhir/reaction-event-severity",
      "element" : [
        {
          "code" : "LA6752-5",
          "display" : "Mild",
          "target" : [
            {
              "code" : "mild",
              "display" : "Mild",
              "equivalence" : "specializes"
            }
          ]
        },
        {
          "code" : "LA6751-7",
          "display" : "Moderate",
          "target" : [
            {
              "code" : "moderate",
              "display" : "Moderate",
              "equivalence" : "specializes"
            }
          ]
        },
        {
          "code" : "LA6750-9",
          "display" : "Severe",
          "target" : [
            {
              "code" : "severe",
              "display" : "Severe",
              "equivalence" : "specializes"
            }
          ]
        }
      ]
    }
  ]
}