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

<Immunization xmlns="http://hl7.org/fhir">
  <id value="immunization-example-1-hpv"/>
  <meta>
    <profile value="https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="extensions"/>
  </text>
  <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="12345623"/>
  </identifier>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="911000221103"/>
    </coding>
  </vaccineCode>
  <patient>
    <identifier>
      <system value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
      <value value="59050937740"/>
    </identifier>
  </patient>
  <occurrenceDateTime value="2020-05-17"/>
  <recorded value="2020-05-17"/>
  <performer>
    <actor>
      <identifier>
        <use value="official"/>
        <system value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
        <value value="79121137740"/>
      </identifier>
    </actor>
  </performer>
</Immunization>