This page is part of the Pharmacist Care Plan FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="phcp-patient-example"/>
<meta>
<versionId value="3"/>
<lastUpdated value="2020-09-02T20:26:03.581+00:00"/>
<source value="#vzzApV891IBknHPP"/>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<div class="hapiHeaderText">Amy V.
<b>SHAW </b>
</div>
<table class="hapiPropertyTable">
<tbody>
<tr>
<td>Identifier</td>
<td>1032702</td>
</tr>
<tr>
<td>Address</td>
<td>
<span>49 Meadow St </span>
<br/>
<span>Mounds </span>
<span>OK </span>
<span>US </span>
</td>
</tr>
<tr>
<td>Date of birth</td>
<td>
<span>20 February 2007</span>
</td>
</tr>
</tbody>
</table>
</div>
</text>
<identifier>
<use value="usual"/>
<system value="http://hospital.smarthealthit.org"/>
<value value="1032702"/>
</identifier>
<active value="true"/>
<name>
<family value="Shaw"/>
<given value="Amy"/>
<given value="V."/>
</name>
<telecom>
<system value="phone"/>
<value value="555-555-5555"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="amy.shaw@example.com"/>
</telecom>
<gender value="female"/>
<birthDate value="2007-02-20"/>
<address>
<line value="49 Meadow St"/>
<city value="Mounds"/>
<state value="OK"/>
<postalCode value="74047"/>
<country value="US"/>
</address>
</Patient>