v1
latestOpenAPI 3.1.02026-07-1444650.0 KBEstimate coverage and costs for outpatient Mental Health
Request body
Member’s date of birth provided in yyyy-mm-dd format
Service Provider’s 10-character NPI
Patient's next appointment date in yyyy-mm-dd format
Patient's id
Unique external payer ID associated with the insurer
Member’s unique insurance ID, as printed on the insurance card
Member’s first name; as printed on the insurance card. Recommended to add.
Member’s last name; as printed on the insurance card. Recommended to add.
Total cost of the session, in cents
True for in-network and false for out-of-network coverage check
CPT (Current Procedural Terminology) code for UCR estimation
If true, return the list of OneVerify alerts
Use with_alerts instead
An identifier for the office or location being visited.
Service provider's street address
Service provider's street address
Service provider's city
Service provider's state
Service provider's zip code
Service provider's first name
Service provider's last name
Example request
{
"cpt_code": "90834"
}Response
Successful Response
Alerts for OneVerify Reports
Payer ID used to verify benefits
The name of the member’s insurance plan
The group name of the member’s insurance plan
The group id of the member's insurance plan
The date the member’s plan was activated
The date the member’s plan expires
The date when the member lost coverage; only applicable for inactive plans
Percentage of the session charge for which the member is responsible
Amount that must be collected from the member regardless of deductible status, in cents
Total deductible of the member's plan, in cents
Amount remaining in the member's deductible, in cents
Total out-of-pocket maximum of the member’s plan, in cents
Amount remaining in the member's out-of-pocket maximum before insurance waives member responsibility, in cents
Estimated cost to the member for the next session, in cents
Estimated cost to the payer for the next session, in cents
The member’s relation to the subscriber of the plan (e.g. self, spouse, child, etc.)
Indicates if the member has Qualified Medicare Beneficiary (QMB) status
Indicates if the policy belongs to a Bluecard member
Total amount of visits
Estimated cost to the member, before the deductible is met, in cents
Estimated cost to the payer, before the deductible is met, in cents
Estimated cost to the member, after the deductible is met, in cents
Estimated cost to the payer, after the deductible is met, in cents
Estimated number of sessions before the member’s deductible is met
Estimated cost to the member, after the out-of-pocket maximum is met, in cents
Estimated cost to the payer, after the out-of-pocket maximum is met, in cents
Estimated number of sessions before the member’s out-of-pocket maximum is met
Deprecated, use third_party_administrator instead
<b>Beta:</b> Indicates if the plan is resetting soon
Example response
{
"payer_id": "60054",
"plan_name": "PLAN",
"group_name": "GROUP",
"plan_begin_date": "2021-01-01",
"plan_end_date": "2022-01-01",
"coinsurance": 20,
"deductible": 100000,
"remaining_deductible": 100000,
"oop_max": 200000,
"remaining_oop_max": 200000,
"member_obligation": 10000,
"pre_deductible_member_obligation": 3000,
"post_deductible_member_obligation": 2000,
"post_deductible_payer_obligation": 1000,
"remaining_sessions_before_deductible": 10,
"post_oop_max_payer_obligation": 3000,
"remaining_sessions_before_oop_max": 20
}