FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Practitioner |
| Id | Practitioner-chr-ca-pei-111-Practitioner-601.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-601
Last updated: 2024-12-08 18:00:00+0000;
Information Source: urn:telus:emr:chr:ca:pei:111
Profile: DwPractitioner
Security Label: normal (Details: Confidentiality code N = 'normal')
identifier: User ID/601, License number/332211, Billing ID/1234567890
active: true
name: Dr. Maple Leaf, MD
telecom: ph: 809-222-6001(Work), fax: 809-222-6002(Work), Maple.Leaf@pei.ca
address: 1 Tarmac Ave, Charlottetown, PE C1A 6T0(work)
{
"resourceType": "Practitioner",
"id": "chr-ca-pei-111-Practitioner-601",
"meta": {
"lastUpdated": "2024-12-08T18:00:00Z",
"source": "urn:telus:emr:chr:ca:pei:111",
"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:ca:pei:111:userid",
"value": "601"
},
{
"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-pe-license-physician",
"value": "332211",
"assigner": {
"type": "Organization",
"display": "College of Physicians & Surgeons of Prince Edward Island"
}
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider number",
"userSelected": true
}
],
"text": "Billing ID"
},
"system": "https://princeedwardisland.ca/fhir/NamingSystem/medicare-billing-id",
"value": "1234567890"
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "Dr. Maple Leaf, MD",
"family": "Leaf",
"given": [
"Maple",
"Rose"
],
"prefix": [
"Dr"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "809-222-6001",
"use": "work"
},
{
"system": "fax",
"value": "809-222-6002",
"use": "work"
},
{
"system": "email",
"value": "Maple.Leaf@pei.ca",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"text": "1 Tarmac Ave, Charlottetown, PE C1A 6T0",
"line": [
"1 Tarmac Ave"
],
"city": "Charlottetown",
"state": "PE",
"postalCode": "C1A 6T0",
"country": "CA"
}
]
}