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 emergency contact is a carer - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="carer-mary-brown"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient carer-mary-brown</b></p><a name="carer-mary-brown"> </a><a name="hccarer-mary-brown"> </a><a name="carer-mary-brown-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="Nominated Contact: Carer">Carer:</td><td colspan="3"><ul><li>Mary Brown</li><li>ph: 0491 576 801</li><li><a href="mailto:mb@example.com">mb@example.com</a></li></ul></td></tr></table></div>
  </text>
  <!--   Carer type with full name, phone number, email    -->
  <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://snomed.info/sct"/>
        <code value="133932002"/>
        <display value="Carer"/>
      </coding>
    </relationship>
    <name>
      <text value="Mary Brown"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="0491 576 801"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="mb@example.com"/>
    </telecom>
  </contact>
</Patient>