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. - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="be-cs-vaccination-status-reason"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-cs-vaccination-status-reason"/>
  <version value="1.2.2"/>
  <name value="BeCSStatusReason"/>
  <title value="Vaccination status reason Code System."/>
  <status value="active"/>
  <date value="2021-01-10T10:59:49+00:00"/>
  <publisher value="eHealth"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.fgov.be/"/>
    </telecom>
  </contact>
  <description value="Vaccination reason status Code System."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="056"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <concept>
    <code value="OTHER"/>
    <display value="Other"/>
    <designation>
      <language value="fr-BE"/>
      <value value="Autre"/>
    </designation>
    <designation>
      <language value="nl-BE"/>
      <value value="Andere"/>
    </designation>
  </concept>
  <concept>
    <code value="ALLERGY"/>
    <display value="Allergy to vaccine ingredient"/>
    <designation>
      <language value="fr-BE"/>
      <value value="Allergie"/>
    </designation>
    <designation>
      <language value="nl-BE"/>
      <value value="Allergie"/>
    </designation>
  </concept>
</CodeSystem>