Search Billable Providers
POST {{baseUrl}}/search_billing_providers/execute
This function will provide the specialty information of a provider at a particular location based on the provider name. It will also specify whether the provider is billing eligible at the particular location.
Request Body
{"provider_name"=>"<string>", "location_name"=>"<string>", "service_date"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"content":[{"provider_type":"\u003cstring\u003e","report_grouper_twelve":"\u003cstring\u003e","provider_id":"\u003cstring\u003e","prov_cred":"\u003cstring\u003e"},{"provider_type":"\u003cstring\u003e","report_grouper_twelve":"\u003cstring\u003e","provider_id":"\u003cstring\u003e","prov_cred":"\u003cstring\u003e"}],"empty":"\u003cboolean\u003e","first":"\u003cboolean\u003e","last":"\u003cboolean\u003e","number":"\u003cnumber\u003e","numberOfElements":"\u003cnumber\u003e","pageable":{"offset":"\u003cnumber\u003e","paged":"\u003cboolean\u003e","unpaged":"\u003cboolean\u003e","pageNumber":"\u003cnumber\u003e","pageSize":"\u003cnumber\u003e","sort":{}},"totalElements":"\u003cnumber\u003e","totalPages":"\u003cnumber\u003e","size":"\u003cnumber\u003e","sort":{}}