/IPPS-Parser

Elixir library for parsing Inpatient Prospective Payment System Provider Summary JSON

Primary LanguageElixir

IPPS Parser

Elixir library for parsing data from the Inpatient Prospective Payment System (IPPS) Provider Summary.

Installation

If available in Hex, the package can be installed as:

  1. Add ipps_parser to your list of dependencies in mix.exs:

    def deps do [{:ipps_parser, "~> 0.0.2"}] end

  2. Ensure ipps_parser is started before your application:

    def application do [applications: [:ipps_parser]] end