CH-AllergyIntolerance (R4)
2.0.1 - trial-use Switzerland flag

This page is part of the CH-AllergyIntolerance (R4) (v2.0.1: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Allergy Intolerance Severity Status - JSON Representation

Draft as of 2021-06-15

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "allergyintolerance-severity-supplement",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-severity-supplement</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-reaction-event-severity.html#reaction-event-severity-mild\">mild</a><a name=\"allergyintolerance-severity-supplement-mild\"> </a></td><td>Mild</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-reaction-event-severity.html#reaction-event-severity-moderate\">moderate</a><a name=\"allergyintolerance-severity-supplement-moderate\"> </a></td><td>Moderate</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-reaction-event-severity.html#reaction-event-severity-severe\">severe</a><a name=\"allergyintolerance-severity-supplement-severe\"> </a></td><td>Severe</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (Schweiz) (German (Switzerland), de)</b></td><td><b>French (Switzerland) (fr)</b></td><td><b>Italian (Switzerland) (it)</b></td></tr><tr><td>mild</td><td>Mild</td><td>Faible</td><td>Lieve</td></tr><tr><td>moderate</td><td>Moderat</td><td>Moyen</td><td>Moderata</td></tr><tr><td>severe</td><td>Schwer</td><td>Grave</td><td>Grave</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-severity-supplement",
  "version" : "2.0.1",
  "name" : "AllergyIntoleranceSeverityStatus",
  "title" : "Allergy Intolerance Severity Status",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-06-15",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "eHealth Suisse",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch"
        }
      ]
    }
  ],
  "description" : "Code supplement with translations of CHAllergyIntolerance severity status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "content" : "supplement",
  "supplements" : "http://hl7.org/fhir/reaction-event-severity",
  "concept" : [
    {
      "code" : "mild",
      "display" : "Mild",
      "designation" : [
        {
          "language" : "de-CH",
          "value" : "Mild"
        },
        {
          "language" : "fr-CH",
          "value" : "Faible"
        },
        {
          "language" : "it-CH",
          "value" : "Lieve"
        }
      ]
    },
    {
      "code" : "moderate",
      "display" : "Moderate",
      "designation" : [
        {
          "language" : "de-CH",
          "value" : "Moderat"
        },
        {
          "language" : "fr-CH",
          "value" : "Moyen"
        },
        {
          "language" : "it-CH",
          "value" : "Moderata"
        }
      ]
    },
    {
      "code" : "severe",
      "display" : "Severe",
      "designation" : [
        {
          "language" : "de-CH",
          "value" : "Schwer"
        },
        {
          "language" : "fr-CH",
          "value" : "Grave"
        },
        {
          "language" : "it-CH",
          "value" : "Grave"
        }
      ]
    }
  ]
}