AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<Patient xmlns="http://hl7.org/fhir">
<id value="example-patient-name-context"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient example-patient-name-context</b></p><a name="example-patient-name-context"> </a><a name="hcexample-patient-name-context"> </a><a name="example-patient-name-context-en-AU"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">May Chan Female, DoB: 1972-03-03</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">Xiang Chan(Official)</td></tr></table></div>
</text>
<name>
<use value="usual"/>
<text value="May Chan"/>
<family value="Chan"/>
<given value="May"/>
</name>
<name>
<extension url="http://hl7.org.au/fhir/StructureDefinition/name-context">
<valueCodeableConcept>
<coding>
<system
value="http://terminology.hl7.org.au/CodeSystem/name-context"/>
<code value="ihi-validation"/>
<display value="IHI Validation"/>
</coding>
</valueCodeableConcept>
</extension>
<use value="official"/>
<text value="Xiang Chan"/>
<family value="Chan"/>
<given value="Xiang"/>
</name>
<gender value="female"/>
<birthDate value="1972-03-03"/>
</Patient>