This page is part of the Specialty Medication Enrollment (v2.0.0: STU2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Specialty Rx Practitioner 1 - XML Representation
Raw xml | Download
<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: Practitioner</b><a name="specialty-rx-practitioner-1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Practitioner "specialty-rx-practitioner-1" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-specialty-rx-practitioner.html">Specialty Prescription Practitioner</a></p></div><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>