Skip to main content

OrganizationAffiliation

The OrganizationAffiliation resource "Defines an affiliation/association/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship."

Supported Profiles

The API supports the following FHIR profiles:

Operations

The Certified API OrganizationAffiliation resource supports the following standard operations. However, support varies by the targeted CareRecord or solution.

CareRecord / SolutionCreateReadUpdateSearch
GEHRIMED----
myAvatar-Yes-Yes
myEvolv----
myUnity----
TheraOffice----
info

Not all Netsmart solutions support OrganizationAffiliation search. See supported operations table above and consult your target solution's documentation for more information.

This resource supports standard search parameters in addition to the common parameters.

Standard Parameters

NameTypeDescription
datedateThe period during which the participatingOrganization is affiliated with the primary organization
endpointreferenceTechnical endpoints providing access to services operated for this role
locationreferenceThe location(s) at which the role occurs
networkreferenceHealth insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)
participating-organizationreferenceThe organization that provides services to the primary organization
primary-organizatonreferenceThe organization that receives the services from the participating organization
roletokenDefinition of the role the participatingOrganization plays
servicereferenceHealthcare services provided through the role
specialtytokenSpecific specialty of the participatingOrganization in the context of the role

Search Examples

The POST method is recommended as it keeps health information out of the URL.

Search by Date
curl -X POST https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/OrganizationAffiliation/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "date=ge1996-03-28%20date=le1996-03-30"
Search by Location
curl -X POST https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/OrganizationAffiliation/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "location=Location/123"