Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: Patient-example4

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Patient xmlns="http://hl7.org/fhir">
  <id value="example4"/>
  <meta>
    <profile value="http://hl7.org.au/fhir/StructureDefinition/au-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Suzanne Simmons </b> female, DoB: 2008-08-08 ( Medical record number: 22446688)</p></div>
  </text>
  <extension url="http://hl7.org.au/fhir/StructureDefinition/ethnicity">
    <valueCodeableConcept>
      <coding>
        <system value="https://www.abs.gov.au/ausstats/abs@.nsf/mf/1249.0"/>
        <code value="2102"/>
        <display value="Scottish"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824754455"/>
    <value value="22446688"/>
    <assigner>
      <reference value="Organization/example3"/>
      <display value="Devonport Family Medicine Clinic"/>
    </assigner>
  </identifier>
  <name>
    <family value="Simmons"/>
    <given value="Suzanne"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="(03) 5550 6677"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="2008-08-08"/>
  <address>
    <line value="55 Sarah Street"/>
    <city value="Strahan"/>
    <state value="TAS"/>
    <postalCode value="7468"/>
    <country value="AU"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
        <display value="Next-of-Kin"/>
      </coding>
    </relationship>
    <name>
      <family value="Simmons"/>
      <given value="Sarah"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="0491570158"/>
      <use value="mobile"/>
    </telecom>
  </contact>
  <generalPractitioner>
    <reference value="Practitioner/example3"/>
  </generalPractitioner>
  <managingOrganization>
    <reference value="Organization/example3"/>
  </managingOrganization>
</Patient>
Issues & Feedback