Autofill demo app using ediapi
- Run Locally w/ customziations or use the public api .
- HCPCS and NDC Code sets currently supported.
- Add Ediapi to your existing software to validate x12 or HL7 transactions.
- Highly Customizable to fit different use cases: from large file-based x12 processing engines to small online widgets (ex: autofill search).
- API provides Code, Description, Dates, and more for codes or parameters specified. Great for newcomers into the healthcare field!
npm install
# Copy the config file and update it's values with your mongodb url
cp example-env .env
# This will load all the codesets listed in codesetLoader.js
npm run update-codes
# This will start the API Server
npm start
System Parts | Technology Used |
---|---|
Server | Heroku |
Database | MongoDB |
Backend | Javascript |
Ediapi is an api built around Healthcare Codes. It scrapes CMS and other healthcare websites, pulls and formats their codeset spreadsheets and provides this data via an easy to use api.
I want to make an easy to use frontend and api for healthcare codesets so that people can easily make projects or improve their existing ones.
Thanks!