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-pss-CDK5-Practitioner-16.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 pss-CDK5-Practitioner-16

Last updated: 2022-12-20 12:43:28+0000;

Information Source: urn:telus:emr:pss:CDK5

Profile: DwPractitioner

identifier: Employee number/16, Provider number/12, License number/900004

active: true

name: Dr. Fred Adams

telecom: ph: 999-888-7777(Work), fax: 777-666-5555(Work), fred.adams@testdata.com

address: 123 Any St. Test ON N3A4M9 Canada(work)


Source1

{
  "resourceType": "Practitioner",
  "id": "pss-CDK5-Practitioner-16",
  "meta": {
    "lastUpdated": "2022-12-20T12:43:28.000Z",
    "source": "urn:telus:emr:pss:CDK5",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPractitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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
          }
        ]
      },
      "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"
    }
  ]
}