Search for In-Network Providers
Before using Ribbon's Network Data
See the Network Data Guide to understand how to identify the correct insurance UUID to attach in a search request.
Search for Providers by Insurance UUID
To surface in-network providers, we can use the location_insurance_ids
parameter to filter by the insurance UUID. For example, to search for providers in Cigna Open Access Plus
, we can perform the following API request:
https://api.ribbonhealth.com/v1/custom/providers?location_insurance_ids=ae0b1dd0-7356-41ee-8df4-871a52451eb7&address=Chicago, IL
The structure is very similar to surface in-network facilities/locations - but instead we use the insurance_ids
parameter. To perform a similar search in the Locations Directory, we can perform the following API request:
https://api.ribbonhealth.com/v1/custom/locations?address=Chicago, IL&insurance_ids=ae0b1dd0-7356-41ee-8df4-871a52451eb7
Updated about 1 year ago
Whatβs Next