petermueller / health_traxx

Medical procedure reimbursement tracking demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HealthTraxx

Tracks fictional healthcare payors' reimbursement amounts for different procedures.

Requirements

  • 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

Installation

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.

Starting the app

Assuming you have Elixir...

  1. mix deps.get
  2. mix ecto.setup
  3. mix run --no-halt (ctrl-c twice, or ctrl-\ to quit)

About

Medical procedure reimbursement tracking demo app


Languages

Language:Elixir 100.0%