Provider Directory API

Plan-Net OrganizationAffiliation

The OrganizationAffiliation resource profile describes relationships between two or more organizations. These services include: the services one organization provides to another, the location(s) where they provide services, the availability of those services, electronic endpoints, etc.

The OrganizationAffiliation structure is derived from the FHIR R4 OrganizationAffiliation resource. The OrganizationAffiliation resource defines an affiliation/association/relationship between two distinct organizations.

This structure refers to the following:

  • Structures
    • plannet-Organization
    • plannet-Network
    • plannet-Location
    • plannet-HealthcareService
    • plannet-Endpoint
  • Extension
    • qualification

Constraint

Constraint for path OrganizationAffiliation
ID Details
organization-or-participatingOrganization PlannetOrganizationAffiliation.organization or PlannetOrganizationAffiliation.participatingOrganization organization.exists() or participatingOrganization.exists()

Anticipated Queries

Use Postman to test Opala’s Provider Directory API by querying the API and returning the results. Opala’s Collection is a group of API requests that are already saved in the Postman app and arranged in folders. Within each folder are pre-defined requests that you can run as-is or modify to fit your own needs.

Contact us to request a copy of the Postman collection for the Provider Directory API.

Search OrganizationAffiliation

Retrieve all OrganizationAffiliation resources.

GET {{baseurl}}/OrganizationAffiliation

Search by Role

Select OrganizationAffiliations that are part of the specified role.

GET {{baseurl}}/OrganizationAffiliation?role=[role]

Search by Identifier

Select OrganizationAffiliations with a specific identifier.

GET {{baseurl}}/OrganizationAffiliation?identifier=[identifier]

Examples

More Information about the Plan-Net OrganizationAffiliation profile