<Practitioner xmlns="http://hl7.org/fhir">
  <id value="pss-CDK5-Practitioner-16" />
  <meta>
    <lastUpdated value="2022-12-20T12:43:28+00:00" />
    <source value="urn:telus:emr:pss:CDK5" />
    <profile value="https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPractitioner" />
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality" />
      <code value="N" />
      <display value="normal" />
    </security>
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p class="res-header-id">
        <b>Generated Narrative: Practitioner pss-CDK5-Practitioner-16</b>
      </p>
      <a name="pss-CDK5-Practitioner-16"></a>
      <a name="hcpss-CDK5-Practitioner-16"></a>
      <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">Last updated: 2022-12-20 12:43:28+0000; </p>
        <p style="margin-bottom: 0px">Information Source: <a href="https://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.1.7&amp;canonical=urn:telus:emr:pss:CDK5">urn:telus:emr:pss:CDK5</a></p>
        <p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-profile-DwPractitioner.html">DwPractitioner</a></p>
        <p style="margin-bottom: 0px">Security Label: normal (Details: Confidentiality code N = 'normal')</p>
      </div>
      <p>
        <b>identifier</b>: Employee number/16, Provider number/12, License number/900004</p>
      <p>
        <b>active</b>: true</p>
      <p>
        <b>name</b>: Dr. Fred Adams</p>
      <p>
        <b>telecom</b>: ph: 999-888-7777(Work), fax: 777-666-5555(Work), <a href="mailto:fred.adams@testdata.com">fred.adams@testdata.com</a></p>
      <p>
        <b>address</b>: 123 Any St. Test ON N3A4M9 Canada(work)</p>
    </div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="EI" />
        <display value="Employee number" />
      </coding>
    </type>
    <system value="urn:telus:emr:pss:CDK5:userid" />
    <value value="16" />
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="PRN" />
        <display value="Provider number" />
      </coding>
    </type>
    <system value="urn:telus:emr:pss:CDK5:providerid" />
    <value value="12" />
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="LN" />
        <display value="License number" />
        <userSelected value="true" />
      </coding>
    </type>
    <system value="urn:telus:emr:pss:CDK5:licensenumber" />
    <value value="900004" />
  </identifier>
  <active value="true" />
  <name>
    <text value="Dr. Fred Adams" />
    <family value="Adams" />
    <given value="Fred" />
    <given value="Donald" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="999-888-7777" />
    <use value="work" />
  </telecom>
  <telecom>
    <system value="fax" />
    <value value="777-666-5555" />
    <use value="work" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="fred.adams@testdata.com" />
    <use value="work" />
  </telecom>
  <address>
    <use value="work" />
    <text value="123 Any St. Test ON N3A4M9 Canada" />
    <line value="123 Any St." />
    <city value="Test" />
    <state value="ON" />
    <postalCode value="N3A4M9" />
    <country value="Canada" />
  </address>
</Practitioner>