FHIR IG analytics| Package | ca.on.oh.erec |
| Resource Type | Organization |
| Id | Organization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "334ec4c8-7932-4620-86fe-d6b33b3fc7e4",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Organization|1.0.0"
]
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Primary Care Medical Clinics",
"telecom": [
{
"system": "phone",
"value": "(555) 987-1234",
"use": "work",
"rank": 1
},
{
"system": "fax",
"value": "(555) 987-1234",
"use": "work",
"rank": 1
}
],
"address": [
{
"use": "work",
"type": "physical",
"line": [
"279 Yonge St"
],
"city": "Barrie",
"state": "ON",
"postalCode": "M5B 1N8",
"country": "CAN"
}
]
}