FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | Practitioner |
| Id | Practitioner-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "ca-csd-example-practitioner",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Practitioner"
]
},
"identifier": [
{
"use": "usual",
"system": "http://example.org/practitioner-identifiers",
"value": "123456"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"John"
]
}
],
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
}
],
"telecom": [
{
"system": "phone",
"value": "+1-555-555-5555",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"456 Elm Street"
],
"city": "Smalltown",
"state": "NS",
"postalCode": "B3H0Z7",
"country": "CAN"
}
]
}