Belgium eHealth FHIR Core specifications
1.2.2 - CI Build

This page is part of the Belgium eHealth FHIR Core specifications (v1.2.2: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Vaccination status reason Code System. - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-vaccination-status-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-vaccination-status-reason defines 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 style=\"white-space:nowrap\">OTHER<a name=\"be-cs-vaccination-status-reason-OTHER\"/></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">ALLERGY<a name=\"be-cs-vaccination-status-reason-ALLERGY\"/></td><td>Allergy to vaccine ingredient</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>French (Belgium) (fr)</b></td><td><b>Nederlands (Belgiƫ) (Dutch (Belgium), nl)</b></td></tr><tr><td>OTHER</td><td>Autre</td><td>Andere</td></tr><tr><td>ALLERGY</td><td>Allergie</td><td>Allergie</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-vaccination-status-reason",
  "version" : "1.2.2",
  "name" : "BeCSStatusReason",
  "title" : "Vaccination status reason Code System.",
  "status" : "active",
  "date" : "2021-01-10T10:59:49+00:00",
  "publisher" : "eHealth",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.fgov.be/"
        }
      ]
    }
  ],
  "description" : "Vaccination reason status Code System.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "056"
        }
      ]
    }
  ],
  "content" : "complete",
  "concept" : [
    {
      "code" : "OTHER",
      "display" : "Other",
      "designation" : [
        {
          "language" : "fr-BE",
          "value" : "Autre"
        },
        {
          "language" : "nl-BE",
          "value" : "Andere"
        }
      ]
    },
    {
      "code" : "ALLERGY",
      "display" : "Allergy to vaccine ingredient",
      "designation" : [
        {
          "language" : "fr-BE",
          "value" : "Allergie"
        },
        {
          "language" : "nl-BE",
          "value" : "Allergie"
        }
      ]
    }
  ]
}