<Immunization xmlns="http://hl7.org/fhir">
  <meta>
    <profile value="http://fhir.msal.gov.ar/StructureDefinition/NomivacImmunization" />
  </meta>
  <contained>
    <Patient>
      <id value="Patient-01" />
      <identifier>
        <type>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
            <code value="MR" />
          </coding>
        </type>
        <system value="http://hospitalPintos.org.ar/Patient" />
        <value value="9000022" />
      </identifier>
    </Patient>
  </contained>
  <contained>
    <Location>
      <id value="Location-01" />
      <identifier>
        <system value="http://fhir.msal.gov.ar/refes" />
        <value value="14999912399913" />
      </identifier>
    </Location>
  </contained>
  <status value="completed" />
  <vaccineCode>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="2211000221102" />
    </coding>
  </vaccineCode>
  <patient>
    <reference value="#Patient-01" />
  </patient>
  <occurrenceDateTime value="2017" />
  <location>
    <reference value="#Location-01" />
  </location>
  <protocolApplied>
    <series value="Antigripal Esquema Personal de Salud" />
    <doseNumberPositiveInt value="1" />
  </protocolApplied>
</Immunization>