Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 2.5 KB

README.md

File metadata and controls

76 lines (61 loc) · 2.5 KB

Ediapi

Opensource Healthcare Codeset API

APIDemo

Open Issues Total project size Is currently maintained

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!

Usage

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

Process

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.

Background

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.

⚠️ I do not work on this full time so it will not always be up to date. The updates to the codesets are made by either cron jobs (depending on when the codesets are released) or via manual updates which I do w/ my free time.

Thanks!