FHIR IG analytics| Package | ontariomicdrfhirimplementationguide-0.10.00 |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "practitioner2",
"meta": {
"profile": [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-practitioner"
]
},
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
"value": "12345"
}
],
"name": [
{
"family": "Careful",
"given": [
"Beth"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "222-333-4444",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"line": [
"125 Main St"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M1M M1M",
"country": "CAN"
}
]
}