List referring providers
Referring Providers
Get Referring Providers
Retrieve referring providers from the EMR system for your organization.
GET
List referring providers
Query Parameters
All parameters are optional and can be combined to filter results:- first_name (string): Filter by first name (case-insensitive, partial match)
- last_name (string): Filter by last name (case-insensitive, partial match)
- phone (string): Filter by phone number (accepts any format, e.g., “7734722936” or “773-472-2936”)
- fax (string): Filter by fax number (accepts any format)
- npi (string): Filter by NPI (exact match)
Example Requests
Get All Referring Providers
Filter by Last Name
Filter by NPI
Filter by Phone
Example Response
Response Fields
Top-Level Fields
- success (boolean): Whether the request was successful
- referring_providers (array): Array of referring provider objects for the organization
Referring Provider Object
- id (string): Cobalt referring provider ID (UUID without dashes)
- ehr_id (string): The referring provider ID as it appears in the EMR system
- name (string): Full name (typically formatted as “LASTNAME,FIRSTNAME”)
- first_name (string): Provider’s first name
- last_name (string): Provider’s last name
- middle_initial (string, nullable): Provider’s middle initial
- speciality (string, nullable): Medical speciality (e.g., “Cardiology”, “Primary Care Doctor”)
- phone (string, nullable): Contact phone number in format XXX-XXX-XXXX
- fax (string, nullable): Fax number in format XXX-XXX-XXXX
- email (string, nullable): Contact email address
- npi (string, nullable): National Provider Identifier
- address_street (string, nullable): Street address
- address_city (string, nullable): City name
- address_state (string, nullable): State abbreviation
- address_zip (string, nullable): ZIP code
Notes
- All referring providers returned are active in the system
- Phone and fax numbers are normalized to XXX-XXX-XXXX format
- Search filters are applied as partial matches (except NPI which is exact)
- Results are ordered by last name, then first name alphabetically
Authorizations
Query Parameters
Filter by first name (case-insensitive, partial match)
Filter by last name (case-insensitive, partial match)
Filter by phone number (accepts any format)
Filter by fax number (accepts any format)
Filter by NPI (exact match)