Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Provider Search

Search for Healthcare providers and accounts based on a free-text input, either from internal Salesforce data or an external system. This API returns account information, including healthcare providers and matching contact point addresses.
Resource
1/connect/life-sciences/commercial/provider-search
Resource Example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/life-sciences/commercial/provider-search?externalSearch=true
Available version
65.0
HTTP methods
POST
Query parameters for POST
Parameter Name Type Description Required or Optional
external​Search Boolean Indicates whether to perform the search on an external system (true) or not (false. By default, this value is set to false and an internal search is performed. Optional
Request body for POST
1{
2  "searchInput": "Acme.Corp Dermatology",
3  "countryCodes": [
4    "US",
5    "IN"
6  ]
7}
Name Type Description Required
search​Input String Free-text input to search for accounts. Required
country​Codes List<String> List of country codes to restrict the search to. Required
Response body for POST
Provider Search Output