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 GIIS Patient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="ExampleGiispatient"/>
  <meta>
    <profile
             value="https://paho.org/fhir/giis/StructureDefinition/GIISPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ExampleGiispatient</b></p><a name="ExampleGiispatient"> </a><a name="hcExampleGiispatient"> </a><a name="ExampleGiispatient-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">George Dylan Denver  Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 1235413(Home)</li><li>ph: 2341234(Mobile)</li><li><a href="mailto:example@email.com">example@email.com</a></li><li>25405 Gibson Lakes </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Next-of-Kin">Next-of-Kin:</td><td colspan="3"><ul><li>Miranda Denver</li><li><a href="mailto:mirdenver@email.com">mirdenver@email.com</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-ExampleHealthfacility.html">Organization Saint's George Hospital</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Extension used to handle the community of a patient"><a href="StructureDefinition-giis-community.html">Community</a></td><td colspan="3"><span title="Codes:{https://paho.org/fhir/giis/CodeSystem/CommunityCS 3}">Dalton E Tucker</span></td></tr><tr><td style="background-color: #f3f5da" title="Extension used to handle village related to a patient, mainly used for searching purposes."><a href="StructureDefinition-giis-village.html">Village</a></td><td colspan="3"><a href="Location-ExampleVillage.html">Location Saint's George</a></td></tr><tr><td style="background-color: #f3f5da" title="Extension used to handle the birthplace of a patient, mainly used for searching purposes."><a href="StructureDefinition-giis-birthplace.html">Birthplace</a></td><td colspan="3"><span title="Codes:{https://paho.org/fhir/giis/CodeSystem/BirthplaceCS 2}">Hospital</span></td></tr><tr><td style="background-color: #f3f5da" title="Extension made for being able to add notes to a GIIS patient"><a href="StructureDefinition-giis-patnotes.html">Patient notes</a></td><td colspan="3">Patient has allergy to ibuprofen</td></tr></table></div>
  </text>
  <extension
             url="https://paho.org/fhir/giis/StructureDefinition/giis-village">
    <valueReference>🔗 
      <reference value="Location/ExampleVillage"/>
    </valueReference>
  </extension>
  <extension
             url="https://paho.org/fhir/giis/StructureDefinition/giis-birthplace">
    <valueCodeableConcept>
      <coding>
        <system value="https://paho.org/fhir/giis/CodeSystem/BirthplaceCS"/>
        <code value="2"/>
        <display value="Hospital"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://paho.org/fhir/giis/StructureDefinition/giis-community">
    <valueCodeableConcept>
      <coding>
        <system value="https://paho.org/fhir/giis/CodeSystem/CommunityCS"/>
        <code value="3"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://paho.org/fhir/giis/StructureDefinition/giis-patnotes">
    <valueString value="Patient has allergy to ibuprofen"/>
  </extension>
  <identifier>
    <system value="http://www.giisidentifier.org/ID/SystemID"/>
    <value value="16399288"/>
  </identifier>
  <name>
    <family value="Denver"/>
    <given value="George"/>
    <given value="Dylan"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="1235413"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="2341234"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="example@email.com"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1996-12-13"/>
  <address>
    <line value="25405 Gibson Lakes"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
      </coding>
    </relationship>
    <name>
      <text value="Miranda Denver"/>
    </name>
    <telecom>
      <system value="email"/>
      <value value="mirdenver@email.com"/>
    </telecom>
  </contact>
  <managingOrganization>🔗 
    <reference value="Organization/ExampleHealthfacility"/>
  </managingOrganization>
</Patient>