FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | Location |
| Id | Location-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "ca-csd-example-location",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location"
]
},
"identifier": [
{
"system": "http://example.org/location-identifiers",
"value": "LOC-001"
}
],
"status": "active",
"name": "Main Clinic Building",
"type": [
{
"coding": [
{
"system": "http://example.org/location-type",
"code": "FMC",
"display": "Family Medicine Clinic"
}
],
"text": "Family Medicine Clinic"
}
],
"telecom": [
{
"system": "phone",
"value": "+1-555-123-4567",
"use": "work"
},
{
"system": "email",
"value": "contact@mainclinic.example.org",
"use": "work"
}
],
"managingOrganization": {
"reference": "Organization/ca-csd-example-organization",
"display": "Main Health Organization"
},
"partOf": {
"reference": "Location/ca-csd-example-location",
"display": "Health Center Campus"
},
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"openingTime": "08:00:00",
"closingTime": "20:00:00"
},
{
"daysOfWeek": [
"sat",
"sun"
],
"openingTime": "10:00:00",
"closingTime": "16:00:00"
}
]
}