FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | Location |
| Id | Location-distance-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "ca-csd-example-location-distance",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location-Distance"
]
},
"identifier": [
{
"system": "http://example.org/locations",
"value": "LOC-12345"
}
],
"status": "active",
"name": "Example Health Clinic",
"type": [
{
"coding": [
{
"system": "http://example.org/location-type",
"code": "clinic",
"display": "Clinic"
}
],
"text": "Clinic"
}
],
"address": {
"line": [
"123 Example St"
],
"city": "Northern City",
"state": "NS",
"postalCode": "M4F0F7",
"country": "CAN"
},
"position": {
"longitude": -79.3832,
"latitude": 43.6532
},
"managingOrganization": {
"reference": "Organization/ca-csd-example-organization",
"display": "Example Health Organization"
}
}