Visit the HL7 website
Visit the FHIR website

Pan-Canadian Care Service Directory (1.0.0-DFT)

1.0.0-DFT   Canada flag
  • Table-of-Contents
  • 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 DeliveryMethod
    • Extension UsageLicense
    • FacilityLocation
    • FacilityOrganization
    • HealthcareService
    • JurisdictionLocation
    • JurisdictionOrganization
    • Location
    • LocationDistance
    • Organization
    • OrganizationAffiliation
    • Practitioner
    • PractitionerRole
    • Capability Statements
    • Operations
    • Example - Queries
    • Example - Resources
  • Change Log
    1. Table-of-Contents
    2. Examples
    3. Example-Facility-Location

DFT - The specification is currently in ballot review and subject to change. It is not ready for limited roll-out or production level use. For a full list of available versions, see the Directory of published versions

Example-Facility-Location

  • Overview
  • XML
  • JSON
Location
id : ca-csd-example-location-facility
meta
profile : http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Location
identifier
system : http://example.org/location-ids
value : LOC-12345
status : active
name : Example Clinic
mode : instance
type
coding
system : https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types
code : facility
type
coding
system : http://terminology.hl7.org/CodeSystem/v3-RoleCode
code : HOSP
managingOrganization
reference : Organization/ca-csd-example-organization
display : Example Health Organization
<Location xmlns="http://hl7.org/fhir">
    <id value="ca-csd-example-location-facility" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Location" />
    </meta>
    <identifier>
        <system value="http://example.org/location-ids" />
        <value value="LOC-12345" />
    </identifier>
    <status value="active" />
    <name value="Example Clinic" />
    <mode value="instance" />
    <type>
        <coding>
            <system value="https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types" />
            <code value="facility" />
        </coding>
    </type>
    <type>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
            <code value="HOSP" />
        </coding>
    </type>
    <managingOrganization>
        <reference value="Organization/ca-csd-example-organization" />
        <display value="Example Health Organization" />
    </managingOrganization>
</Location>
{
    "resourceType": "Location",
    "id": "ca-csd-example-location-facility",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Location"
        ]
    },
    "identifier":  [
        {
            "system": "http://example.org/location-ids",
            "value": "LOC-12345"
        }
    ],
    "status": "active",
    "name": "Example Clinic",
    "mode": "instance",
    "type":  [
        {
            "coding":  [
                {
                    "system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types",
                    "code": "facility"
                }
            ]
        },
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                    "code": "HOSP"
                }
            ]
        }
    ],
    "managingOrganization": {
        "reference": "Organization/ca-csd-example-organization",
        "display": "Example Health Organization"
    }
}

Table of Contents | IG © based on FHIR R4 | Package package:ca.infoway.io.ca-csd@1.0.3-DFT | Version History
HL7® and FHIR® are the registered trademarks of Health Level Seven International