<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="PractitionerRolePSBCExample" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Practitioner Role</b>
      </p>
      <p>
        <b>Name:</b> Dr. Jane Doe</p>
      <p>
        <b>Identifiers (MSP):</b> [12345]</p>
      <p>
        <b>Type of Organization:</b> Clinic</p>
      <p>
        <b>Role:</b> MD</p>
      <p>
        <b>Phone:</b> 604-858-3691</p>
      <p>
        <b>Fax:</b> 604-858-3691</p>
      <p>
        <b>Address:</b> 201-2763 Beverly St, Duncan, BC, V9L 6Y9, Canada</p>
    </div>
  </text>
  <identifier>
    <system value="http://www.example.org/practitioners" />
    <value value="12345" />
  </identifier>
  <practitioner>
    <reference value="Practitioner/PractitionerPSBCExample" />
    <display value="Dr. Jane Doe" />
  </practitioner>
  <organization>
    <reference value="Organization/OrganizationPSBCExample" />
    <display value="Clinic" />
  </organization>
  <code>
    <coding>
      <system value="https://fhir.infoway-inforoute.ca/CodeSystem/scptype" />
      <code value="MD" />
      <display value="Medical Doctor" />
    </coding>
  </code>
  <telecom>
    <system value="fax" />
    <value value="(60) 4858 3691" />
    <use value="work" />
  </telecom>
  <telecom>
    <system value="phone" />
    <value value="(60) 4858 3691" />
    <use value="work" />
    <rank value="1" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="janedoe@ehealth;ab.org" />
    <use value="work" />
  </telecom>
</PractitionerRole>