Demo application for the Eligible API. This is what a simple practice management application might look like, with the emphasis on being able to quickly check what services 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.