AU Base Implementation Guide
4.2.2-ci-build - CI Build
AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="example3"/>
<meta>
<profile
value="http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson example3</b></p><a name="example3"> </a><a name="hcexample3"> </a><a name="example3-en-AU"> </a><p><b>identifier</b>: Medicare Number/22968184812 (, period: (?) --> 2022-12)</p><p><b>active</b>: true</p><p><b>patient</b>: Alejandro Hernández MRN: 765567765FRD (Identifier: Medical record number/765567765FRD)</p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}">father</span></p><p><b>name</b>: Bill Simmons </p><p><b>telecom</b>: <a href="mailto:billsimmons@amail.example.com">billsimmons@amail.example.com</a>, ph: (03) 5550 6677(Home)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1975-04-01</p><p><b>address</b>: 55 Sarah Street Strahan TAS 7468 AU </p></div>
</text>
<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="22968184812"/>
<period>
<end value="2022-12"/>
</period>
</identifier>
<active value="true"/>
<patient>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system
value="http://downunderhospital.example.com/identifiers/patient"/>
<value value="765567765FRD"/>
<assigner>🔗
<reference value="Organization/example0"/>
<display value="Downunder Hospital"/>
</assigner>
</identifier>
<display value="Alejandro Hernández MRN: 765567765FRD"/>
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="FTH"/>
<display value="father"/>
</coding>
</relationship>
<name>
<family value="Simmons"/>
<given value="Bill"/>
</name>
<telecom>
<system value="email"/>
<value value="billsimmons@amail.example.com"/>
<use value="home"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="(03) 5550 6677"/>
<use value="home"/>
</telecom>
<gender value="male"/>
<birthDate value="1975-04-01"/>
<address>
<line value="55 Sarah Street"/>
<city value="Strahan"/>
<state value="TAS"/>
<postalCode value="7468"/>
<country value="AU"/>
</address>
</RelatedPerson>