Eligibility 1.0

The Eligibility 1.0 service allows you to query the Healthx eligibility data on behalf of a user. It requires a valid OAuth Access Token, and a service ID to a service to which the user whom you are accessing the service on behalf of is subscribed. 

The available eligibility methods are listed below.

On behalf of a member

get - Get a single eligibility record for the logged-in user.
getFamily - Get a family's eligibility record for the logged in user and all dependents that user is authorized to view.
GetScheduleOfBenefits - Get a benefit schedule based on a payor organization ID and benefit plan (typically obtained by an eligibility request) as well as a service request.
MemberIDCardLink - Post eligibility data to appear as a MemberID Card.

On behalf of a provider

provider/search/id - Search for a member by member ID.
provider/search/group - Search for a member by group number.

On behalf of an administrator

admin/getById - Get a single eligibility record based on an eligibility ID.
admin/getDepById - Get a single dependent's eligibility record based on a dependent eligibility ID.
admin/search/id - Search for an eligibility record by Member ID or SSN.
admin/search/group - Search for an eligibility record by group number.
admin/search/name - Search for an eligibility record by member Name
admin/idcardlink - Get a RedCard ID card link based on an eligibility ID.
admin/family - Get all the eligibility records in the family, based on the eligibility ID of the member or any dependent.