FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Practitioner |
| Id | Practitioner-ma-ma-schema-1-Practitioner-789.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ma-ma-schema-1-Practitioner-789
Last updated: 2023-12-18 23:07:47+0000;
Information Source: urn:telus:emr:ma:ma-schema-1
Profile: DwPractitioner
identifier: User ID/789, Provider ID/456, License number/123456
active: true
name: Dr. Sarah Elizabeth Johnson, MD(Official)
telecom: ph: 416-555-9876(Work), fax: 416-555-9877(Work), sarah.johnson@mainstreetfp.ca
address: 123 Main Street, Toronto, ON M5H 2N2, Canada(work)
gender: Female
| Code |
| Doctor of Medicine |
{
"resourceType": "Practitioner",
"id": "ma-ma-schema-1-Practitioner-789",
"meta": {
"lastUpdated": "2023-12-18T23:07:47Z",
"source": "urn:telus:emr:ma:ma-schema-1",
"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": "User ID"
},
"system": "urn:telus:emr:ma:ma-schema-1:userid",
"value": "789"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider number"
}
],
"text": "Provider ID"
},
"system": "urn:telus:emr:ma:ma-schema-1:providerid",
"value": "456"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "LN",
"display": "License number",
"userSelected": true
}
]
},
"system": "urn:oid:2.16.840.1.113883.4.347",
"value": "123456",
"assigner": {
"display": "College of Physicians and Surgeons of Ontario"
}
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Dr. Sarah Elizabeth Johnson, MD",
"family": "Johnson",
"given": [
"Sarah",
"Elizabeth"
],
"prefix": [
"Dr."
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "phone",
"value": "416-555-9876",
"use": "work"
},
{
"system": "fax",
"value": "416-555-9877",
"use": "work"
},
{
"system": "email",
"value": "sarah.johnson@mainstreetfp.ca",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"text": "123 Main Street, Toronto, ON M5H 2N2, Canada",
"line": [
"123 Main Street"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M5H 2N2",
"country": "Canada"
}
],
"gender": "female",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360",
"code": "MD",
"display": "Doctor of Medicine"
}
],
"text": "Doctor of Medicine"
}
}
]
}