FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeOrganizationAffiliation
IdOrganizationAffiliation-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}