FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Practitioner |
| Id | Practitioner-example-practitioner-ca-core-2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "example-practitioner-ca-core-2",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitioner-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/Practitioner",
"value": "PRAC789012"
}
],
"name": [
{
"family": "Chen",
"given": [
"Sarah",
"Jin"
],
"text": "Dr. Sarah Jin Chen"
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-5678",
"use": "work"
},
{
"system": "email",
"value": "dr.chen@vgh.ca",
"use": "work"
}
],
"address": [
{
"line": [
"855 West 12th Avenue"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V5Z 1M9",
"country": "CA"
}
],
"gender": "female",
"birthDate": "1985-06-15",
"active": true
}