FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Practitioner |
| Id | Practitioner-example-practitioner-ca-core-3.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "example-practitioner-ca-core-3",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitioner-ca-core"
]
},
"active": true,
"name": [
{
"use": "official",
"family": "Okoro",
"given": [
"Riley"
],
"text": "Dr. Riley Okoro"
}
],
"gender": "female",
"birthDate": "1985-06-15",
"identifier": [
{
"system": "http://example.ca/NamingSystem/Practitioner",
"value": "PR789013"
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-6789",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"line": [
"1234 Medical Plaza"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V6B 1A1",
"country": "CA",
"text": "1234 Medical Plaza, Vancouver, BC V6B 1A1"
}
],
"qualification": [
{
"code": {
"coding": [
{
"code": "66862007",
"system": "http://snomed.info/sct",
"display": "Radiologist (occupation)"
}
],
"text": "Radiologist"
},
"issuer": {
"reference": "Organization/example-organization-ca-core"
},
"period": {
"start": "2015-01-01",
"end": "2025-12-31"
}
}
]
}