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-example5

Formats: Narrative, XML, JSON, Turtle

Raw xml



<Patient xmlns="http://hl7.org/fhir">
  <id value="example5"/>
  <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>Sarah Simmons </b> female, DoB: 1977-09-07 ( Medicare Number: 22968184811)</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName">
    <valueString value="McKinnon"/>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MC"/>
        <display value="Patient's Medicare number"/>
      </coding>
      <text value="Medicare Number"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/medicare-number"/>
    <value value="22968184811"/>
    <period>
      <end value="2022-12"/>
    </period>
  </identifier>
  <name>
    <family value="Simmons"/>
    <given value="Sarah"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="(03) 5550 6677"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1977-09-07"/>
  <address>
    <line value="55 Sarah Street"/>
    <city value="Strahan"/>
    <state value="TAS"/>
    <postalCode value="7468"/>
    <country value="AU"/>
  </address>
  <generalPractitioner>
    <reference value="Practitioner/example3"/>
  </generalPractitioner>
  <managingOrganization>
    <reference value="Organization/example3"/>
  </managingOrganization>
  <link>
    <other>
      <reference value="RelatedPerson/example2"/>
    </other>
    <type value="seealso"/>
  </link>
</Patient>
Issues & Feedback