FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | OrganizationAffiliation |
| Id | OrganizationAffiliation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}