This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v1.0.0-ballot: STU 1 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="PFEIG-patientBSJ1"/>
<meta>
<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"><p><b>Betsy Smith-Johnson</b> female, DoB Unknown ( id: 10A3D58WH1600)</p></div>
</text>
<identifier>
<system value="http://example.org/identifiers/patient"/>
<value value="10A3D58WH1600"/>
</identifier>
<active value="true"/>
<name>
<text value="Betsy Smith-Johnson"/>
<family value="Smith-Johnson"/>
<given value="Betsy"/>
</name>
<telecom>
<system value="phone"/>
<value value="210-222-1111"/>
<use value="mobile"/>
</telecom>
<gender value="female"/>
<address>
<text value="111 Maple Ct, San Antonio, TX 78212"/>
</address>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="U"/>
</coding>
</maritalStatus>
<contact>
<name>
<text value="Charles Johnson"/>
</name>
<telecom>
<system value="phone"/>
<value value="(210) 222-3333"/>
</telecom>
<address>
<text value="100 Montana St., San Antonio, TX 78203"/>
</address>
</contact>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="en"/>
</coding>
</language>
<preferred value="true"/>
</communication>
<generalPractitioner>
<reference value="Practitioner/PFEIG-Practitioner-JohnSmith"/>
</generalPractitioner>
</Patient>