HL7 Belgium Vaccination (Patient Dossier)
1.1.3 - STU Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Vaccination profiles (v1.1.3: Release) 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

: Immunization Example - Immediate reaction (swelling and redness) upon administration

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="immunization-example-reaction-swelling"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="extensions"/>
  </text>
  <contained>
    <Encounter>
      <id value="demo-encounter"/>
      <status value="finished"/>
      <class>
        <code value="AMB"/>
      </class>
      <subject>
        <identifier>
          <system
                  value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
          <value value="16032376921"/>
        </identifier>
      </subject>
      <location>
        <location>
          <reference value="#demo-location"/>
        </location>
      </location>
      <serviceProvider>🔗 
        <reference value="Organization/org-regional-child-care-agency"/>
      </serviceProvider>
    </Encounter>
  </contained>
  <contained>
    <Location>
      <id value="demo-location"/>
      <type>
        <coding>
          <system
                  value="https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-care-location"/>
          <code value="kind-gezin"/>
        </coding>
      </type>
    </Location>
  </contained>
  <extension
             url="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder">
    <valueReference>🔗 
      <reference value="Organization/org-regional-child-care-agency"/>
    </valueReference>
  </extension>
  <identifier>
    <system
            value="https://www.kindengezin.be/vaccinatie/vaccination-register"/>
    <value value="26877583455"/>
  </identifier>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="871765008"/>
      <display value="Measles"/>
    </coding>
  </vaccineCode>
  <patient>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
      <value value="59050937740"/>
    </identifier>
  </patient>
  <encounter>
    <reference value="#demo-encounter"/>
  </encounter>
  <occurrenceDateTime value="2020-05-12"/>
  <recorded value="2020-05-12"/>
  <performer>
    <actor>🔗 
      <reference value="Organization/org-regional-child-care-agency"/>
      <identifier>
        <use value="official"/>
        <system
                value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
        <value value="79121137740"/>
      </identifier>
    </actor>
  </performer>
  <reaction>
    <date value="2020-05-12"/>
    <detail>🔗 
      <reference value="Observation/observation-swelling"/>
    </detail>
  </reaction>
</Immunization>