Visit the HL7 website
Visit the FHIR website

Pan-Canadian Care Service Directory

DFT-pre-ballot-1.1.1   Canada flag
  • Index
  • Home
  • Business Context
    • Guidance
    • Usage Highlights
    • Use Cases
    • Guide Considerations
  • Technical Context
    • Overview
    • Background
    • Roles Description
    • Model Diagrams
    • Queries
    • Bulk Export
  • FHIR Artifacts
    • Endpoint
    • Extension - AcceptingNewPatients
    • Extension - CurrentWaitTime
    • Extension - DeliveryMethod
    • Extension - UsageLicense
    • FacilityLocation
    • FacilityOrganization
    • HealthcareService
    • JurisdictionLocation
    • JurisdictionOrganization
    • Location
    • LocationDistance
    • Organization
    • OrganizationAffiliation
    • Practitioner
    • PractitionerRole
    • Capability Statements
    • Operations
    • Example - Queries
    • Example - Resources
  • Change Log
    1. Index
    2. Examples
    3. Example-Location-Distance

DFT-preBallot - The specification is currently in pre-ballot review and subject to change. For a full list of available versions, see the Directory of published versions

Example-Location-Distance

  • Overview
  • XML
  • JSON
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
<Location xmlns="http://hl7.org/fhir">
<id value="ca-csd-example-location-distance" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Location-Distance" />
</meta>
<identifier>
<system value="http://example.org/locations" />
<value value="LOC-12345" />
</identifier>
<status value="active" />
<name value="Example Health Clinic" />
<type>
<coding>
<system value="http://example.org/location-type" />
<code value="clinic" />
<display value="Clinic" />
</coding>
<text value="Clinic" />
</type>
<address>
<line value="123 Example St" />
<city value="Northern City" />
<state value="NS" />
<postalCode value="M4F0F7" />
<country value="CAN" />
</address>
<position>
<longitude value="-79.3832" />
<latitude value="43.6532" />
</position>
<managingOrganization>
<reference value="Organization/ca-csd-example-organization" />
<display value="Example Health Organization" />
</managingOrganization>
</Location>
{
"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"
}
}

IG © based on FHIR R4 | Package package:ca.infoway.io.ca-csd@1.1.1-dft-preBallot
HL7® and FHIR® are the registered trademarks of Health Level Seven International