<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="practitionerrole1-example" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </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 "practitionerrole1-example" </p>
      </div>
      <p>
        <b>identifier</b>: id: 874635264</p>
      <p>
        <b>practitioner</b>: <a href="Practitioner-practitioner1-example.html">Practitioner/practitioner1-example: Patrick Pump</a> " PUMP"</p>
      <p>
        <b>organization</b>: <a href="Organization-organization1-example.html">Organization/organization1-example</a> "XYZ Organization"</p>
      <p>
        <b>code</b>: Medical Doctor <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-v3-scptype.html">pan-Canadian Provider Types</a>#MD)</span></p>
      <p>
        <b>telecom</b>: ph: (03) 5555 6473(WORK), <a href="mailto:patrick.pump@example.org">patrick.pump@example.org</a></p>
    </div>
  </text>
  <identifier>
    <system value="http://www.example.org/practitioners" />
    <value value="874635264" />
  </identifier>
  <practitioner>
    <reference value="Practitioner/practitioner1-example" />
    <display value="Patrick Pump" />
  </practitioner>
  <organization>
    <reference value="Organization/organization1-example" />
  </organization>
  <code>
    <coding>
      <system value="https://fhir.infoway-inforoute.ca/CodeSystem/scptype" />
      <code value="MD" />
      <display value="Medical Doctor" />
    </coding>
  </code>
  <telecom>
    <system value="phone" />
    <value value="(03) 5555 6473" />
    <use value="work" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="patrick.pump@example.org" />
    <use value="work" />
  </telecom>
</PractitionerRole>