FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Location |
| Id | Location-example-location-ca-core-2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "example-location-ca-core-2",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/location-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/Location",
"value": "LOC789013"
}
],
"name": "Dr. Bambrick Family Practice",
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "OF",
"display": "Outpatient Facility"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-1234",
"use": "work"
}
],
"address": {
"text": "Dr. Bambrick Family Practice, 123 Main Street, Suite 100, Vancouver, BC V6B 1A1",
"line": [
"123 Main Street",
"Suite 100"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V6B 1A1",
"country": "CA"
}
}