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 Campaign - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="ExampleVaccinationCampaign"/>
  <meta>
    <profile
             value="https://paho.org/fhir/giis/StructureDefinition/VaccinationCampaign"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan ExampleVaccinationCampaign</b></p><a name="ExampleVaccinationCampaign"> </a><a name="hcExampleVaccinationCampaign"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-VaccinationCampaign.html">VaccinationCampaign</a></p></div><p><b>status</b>: Unknown</p><p><b>intent</b>: Proposal</p><p><b>title</b>: Yellow Fever Campaign</p><p><b>subject</b>: Kids between 10 to 14 Y/O</p><p><b>period</b>: 2023-11-23 --&gt; 2023-12-23</p></div>
  </text>
  <status value="unknown"/>
  <intent value="proposal"/>
  <title value="Yellow Fever Campaign"/>
  <subject>
    <display value="Kids between 10 to 14 Y/O"/>
  </subject>
  <period>
    <start value="2023-11-23"/>
    <end value="2023-12-23"/>
  </period>
</CarePlan>