FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Practitioner |
| Id | Practitioner-chr-on-west-Practitioner-501.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}