<?xml version="1.0" encoding="UTF-8"?>

<Immunization xmlns="http://hl7.org/fhir">
  <id value="immunization-example-not-given-stock"/>
  <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="6025645645645"/>
  </identifier>
  <status value="not-done"/>
  <statusReason>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="OSTOCK"/>
      <display value="Geen voorraad"/>
    </coding>
  </statusReason>
  <vaccineCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000172109"/>
      <code value="871822003"/>
      <display value="Hepatitis B"/>
    </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-03-12"/>
  <recorded value="2020-03-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>
</Immunization>