This page is part of the Specialty Medication Enrollment (v1.0.0: STU1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="specialty-rx-practitioner-1"/>
<meta>
<profile
value="http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 9941339108</p><p><b>name</b>: Jane Smith </p><p><b>telecom</b>: ph: 555-555-5555(HOME), fax: 555-555-1234(HOME), <a href="mailto:jane.smith@example.org">jane.smith@example.org</a></p><p><b>address</b>: 101 Oak Lane Minnetonka MN 55345 (HOME)</p></div>
</text>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="9941339108"/>
</identifier>
<name>
<family value="Smith"/>
<given value="Jane"/>
<prefix value="Dr"/>
</name>
<telecom>
<system value="phone"/>
<value value="555-555-5555"/>
<use value="home"/>
</telecom>
<telecom>
<system value="fax"/>
<value value="555-555-1234"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="jane.smith@example.org"/>
<use value="work"/>
</telecom>
<address>
<use value="home"/>
<line value="101 Oak Lane"/>
<city value="Minnetonka"/>
<state value="MN"/>
<postalCode value="55345"/>
</address>
</Practitioner>