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

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

  • Overview
  • XML
  • JSON
Organization
id : ca-csd-example-organization
meta
profile : http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization
identifier
system : http://example.org/organization-identifiers
value : ORG-12345
active : True
type
coding
system : http://example.org/organization-type
code : health-region
display : Health Region
text : Health Region
name : Northern Health Authority
telecom
system : phone
value : +1-555-654-3210
use : work
telecom
system : email
value : contact@northernhealthauthority.example.org
use : work
address
use : work
line : 616 Obligation Road
city : Northern City
state : NS
postalCode : M4F0F7
country : CAN
partOf
reference : Organization/ca-csd-example-organization
display : National Health System
<Organization xmlns="http://hl7.org/fhir">
<id value="ca-csd-example-organization" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization" />
</meta>
<identifier>
<system value="http://example.org/organization-identifiers" />
<value value="ORG-12345" />
</identifier>
<active value="true" />
<type>
<coding>
<system value="http://example.org/organization-type" />
<code value="health-region" />
<display value="Health Region" />
</coding>
<text value="Health Region" />
</type>
<name value="Northern Health Authority" />
<telecom>
<system value="phone" />
<value value="+1-555-654-3210" />
<use value="work" />
</telecom>
<telecom>
<system value="email" />
<value value="contact@northernhealthauthority.example.org" />
<use value="work" />
</telecom>
<address>
<use value="work" />
<line value="616 Obligation Road" />
<city value="Northern City" />
<state value="NS" />
<postalCode value="M4F0F7" />
<country value="CAN" />
</address>
<partOf>
<reference value="Organization/ca-csd-example-organization" />
<display value="National Health System" />
</partOf>
</Organization>
{
"resourceType": "Organization",
"id": "ca-csd-example-organization",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization"
]
},
"identifier": [
{
"system": "http://example.org/organization-identifiers",
"value": "ORG-12345"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://example.org/organization-type",
"code": "health-region",
"display": "Health Region"
}
],
"text": "Health Region"
}
],
"name": "Northern Health Authority",
"partOf": {
"reference": "Organization/ca-csd-example-organization",
"display": "National Health System"
},
"telecom": [
{
"system": "phone",
"value": "+1-555-654-3210",
"use": "work"
},
{
"system": "email",
"value": "contact@northernhealthauthority.example.org",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"616 Obligation Road"
],
"city": "Northern City",
"state": "NS",
"postalCode": "M4F0F7",
"country": "CAN"
}
]
}

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