This page is part of the Specialty Medication Enrollment (v2.0.0: STU2) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Specialty Rx Patient 1 - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="specialty-rx-patient-1"/>
<meta>
<profile
value="http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Timothy V. Doe </b> male, DoB: 1987-02-20 ( id: 1234)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li>ph: 555-555-5555(HOME)</li><li><a href="mailto:tim.doe@example.com">tim.doe@example.com</a></li><li>2224 Century Ave Minnetonka MN 55345 US </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Languages spoken">Language:</td><td colspan="3"><span title="Codes: {urn:ietf:bcp:47 en-US}">English (Region=United States)</span></td></tr></table></div>
</text>
<identifier>
<system value="http://example.org/patient-id"/>
<value value="1234"/>
</identifier>
<active value="true"/>
<name>
<family value="Doe"/>
<given value="Timothy"/>
<given value="V."/>
</name>
<telecom>
<system value="phone"/>
<value value="555-555-5555"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="tim.doe@example.com"/>
</telecom>
<gender value="male"/>
<birthDate value="1987-02-20"/>
<address>
<line value="2224 Century Ave"/>
<city value="Minnetonka"/>
<state value="MN"/>
<postalCode value="55345"/>
<country value="US"/>
</address>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="en-US"/>
<display value="English (Region=United States)"/>
</coding>
</language>
</communication>
</Patient>