FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Location |
| Id | Location-example-location-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "example-location-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/location-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/Location",
"value": "LOC789012"
}
],
"name": "A General Hospital - Emergency Department",
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "ER",
"display": "Emergency Room"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "604-875-4111",
"use": "work"
}
],
"address": {
"text": "A General Hospital Emergency Department, 899 West 12th Avenue, Vancouver, BC V5Z 1M9",
"line": [
"899 West 12th Avenue"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V5Z 1M9",
"country": "CA"
},
"managingOrganization": {
"reference": "Organization/example-organization-ca-core"
}
}