Tracks fictional healthcare payors' reimbursement amounts for different procedures.
- poll rate is configurable per procedure
- all 3 payors are polled at the same time for a given procedure
- skip payors that don't reimburse for that procedure
- a record per time interval
- when the values were scraped
- amount for the payors
If available in Hex, the package can be installed
by adding health_traxx
to your list of dependencies in mix.exs
:
def deps do
[
{:health_traxx, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/health_traxx.
Assuming you have Elixir...
mix deps.get
mix ecto.setup
mix run --no-halt
(ctrl-c
twice, orctrl-\
to quit)