Dev Center
Search this site
Getting Started
Before You Start
Sign Up
Cloud Samples
Python / Google App Engine
Traditional Samples
Windows Powershell and .NET
Developer Reference
API Reference
Data APIs
Authorization
Eligibility
Health Risk Assessment Q&A
Laboratory Claims
Medical Claims
PBM Claims
Provider Directory
Real Time Data
System APIs
Branding
Communications
Messaging
User
Updates
Release Notes
Other Integration Options
Outbound Data Spec
Claims/Elig Views
SSO Inbound
SSO Outbound
Redirect Frame Resizing
Sample App Gallery
Files
Developer Services
>
Eligibility 1.0
>
Get
Get eligibility allows you to pass in an OAuth token for a given user and return a complete
eligibility record
in XML format.
Request URL
http://preview.healthx.com/API/EligibilityV1/Get
Parameters
No parameters necessary! Just gets the eligibility record for the logged in user.
Return Sample
<EligibilityRecord>
<Accumulators i:nil="true"/>
<AddDateTime>2009-01-19T11:18:17.18</AddDateTime>
<Addr2 i:nil="true"/>
<Address>6861 34th St.</Address>
<Age>57</Age>
<.../>
<TTLDep>4</TTLDep>
<ToDt i:nil="true"/>
<Zip>55333 </Zip>
</EligibilityRecord>
Comments