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-OrganizationAffiliation

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-OrganizationAffiliation

  • Overview
  • XML
  • JSON
OrganizationAffiliation
id : ca-csd-example-organizationAffiliation
meta
profile : http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-OrganizationAffiliation
active : True
period
start : 2023-01-01
end : 2024-12-31
organization
reference : Organization/ca-csd-example-organization
display : Northern Health Authority
participatingOrganization
reference : Organization/ca-csd-example-organization-2
display : National Health System
code
coding
system : http://example.org/organization-affiliation-type
code : collaborator
display : Collaborator
text : Collaborator
location
reference : Location/ca-csd-example-location
display : Northern Health Clinic
healthcareService
reference : HealthcareService/ca-csd-example-healthcare-service
display : Primary Care Service
telecom
system : phone
value : +1-555-123-4567
use : work
telecom
system : email
value : contact@northernhealthclinic.example.org
use : work
endpoint
reference : Endpoint/ca-csd-example-endpoint
display : Primary Care Service Endpoint
<OrganizationAffiliation xmlns="http://hl7.org/fhir">
<id value="ca-csd-example-organizationAffiliation" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-OrganizationAffiliation" />
</meta>
<active value="true" />
<period>
<start value="2023-01-01" />
<end value="2024-12-31" />
</period>
<organization>
<reference value="Organization/ca-csd-example-organization" />
<display value="Northern Health Authority" />
</organization>
<participatingOrganization>
<reference value="Organization/ca-csd-example-organization-2" />
<display value="National Health System" />
</participatingOrganization>
<code>
<coding>
<system value="http://example.org/organization-affiliation-type" />
<code value="collaborator" />
<display value="Collaborator" />
</coding>
<text value="Collaborator" />
</code>
<location>
<reference value="Location/ca-csd-example-location" />
<display value="Northern Health Clinic" />
</location>
<healthcareService>
<reference value="HealthcareService/ca-csd-example-healthcare-service" />
<display value="Primary Care Service" />
</healthcareService>
<telecom>
<system value="phone" />
<value value="+1-555-123-4567" />
<use value="work" />
</telecom>
<telecom>
<system value="email" />
<value value="contact@northernhealthclinic.example.org" />
<use value="work" />
</telecom>
<endpoint>
<reference value="Endpoint/ca-csd-example-endpoint" />
<display value="Primary Care Service Endpoint" />
</endpoint>
</OrganizationAffiliation>
{
"resourceType": "OrganizationAffiliation",
"id": "ca-csd-example-organizationAffiliation",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-OrganizationAffiliation"
]
},
"active": true,
"period": {
"start": "2023-01-01",
"end": "2024-12-31"
},
"organization": {
"reference": "Organization/ca-csd-example-organization",
"display": "Northern Health Authority"
},
"participatingOrganization": {
"reference": "Organization/ca-csd-example-organization-2",
"display": "National Health System"
},
"code": [
{
"coding": [
{
"system": "http://example.org/organization-affiliation-type",
"code": "collaborator",
"display": "Collaborator"
}
],
"text": "Collaborator"
}
],
"location": [
{
"reference": "Location/ca-csd-example-location",
"display": "Northern Health Clinic"
}
],
"healthcareService": [
{
"reference": "HealthcareService/ca-csd-example-healthcare-service",
"display": "Primary Care Service"
}
],
"telecom": [
{
"system": "phone",
"value": "+1-555-123-4567",
"use": "work"
},
{
"system": "email",
"value": "contact@northernhealthclinic.example.org",
"use": "work"
}
],
"endpoint": [
{
"reference": "Endpoint/ca-csd-example-endpoint",
"display": "Primary Care Service Endpoint"
}
]
}

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