FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Practitioner |
| Id | Practitioner-chr-ca-pei-111-Practitioner-ext-901.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner chr-ca-pei-111-Practitioner-ext-901
Last updated: 2026-01-10 08:00:00+0000;
Information Source: urn:telus:emr:chr:ca:pei:111
Profile: DwPractitioner
identifier: Contact ID/901, License number/LIC-78901, Billing ID/BILL-456
active: true
name: Dr. Jane Doe
telecom: ph: 902-555-0100x205(Work), fax: 902-555-0199(Work), jdoe@extcardio.pe.ca
address: 123 External St Charlottetown PE C1A 1A1 CA (work)
{
"resourceType": "Practitioner",
"id": "chr-ca-pei-111-Practitioner-ext-901",
"meta": {
"lastUpdated": "2026-01-10T08:00:00Z",
"source": "urn:telus:emr:chr:ca:pei:111",
"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"
}
],
"text": "Contact ID"
},
"system": "urn:telus:emr:chr:ca:pei:111:contactid",
"value": "901"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "LN",
"display": "License number"
}
],
"text": "License number"
},
"system": "https://www.telus.com/health/fhir/dwemrextract/practitioner/external-license/prince-edward-island",
"value": "LIC-78901"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider number"
}
],
"text": "Billing ID"
},
"system": "https://princeedwardisland.ca/fhir/NamingSystem/medicare-billing-id",
"value": "BILL-456"
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "Dr. Jane Doe",
"family": "Doe",
"given": [
"Jane"
],
"prefix": [
"Dr."
]
}
],
"telecom": [
{
"system": "phone",
"value": "902-555-0100x205",
"use": "work"
},
{
"system": "fax",
"value": "902-555-0199",
"use": "work"
},
{
"system": "email",
"value": "jdoe@extcardio.pe.ca",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"line": [
"123 External St"
],
"city": "Charlottetown",
"state": "PE",
"postalCode": "C1A 1A1",
"country": "CA"
}
]
}