Skip to main content
GET
/
api
/
2.0
/
patient_insurances
/
{id}
/
eligibility_full_report
Get Eligibility Full Report
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/patient_insurances/{id}/eligibility_full_report/ \
  --header 'Authorization: Bearer <token>'
{
  "benefits": {
    "coinsurance": [
      {}
    ],
    "copay": [
      {}
    ],
    "deductible": [
      {}
    ],
    "limitations": [
      {}
    ],
    "out_of_pocket": [
      {}
    ]
  },
  "eligibility_check_timestamp": "2023-11-07T05:31:56Z",
  "eligibility_provider": {
    "first_name": "<string>",
    "last_name": "<string>",
    "npi": "<string>",
    "organization_name": "<string>"
  },
  "patient_id": 123,
  "patient_insurance_id": 123,
  "plan_details": {
    "carrier": "<string>",
    "end_date": "2023-12-25",
    "group_name": "<string>",
    "group_number": "<string>",
    "insurance_type": "<string>",
    "member_id": "<string>",
    "plan_name": "<string>",
    "plan_number": "<string>",
    "policy_name": "<string>",
    "policy_number": "<string>",
    "provider": {
      "first_name": "<string>",
      "last_name": "<string>",
      "npi": "<string>",
      "organization_name": "<string>"
    },
    "start_date": "2023-12-25"
  },
  "practice_id": 123,
  "service_type_code": "<string>",
  "subscriber": {
    "address": {
      "address_1": "<string>",
      "address_2": "<string>",
      "city": "<string>",
      "postal_code": "<string>",
      "state": "<string>"
    },
    "first_name": "<string>",
    "last_name": "<string>",
    "member_id": "<string>",
    "middle_name": "<string>",
    "name": "<string>",
    "sex_at_birth": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer
required

The id of the patient insurance

Response

200 - application/json
benefits
object
eligibility_check_timestamp
string<date-time>

Eligibility check timestamp in ISO format.

eligibility_provider
object
patient_id
integer

Patient's id in Elation system.

patient_insurance_id
integer

Patient's insurance id in Elation system.

plan_details
object
practice_id
integer

Practice's id in Elation system.

service_type_code
string
subscriber
object