added

Provider & Practice Associations API

Upcoming Changes (February 8, 2023)

We plan to introduce two new endpoints to the Practices API. The aim to allow customers to manage association of providers to practice locations and to mark provider's primary locations.

The new endpoints are:

  • /api/v1/org/provider-practice-associations/
  • /api/v1/org/provider-practice-associations/<pk>/

The available actions are:

  1. List all Provider-Practice Associations: GET /api/v1/org/provider-practice-associations/
  2. Create a new Provider-Practice Association: POST /api/v1/org/provider-practice-associations/
  3. Get a specific Provider-Practice Association: GET /api/v1/org/provider-practice-associations/<pk>/
  4. Update a specific Provider-Practice Association: PATCH /api/v1/org/provider-practice-associations/<pk>/
  5. Remove a specific Provider-Practice Association: DELETE /api/v1/org/provider-practice-associations/<pk>/