FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypePractitioner
IdPractitioner-chr-on-west-Practitioner-501.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Practitioner chr-on-west-Practitioner-501

Last updated: 2024-12-08 18:00:00+0000;

Information Source: urn:telus:emr:chr:on-west:123

Profile: DwPractitioner

Security Label: normal (Details: Confidentiality code N = 'normal')

identifier: User ID/501, License number/123456

active: true

name: Dr. Emily Thompson, MD

telecom: ph: 519-555-2001(Work), fax: 519-555-2002(Work), emily.thompson@wofhc.ca

address: 100 Main Street, Suite 200, London, ON N6A 1A1, CA(work)

gender: Female


Source1

{
  "resourceType": "Practitioner",
  "id": "chr-on-west-Practitioner-501",
  "meta": {
    "lastUpdated": "2024-12-08T18:00:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "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": "<!-- snip (see above) -->"
  },
  "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": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
      "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"
}