{
  "resourceType": "Practitioner",
  "id": "pss-CDK5-Practitioner-16",
  "meta": {
    "lastUpdated": "2022-12-20T12:43:28Z",
    "source": "urn:telus:emr:pss:CDK5",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPractitioner"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<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>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "EI",
            "display": "Employee number"
          }
        ]
      },
      "system": "urn:telus:emr:pss:CDK5:userid",
      "value": "16"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider number"
          }
        ]
      },
      "system": "urn:telus:emr:pss:CDK5:providerid",
      "value": "12"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LN",
            "display": "License number",
            "userSelected": true
          }
        ]
      },
      "system": "urn:telus:emr:pss:CDK5:licensenumber",
      "value": "900004"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Dr. Fred Adams",
      "family": "Adams",
      "given": [
        "Fred",
        "Donald"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "999-888-7777",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "777-666-5555",
      "use": "work"
    },
    {
      "system": "email",
      "value": "fred.adams@testdata.com",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "text": "123 Any St. Test ON N3A4M9 Canada",
      "line": [
        "123 Any St."
      ],
      "city": "Test",
      "state": "ON",
      "postalCode": "N3A4M9",
      "country": "Canada"
    }
  ]
}