DFT Ballot - 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-OrganizationAffiliation
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" } ] }