{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_auth.subpackage_auth/default subpackage_pre-encounter.subpackage_pre-encounter/eligibilityChecks.subpackage_pre-encounter/eligibilityChecks/v1 API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_pre-encounter.subpackage_pre-encounter/eligibilityChecks.subpackage_pre-encounter/eligibilityChecks/v1", "type": "folder" }, "items": [ { "info": { "name": "Post", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/eligibility-checks/v1", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends real-time eligibility checks to payers through Stedi." }, { "info": { "name": "Batch", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/eligibility-checks/v1/batch", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a batch of eligibility checks to payers through Stedi." }, { "info": { "name": "Poll Batch", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/eligibility-checks/v1/batch/:batch_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "batch_id", "value": "", "type": "path" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Polls the status of a batch eligibility check." }, { "info": { "name": "Payer Search", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/eligibility-checks/v1/payer/search", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query" } ] }, "docs": "Searches for payers that match the query parameters." }, { "info": { "name": "Recommendation", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/eligibility-checks/v1/recommendation", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "filters", "value": "", "type": "query" } ] }, "docs": "Gets recommendation for eligibility checks based on filters. This endpoint will retrieve all the latest eligibility recommendations for each \neligibility recommendation type for the given filters. If you want to get a specific recommendation type, you can use the `type` query parameter." }, { "info": { "name": "Create Recommendation", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/eligibility-checks/v1/recommendation", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an eligibiilty recommendation based on the request." }, { "info": { "name": "Vote Recommendation", "type": "http" }, "http": { "method": "PUT", "url": "https://pre-api.joincandidhealth.com/eligibility-checks/v1/recommendation/:recommendation_id/:version/vote", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "recommendation_id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit user feedback on an eligibility recommendation. The path must contain the next version number to prevent race conditions. For example, if the current version of the recommendation is n, you will need to send a request to this endpoint with `/{recommendation_id}/{n+1}/vote` to update the vote." }, { "info": { "name": "Get Multi", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/eligibility-checks/v1/get-multi/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "page_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "subscriber_member_id", "value": "", "type": "query" }, { "name": "payer_id", "value": "", "type": "query" }, { "name": "provider_npi", "value": "", "type": "query" }, { "name": "date_of_service", "value": "", "type": "query" }, { "name": "initiated_at_min", "value": "", "type": "query" }, { "name": "initiated_at_max", "value": "", "type": "query" } ] }, "docs": "Get Multi" } ] } ], "bundled": true }