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

Raw xml | Download


<Basic xmlns="http://hl7.org/fhir">
  <id value="ExampleItemLot"/>
  <meta>
    <profile value="https://paho.org/fhir/giis/StructureDefinition/ItemLot"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Basic ExampleItemLot</b></p><a name="ExampleItemLot"> </a><a name="hcExampleItemLot"> </a><a name="ExampleItemLot-en-US"> </a><p><b>Item Vaccine</b>: <span title="Codes:{https://paho.org/fhir/giis/CodeSystem/VaccineCS 1}">adenovirus vaccine</span></p><p><b>identifier</b>: <code>http://www.giisidentifier.org/ID/ItemLot</code>/LH234</p><p><b>code</b>: <span title="Codes:">Item Lot</span></p></div>
  </text>
  <extension
             url="https://paho.org/fhir/giis/StructureDefinition/giis-item-vaccine">
    <valueCodeableConcept>
      <coding>
        <system value="https://paho.org/fhir/giis/CodeSystem/VaccineCS"/>
        <code value="1"/>
        <display value="adenovirus vaccine"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="http://www.giisidentifier.org/ID/ItemLot"/>
    <value value="LH234"/>
  </identifier>
  <code>
    <text value="Item Lot"/>
  </code>
</Basic>