{
  "resourceType": "Practitioner",
  "id": "chr-on-west-Practitioner-501",
  "meta": {
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPractitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner chr-on-west-Practitioner-501</b></p><a name=\"chr-on-west-Practitioner-501\"> </a><a name=\"hcchr-on-west-Practitioner-501\"> </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\"/><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:chr:on-west:123\">urn:telus:emr:chr:on-west:123</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-DwPractitioner.html\">DwPractitioner</a></p></div><p><b>identifier</b>: User ID/501, License number/123456</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Emily Thompson, MD</p><p><b>telecom</b>: ph: 519-555-2001(Work), fax: 519-555-2002(Work), <a href=\"mailto:emily.thompson@wofhc.ca\">emily.thompson@wofhc.ca</a></p><p><b>address</b>: 100 Main Street, Suite 200, London, ON N6A 1A1, CA(work)</p><p><b>gender</b>: Female</p></div>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "EI",
            "display": "Employee number"
          }
        ],
        "text": "User ID"
      },
      "system": "urn:telus:emr:chr:on-west:123:userid",
      "value": "501"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LN",
            "display": "License number",
            "userSelected": true
          }
        ],
        "text": "License number"
      },
      "system": "urn:oid:2.16.840.1.113883.4.347",
      "value": "123456",
      "assigner": {
        "type": "Organization",
        "display": "College of Physicians and Surgeons of Ontario"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "text": "Dr. Emily Thompson, MD",
      "family": "Thompson",
      "given": [
        "Emily",
        "Rose"
      ],
      "prefix": [
        "Dr"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "519-555-2001",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "519-555-2002",
      "use": "work"
    },
    {
      "system": "email",
      "value": "emily.thompson@wofhc.ca",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "text": "100 Main Street, Suite 200, London, ON N6A 1A1, CA",
      "line": [
        "100 Main Street",
        "Suite 200"
      ],
      "city": "London",
      "state": "ON",
      "postalCode": "N6A 1A1",
      "country": "CA"
    }
  ],
  "gender": "female"
}