Demo application for the Eligible API.
Eligible powers healthcare applications to get instant answers about what services are covered for their patients.
This is what a simple application built for a provider might look like, with an emphasis on being able to quickly check what services (including chiropractic, massage therapy, physican office visit, emergency room, etc) are covered for a patient using the Eligible API.
- Clone this repository
cd eligible-demo
bundle install
rails s
- Navigate to http://localhost:3000
This particular project uses MongoDB and the mongoid gem, so you'll need to have those running. Feel free to fork for the data store of your choice.
From the dashboard, enter your API key from Eligible and NPI information. You can then add patients and perform eligibility checks.
There is also a read-only live demo available here.