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 / Solution | Create | Read | Update | Search |
|---|---|---|---|---|
| GEHRIMED | - | - | - | - |
| myAvatar | - | Yes | - | Yes |
| myEvolv | - | - | - | - |
| myUnity | - | - | - | - |
| TheraOffice | - | - | - | - |
Search
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
| Name | Type | Description |
|---|---|---|
| date | date | The period during which the participatingOrganization is affiliated with the primary organization |
| endpoint | reference | Technical endpoints providing access to services operated for this role |
| 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 |
| primary-organizaton | 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 |
Search Examples
The POST method is recommended as it keeps health information out of the URL.
- Production
- Preview
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"
Search by Date
curl -X POST https://fhirtest.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://fhirtest.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"