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-Jurisdiction-Organization

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-Jurisdiction-Organization

  • Overview
  • XML
  • JSON
Organization
id : ca-csd-example-organization-jurisdiction
meta
profile : http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Jurisdiction-Organization
identifier
system : http://example.org/organization-identifiers
value : JUR-001
type
coding
system : https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types
code : jurisdiction
name : Northern Health Authority
partOf
reference : Organization/ca-csd-example-organization
<Organization xmlns="http://hl7.org/fhir">
<id value="ca-csd-example-organization-jurisdiction" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Jurisdiction-Organization" />
</meta>
<identifier>
<system value="http://example.org/organization-identifiers" />
<value value="JUR-001" />
</identifier>
<type>
<coding>
<system value="https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types" />
<code value="jurisdiction" />
</coding>
</type>
<name value="Northern Health Authority" />
<partOf>
<reference value="Organization/ca-csd-example-organization" />
</partOf>
</Organization>
{
"resourceType": "Organization",
"id": "ca-csd-example-organization-jurisdiction",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Jurisdiction-Organization"
]
},
"identifier": [
{
"system": "http://example.org/organization-identifiers",
"value": "JUR-001"
}
],
"type": [
{
"coding": [
{
"system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types",
"code": "jurisdiction"
}
]
}
],
"name": "Northern Health Authority",
"partOf": {
"reference": "Organization/ca-csd-example-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