This page is part of the HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1 (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="ophthal-patient-example-0"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2021-01-25T14:36:03Z"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Medical Record Number: 02134005</p><p><b>active</b>: true</p><p><b>name</b>: Eve Bill</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1958-12-24</p><p><b>address</b>: home</p></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
<display value="Medical Record Number"/>
</coding>
<text value="Medical Record Number"/>
</type>
<system value="http://fhir.medisoft.com"/>
<value value="02134005"/>
</identifier>
<active value="true"/>
<name>
<text value="Eve Bill"/>
<family value="Bill"/>
<given value="Eve"/>
</name>
<gender value="female"/>
<birthDate value="1958-12-24"/>
<address>
<text value="home"/>
<line value="31 Pacquola Street"/>
<city value="Blacktown"/>
<state value="NSW"/>
<postalCode value="2148"/>
<country value="Australia"/>
</address>
</Patient>