Visit the HL7 website
Visit the FHIR website

Pan-Canadian Care Service Directory
preBallot-1.0.0

  • Home
  • Business Context
    • Guidance
    • Usage Highlights
    • Use Cases
    • Guide Considerations
  • Technical Context
    • Overview
    • Background
    • Roles Description
    • Model Diagrams
  • FHIR Artefacts
    • Endpoint
    • Extension DeliveryMethod
    • Extension UsageLicense
    • FacilityLocation
    • FacilityOrganization
    • HealthcareService
    • JurisdictionLocation
    • JurisdictionOrganization
    • Location
    • LocationDistance
    • Organization
    • OrganizationAffiliation
    • Practitioner
    • PractitionerRole
    • Capability Statements
    • Example - Queries
    • Example - Resources
  • Change Log
    1. Home
    2. Examples
    3. Example-Jurisdiction-Location

preBallot - 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-Jurisdiction-Location

  • XML
  • JSON
<Location xmlns="http://hl7.org/fhir">
    <id value="ca-csd-example-location-jurisdiction" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Jurisdiction-Location" />
    </meta>
    <identifier>
        <system value="http://example.org/location-identifiers" />
        <value value="JUR-LOC-001" />
    </identifier>
    <status value="active" />
    <name value="Example Jurisdiction" />
    <mode value="instance" />
    <type>
        <coding>
            <system value="https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types" />
            <code value="jurisdiction" />
        </coding>
    </type>
    <physicalType>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/location-physical-type" />
            <code value="jdn" />
            <display value="Jurisdiction" />
        </coding>
        <text value="Jurisdiction" />
    </physicalType>
    <managingOrganization>
        <reference value="Organization/ca-csd-example-organization-jurisdiction" />
        <display value="Example Jurisdictional Authority" />
    </managingOrganization>
</Location>
{
    "resourceType": "Location",
    "id": "ca-csd-example-location-jurisdiction",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Jurisdiction-Location"
        ]
    },
    "identifier":  [
        {
            "system": "http://example.org/location-identifiers",
            "value": "JUR-LOC-001"
        }
    ],
    "status": "active",
    "name": "Example Jurisdiction",
    "mode": "instance",
    "type":  [
        {
            "coding":  [
                {
                    "system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types",
                    "code": "jurisdiction"
                }
            ]
        }
    ],
    "managingOrganization": {
        "reference": "Organization/ca-csd-example-organization-jurisdiction",
        "display": "Example Jurisdictional Authority"
    },
    "physicalType": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
                "code": "jdn",
                "display": "Jurisdiction"
            }
        ],
        "text": "Jurisdiction"
    }
}

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