Get payor detection run
Payor Detection
Get payor detection run
GET
Get payor detection run
Poll this endpoint untilDocumentation Index
Fetch the complete documentation index at: https://docs.silnahealth.com/llms.txt
Use this file to discover all available pages before exploring further.
status is COMPLETE, then inspect the payor_detections array for individual results.
While the run is IN_PROGRESS, the payor_detections array will be empty.
The response includes summary counts to help you quickly assess results:
coverages_found— Number of detections with confirmed coverage (confidence_level=COVERAGE_FOUND)potential_coverages— Number of detections that may need manual review (confidence_level=POTENTIAL_COVERAGE)total— Total number of detections in the run
payor_detections includes a confidence_level and status that together tell you whether coverage
was confirmed, potential, or not found. See the Payor Detection Overview
for detailed explanations of each status and confidence level.
When a detection shows COVERAGE_FOUND, you can use the detected_payor_entity_id and member_number to create a patient plan
via the Create Patient Plan API.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
The ID of the payor detection run
The status of the payor detection run
Available options:
IN_PROGRESS, COMPLETE Number of detections with COVERAGE_FOUND confidence level
Number of detections with POTENTIAL_COVERAGE confidence level
Total number of payor detections in this run
When this run was created
The individual payor detection results