FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | Practitioner |
| Id | PS-CA BC Practitioner Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Practitioner
Name: Dr. Jane Doe
Identifiers (MSP): [12345]
Role: MD
Qualification: CCFP
Phone: 604-858-3691
{
"resourceType": "Practitioner",
"id": "PractitionerPSBCExample",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"meta": {
"profile": [
"http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner"
]
},
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-msp-billing-id",
"value": "12345",
"display": "MSP"
}
],
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"Jane"
],
"suffix": [
"MD"
]
}
],
"telecom": [
{
"system": "fax",
"value": "(60) 4858 3691",
"use": "work"
},
{
"system": "phone",
"value": "(60) 4858 3691",
"use": "work",
"rank": 1
},
{
"system": "phone",
"value": "NA",
"use": "home",
"rank": 2
},
{
"system": "email",
"value": "janedoe@ehealth.ab.org",
"use": "work"
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
"code": "CCFP",
"display": "Certification in the College of Family Physicians"
}
]
}
}
]
}