Eligibility & Benefit Verification API

The Eligibility & Benefit Verification API is used to verify the patient's active insurance status and retrieve their benefit information. It checks if the patient is eligible for coverage, provides detailed insurance information, and calculates the patient’s responsibility for the procedure or treatment, such as co-pays or deductibles.

Endpoint

POST /api/v1/eligibility/verify

Input Parameters

  • Insurance & plan name: The name of the patient's insurance provider and their specific plan.
  • HCPCS/CPT code: The code for the medical procedure or service.
  • Prescription details: Information about the prescribed medication or treatment.
  • Patient Member ID: The patient’s unique identification number provided by the insurance company.

API Response

The response provides details about whether the patient’s insurance is active, along with coverage and benefit information such as co-pays, co-insurance, and coverage limits. It also includes the patient's responsibility for any out-of-pocket costs.

Example Request


{
  "insurance": "Aetna",
  "plan": "Gold",
  "hcpcs_code": "J1885",
  "prescription": "XYZ medication",
  "member_id": "P1234567"
}

Example Response


{
  "insurance": "Aetna",
  "plan": "Gold",
  "hcpcs_code": "J1885",
  "prescription": "XYZ medication",
  "member_id": "P1234567"
}

Response Codes

Code Meaning
200 Successfully retrieved eligibility and benefit information
400 Missing or invalid data in request
401 Unauthorized – Invalid or missing API Key
404 Patient record or insurance not found
500 Internal server error

More APIs Coming Soon

Be the first to know when new APIs launch
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Ready to streamline your workflow?
Try our APIs in the Sandbox!

Try RISA APIs in Sandbox