Provider Search Criteria Input

Criteria used to search for healthcare providers.
JSON Example
1{
2  "providerSearchCriteria": {
3    "providerName": "Jane Doe",
4    "specialties": [
5      "Pediatrics"
6    ],
7    "subSpecialties": [
8      "Neonatology"
9    ],
10    "planTypes": [
11      "HMO",
12      "PPO"
13    ],
14    "acceptingNewPatients": true,
15    "languagesSpoken": [
16      "Spanish"
17    ],
18    "providerGender": "Female",
19    "licenseJurisdictionState": "CA",
20    "nationalProviderIdentifier": "1234567890",
21    "providerType": "MD"
22  }
23}
Properties
Property Name Type Description Required
providerName String The name of the healthcare provider. Optional
specialties Array of Strings A list of the provider's medical specialties. Optional
subSpecialties Array of Strings A list of the provider's medical sub-specialties. Optional
planTypes Array of Strings The type of insurance plan accepted by the provider. Optional
acceptingNewPatients Boolean Indicates whether the provider is currently accepting new patients. Optional
languagesSpoken Array of Strings A list of languages the provider can speak. Optional
providerGender String The gender of the healthcare provider. Optional
licenseJurisdictionState String The state where the provider's license is registered. Optional
licenseJurisdictionCountry String The country where the provider's license is registered. Optional
licenseJurisdictionRegion String The region where the provider's license is registered. Optional
nationalProviderIdentifier String The provider's National Provider Identifier (NPI). Optional
providerType String The type of healthcare provider (e.g., MD, DO, NP). Optional
additionalSearchCriteria Object Any additional key-value pairs for specific search fields. Optional