Get Resources Output

The response body containing the results of the resource search.
JSON Example
1{
2  "matchingProviders": [
3    {
4      "acceptedInsurancePlans": [
5        "Any Plan"
6      ],
7      "acceptingNewPatients": true,
8      "additionalDetails": {},
9      "certifications": [],
10      "educationLevel": "high",
11      "facilityAddress": {
12        "addressText": "address",
13        "city": "<city acronym>",
14        "state": "<state acronym>",
15        "postalCode": "123456",
16        "country": "<country acronym>",
17        "latitude": 22.2222,
18        "longitude": -33.3333
19      },
20      "facilityName": "Any Hospital",
21      "facilityPhone": "111-111-1111",
22      "gender": "male",
23      "languagesSpoken": [],
24      "licenseCountries": [],
25      "licenseRegions": [],
26      "licenseStates": [],
27      "licenseStatuses": [],
28      "licenses": [],
29      "nationalProviderIdentifier": "0123456789",
30      "photoUrl": "/services/images/photo/001SB00000sb6aid",
31      "providerId": "<provider_Id>",
32      "providerName": "Dr. John Dae",
33      "providerType": "Medical Doctor",
34      "sourceSystem": "cerner",
35      "specialties": [],
36      "subSpecialties": []
37    }
38  ]
39}
Properties
Property Name Type Description Required
providerSearchResults Provider Search Result A list of healthcare providers or practitioners who match the search criteria. Required
assetSearchResults Asset Search Result A list of available assets or resources (e.g., medical equipment, examination rooms) that match the search criteria. Required
errors Array of Objects An array of errors that were found, if any. Optional