Common Search Criteria Input

Search filters that apply to both provider and asset searches.
JSON Example
1{
2  "commonSearchCriteria": {
3    "facilityName": "City General Hospital",
4    "facilityAddress": {
5      "text": "123 Main St, Anytown, CA 90210, USA",
6      "line": [
7        "123 Main St",
8        "Suite 100"
9      ],
10      "city": "Anytown",
11      "district": "Any County",
12      "state": "CA",
13      "postalCode": "90210",
14      "country": "USA",
15      "latitude": 34.0522,
16      "longitude": -118.2437
17    },
18    "radius": 25,
19    "distanceUnit": "kilometers"
20  }
21}
Properties
Property Name Type Description Required
facilityName String The name of the facility. Optional
facilityAddress Object Detailed address information for the facility. See Address Input. Optional
radius Integer The search radius around the specified longitude and latitude. Minimum value is 0, maximum is 100. Optional
distanceUnit String The unit of measurement for the search radius. Valid values are miles or kilometers. Optional