GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: Example Vaccination event - XML Representation

Raw xml | Download



<Immunization xmlns="http://hl7.org/fhir">
  <id value="ExampleVaccinationEvent"/>
  <meta>
    <profile
             value="https://paho.org/fhir/giis/StructureDefinition/VaccinationEvent"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization ExampleVaccinationEvent</b></p><a name="ExampleVaccinationEvent"> </a><a name="hcExampleVaccinationEvent"> </a><a name="ExampleVaccinationEvent-en-US"> </a><p><b>Campaign</b>: <a href="CarePlan-ExampleVaccinationCampaign.html">CarePlan Yellow Fever Campaign</a></p><p><b>Health Status</b>: <span title="Codes:{https://paho.org/fhir/giis/CodeSystem/HealthStatusCS 15}">Healthy</span></p><p><b>AEFI</b>: false</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{https://paho.org/fhir/giis/CodeSystem/VaccineCS 2}">anthrax vaccine</span></p><p><b>patient</b>: <a href="Patient-ExampleGiispatient.html">George Dylan Denver  Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)</a></p><p><b>occurrence</b>: 2023-08-13</p><p><b>location</b>: <a href="Location-ExampleHealthfacilityLocation.html">Location Saint's George</a></p><p><b>lotNumber</b>: av231</p><p><b>site</b>: <span title="Codes:{https://paho.org/fhir/giis/CodeSystem/VaccinationSiteCS 1}">Left Arm</span></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-ExamplePractitioner.html">Practitioner Dylan Carpenter</a></td></tr></table><p><b>note</b>: Patient with belonephobia</p><p><b>reasonCode</b>: <span title="Codes:{https://paho.org/fhir/giis/CodeSystem/VaccinationReasonCS 3}">Travel consult</span></p></div>
  </text>
  <extension
             url="https://paho.org/fhir/giis/StructureDefinition/giis-campaign">
    <valueReference>🔗 
      <reference value="CarePlan/ExampleVaccinationCampaign"/>
    </valueReference>
  </extension>
  <extension
             url="https://paho.org/fhir/giis/StructureDefinition/giis-healthstatus">
    <valueCodeableConcept>
      <coding>
        <system value="https://paho.org/fhir/giis/CodeSystem/HealthStatusCS"/>
        <code value="15"/>
        <display value="Healthy"/>
      </coding>
      <text value="Healthy"/>
    </valueCodeableConcept>
  </extension>
  <extension url="https://paho.org/fhir/giis/StructureDefinition/giis-aefi">
    <valueBoolean value="false"/>
  </extension>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="https://paho.org/fhir/giis/CodeSystem/VaccineCS"/>
      <code value="2"/>
    </coding>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/ExampleGiispatient"/>
  </patient>
  <occurrenceDateTime value="2023-08-13"/>
  <location>🔗 
    <reference value="Location/ExampleHealthfacilityLocation"/>
  </location>
  <lotNumber value="av231"/>
  <site>
    <coding>
      <system
              value="https://paho.org/fhir/giis/CodeSystem/VaccinationSiteCS"/>
      <code value="1"/>
      <display value="Left Arm"/>
    </coding>
    <text value="Left Arm"/>
  </site>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/ExamplePractitioner"/>
    </actor>
  </performer>
  <note>
    <text value="Patient with belonephobia"/>
  </note>
  <reasonCode>
    <coding>
      <system
              value="https://paho.org/fhir/giis/CodeSystem/VaccinationReasonCS"/>
      <code value="3"/>
      <display value="Travel consult"/>
    </coding>
    <text value="Travel consult"/>
  </reasonCode>
</Immunization>