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 of a child's caretaker - XML Representation

Raw xml | Download



<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="ExampleCaretaker"/>
  <meta>
    <profile
             value="https://paho.org/fhir/giis/StructureDefinition/ChildCaretaker"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson ExampleCaretaker</b></p><a name="ExampleCaretaker"> </a><a name="hcExampleCaretaker"> </a><a name="ExampleCaretaker-en-US"> </a><p><b>identifier</b>: 14322511</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>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}">father</span></p><p><b>name</b>: Michael Denver </p></div>
  </text>
  <identifier>
    <value value="14322511"/>
  </identifier>
  <patient>🔗 
    <reference value="Patient/ExampleGiispatient"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="FTH"/>
    </coding>
  </relationship>
  <name>
    <family value="Denver"/>
    <given value="Michael"/>
  </name>
</RelatedPerson>