Specialty Medication Enrollment
2.1.0 - CI Build United States of America flag

Specialty Medication Enrollment, published by HL7 International - Pharmacy. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/fhir-specialty-rx/ and changes regularly. 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 &quot;specialty-rx-practitioner-1&quot; </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>