FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Practitioner |
| Id | Practitioner-example-practitioner-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "example-practitioner-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitioner-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/Practitioner",
"value": "PR123456"
}
],
"name": [
{
"family": "Bambrick",
"given": [
"Kiki",
"Avery"
],
"text": "Dr. Kiki Avery Bambrick"
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-1234",
"use": "work"
},
{
"system": "email",
"value": "dr.smith@vgh.ca",
"use": "work"
}
],
"address": [
{
"line": [
"123 Main Street"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V6B 1A1",
"country": "CA"
}
],
"gender": "female",
"birthDate": "1975-06-15",
"active": true
}