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

: Example based on data from Vaccinnet 1

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="vaccinnet-1"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="extensions"/>
  </text>
  <contained>
    <Location>
      <id value="demo-location-1"/>
      <address>
        <country value="BEL"/>
      </address>
    </Location>
  </contained>
  <contained>
    <Encounter>
      <id value="demo-encounter-1"/>
      <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-1"/>
        </location>
      </location>
    </Encounter>
  </contained>
  <extension
             url="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder">
    <valueReference>
      <identifier>
        <system
                value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"/>
        <value value="10182803004"/>
      </identifier>
    </valueReference>
  </extension>
  <extension
             url="https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-ext-administeredProduct">
    <extension url="coded">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/be-ns-cnk-codes"/>
          <code value="1149939"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <system
            value="https://www.kindengezin.be/vaccinatie/vaccination-register"/>
    <value value="910C6BBCF1C13FA0434D15CCF5609AE8"/>
  </identifier>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="871751006"/>
    </coding>
  </vaccineCode>
  <patient>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
      <value value="90083191801"/>
    </identifier>
  </patient>
  <encounter>
    <reference value="#demo-encounter-1"/>
  </encounter>
  <occurrenceDateTime value="2024-01-05"/>
  <recorded value="2024-01-05"/>
  <route>
    <coding>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-administration-route"/>
      <code value="IM"/>
    </coding>
  </route>
  <doseQuantity>
    <value value="1"/>
  </doseQuantity>
  <performer>
    <actor>
      <identifier>
        <system
                value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"/>
        <value value="10182803004"/>
      </identifier>
    </actor>
  </performer>
</Immunization>