Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Patient with multiple emergency contacts - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="emergency-contacts-with-additional-information"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient emergency-contacts-with-additional-information</b></p><a name="emergency-contacts-with-additional-information"> </a><a name="hcemergency-contacts-with-additional-information"> </a><a name="emergency-contacts-with-additional-information-en-AU"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Harry Dan  Male, DoB: 1939-08-25 ( IHI: AustalianIHI#8003608833357361)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Patient contact">Contact:</td><td colspan="3"><ul><li>Kay Lee</li><li>Relationships:<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}">Next-of-Kin</span>, <span title="Codes:">cousin</span></li><li>35 Tiwi Gardens Rd, Tiwi, 0810, NT</li><li><a href="tel:+6185503333">+6185503333</a></li><li><a href="mailto:jl@example.com">jl@example.com</a></li><li>Valid Period:1999-01-25 --&gt; (ongoing)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact:</td><td colspan="3"><ul><li>John Smith</li><li>Relationships:<span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 C}">Emergency Contact</span>, <span title="Codes:">brother</span></li><li>ph: 07 5550 0000</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Billing contact person">Billing contact person:</td><td colspan="3"><ul><li>Jo Mee</li><li>ph: 02 5550 0000</li></ul></td></tr></table></div>
  </text>
  <!--   Two emergency contacts and a non-emergency contact    -->
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NI"/>
      </coding>
      <text value="IHI"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
    <value value="8003608833357361"/>
  </identifier>
  <name>
    <family value="Dan"/>
    <given value="Harry"/>
  </name>
  <gender value="male"/>
  <birthDate value="1939-08-25"/>
  <contact>
    <extension
               url="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-mhr-special-processing-1">
      <valueCoding>
        <system
                value="http://ns.electronichealth.net.au/fhir/CodeSystem/dh-mhr-special-processing-1"/>
        <code value="emergency-contact"/>
      </valueCoding>
    </extension>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
        <display value="Next-of-Kin"/>
      </coding>
    </relationship>
    <relationship>
      <text value="cousin"/>
    </relationship>
    <name>
      <text value="Kay Lee"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+6185503333"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="jl@example.com"/>
    </telecom>
    <address>
      <text value="35 Tiwi Gardens Rd, Tiwi, 0810, NT"/>
    </address>
    <period>
      <start value="1999-01-25"/>
    </period>
  </contact>
  <contact>
    <extension
               url="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-mhr-special-processing-1">
      <valueCoding>
        <system
                value="http://ns.electronichealth.net.au/fhir/CodeSystem/dh-mhr-special-processing-1"/>
        <code value="emergency-contact"/>
      </valueCoding>
    </extension>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="C"/>
        <display value="Emergency Contact"/>
      </coding>
    </relationship>
    <relationship>
      <text value="brother"/>
    </relationship>
    <name>
      <text value="John Smith"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="07 5550 0000"/>
    </telecom>
  </contact>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="BP"/>
        <display value="Billing contact person"/>
      </coding>
    </relationship>
    <name>
      <text value="Jo Mee"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="02 5550 0000"/>
    </telecom>
  </contact>
</Patient>