IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) 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-with-vaccine-code - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="Immunization-with-vaccine-code"/>
  <meta>
    <profile
             value="http://fhir.health.gov.il/StructureDefinition/il-core-immunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Immunization with a SNOMED code</div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="871738001"/>
      <display value="Live attenuated mumps vaccine"/>
    </coding>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/patient-with-israeli-id"/>
  </patient>
  <occurrenceDateTime value="2020-02-07"/>
  <primarySource value="true"/>
  <lotNumber value="54321"/>
  <site>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="368208006"/>
      <display value="Left upper arm structure (body structure)"/>
    </coding>
  </site>
</Immunization>