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 Category - JSON Representation

Draft as of 2021-06-15

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "allergyintolerance-category-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-category-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-allergy-intolerance-category.html#allergy-intolerance-category-food\">food</a><a name=\"allergyintolerance-category-supplement-food\"> </a></td><td>Food</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-category.html#allergy-intolerance-category-medication\">medication</a><a name=\"allergyintolerance-category-supplement-medication\"> </a></td><td>Medication</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-category.html#allergy-intolerance-category-environment\">environment</a><a name=\"allergyintolerance-category-supplement-environment\"> </a></td><td>Environment</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-category.html#allergy-intolerance-category-biologic\">biologic</a><a name=\"allergyintolerance-category-supplement-biologic\"> </a></td><td>Biologic</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>food</td><td>Lebensmittel</td><td>aliment</td><td>alimento</td></tr><tr><td>medication</td><td>Arzneimittel</td><td>médicament</td><td>medicamento</td></tr><tr><td>environment</td><td>Umweltstoffe</td><td>environnement</td><td>ambiente</td></tr><tr><td>biologic</td><td>Biologische Präparate</td><td>biologique</td><td>biologico</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-category-supplement",
  "version" : "2.0.1",
  "name" : "AllergyIntoleranceCategory",
  "title" : "Allergy Intolerance Category",
  "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 category",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "content" : "supplement",
  "supplements" : "http://hl7.org/fhir/allergy-intolerance-category",
  "concept" : [
    {
      "code" : "food",
      "display" : "Food",
      "designation" : [
        {
          "language" : "de-CH",
          "value" : "Lebensmittel"
        },
        {
          "language" : "fr-CH",
          "value" : "aliment"
        },
        {
          "language" : "it-CH",
          "value" : "alimento"
        }
      ]
    },
    {
      "code" : "medication",
      "display" : "Medication",
      "designation" : [
        {
          "language" : "de-CH",
          "value" : "Arzneimittel"
        },
        {
          "language" : "fr-CH",
          "value" : "médicament"
        },
        {
          "language" : "it-CH",
          "value" : "medicamento"
        }
      ]
    },
    {
      "code" : "environment",
      "display" : "Environment",
      "designation" : [
        {
          "language" : "de-CH",
          "value" : "Umweltstoffe"
        },
        {
          "language" : "fr-CH",
          "value" : "environnement"
        },
        {
          "language" : "it-CH",
          "value" : "ambiente"
        }
      ]
    },
    {
      "code" : "biologic",
      "display" : "Biologic",
      "designation" : [
        {
          "language" : "de-CH",
          "value" : "Biologische Präparate"
        },
        {
          "language" : "fr-CH",
          "value" : "biologique"
        },
        {
          "language" : "it-CH",
          "value" : "biologico"
        }
      ]
    }
  ]
}