OrganizationAffiliation
Defines an affiliation/assotiation/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/OrganizationAffiliation| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/OrganizationAffiliation/[id] |
| Vread | GET | /fhir/R5/OrganizationAffiliation/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/OrganizationAffiliation/[id] |
| Patch | PATCH | /fhir/R5/OrganizationAffiliation/[id] |
| Delete | DELETE | /fhir/R5/OrganizationAffiliation/[id] |
| Create | POST | /fhir/R5/OrganizationAffiliation |
| Search | GET | /fhir/R5/OrganizationAffiliation?... |
| History | GET | /fhir/R5/OrganizationAffiliation/[id]/_history |
| Type-history | GET | /fhir/R5/OrganizationAffiliation/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | Business identifiers that are specific to this role |
active | boolean | 0..1 | Whether this organization affiliation record is in active use |
period | Period | 0..1 | The period during which the participatingOrganization is affiliated with the primary organization |
organization | Reference | 0..1 | Organization where the role is available |
participatingOrganization | Reference | 0..1 | Organization that provides/performs the role (e.g. providing services or is a member of) |
network | Reference | 0..* | The network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined) |
code | CodeableConcept | 0..* | Definition of the role the participatingOrganization plays |
specialty | CodeableConcept | 0..* | Specific specialty of the participatingOrganization in the context of the role |
location | Reference | 0..* | The location(s) at which the role occurs |
healthcareService | Reference | 0..* | Healthcare services provided through the role |
contact | ExtendedContactDetail | 0..* | Official contact details at the participatingOrganization relevant to this Affiliation |
endpoint | Reference | 0..* | Technical endpoints providing access to services operated for this role |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
active | token | Whether this organization affiliation record is in active use |
date | date | The period during which the participatingOrganization is affiliated with the primary organization |
email | token | A value in an email contact |
endpoint | reference | Technical endpoints providing access to services operated for this role |
identifier | token | An organization affiliation's Identifier |
location | reference | The location(s) at which the role occurs |
network | reference | Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined) |
participating-organization | reference | The organization that provides services to the primary organization |
phone | token | A value in a phone contact |
primary-organization | reference | The organization that receives the services from the participating organization |
role | token | Definition of the role the participatingOrganization plays |
service | reference | Healthcare services provided through the role |
specialty | token | Specific specialty of the participatingOrganization in the context of the role |
telecom | token | The value in any kind of contact |
Reference
- Official FHIR R5 spec:
OrganizationAffiliation - Maturity: Trial Use 1 (FMM 1).