diff --git a/README.md b/README.md index f8f2f71..afe930b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ **parse-edi** is an Electronic Data Interchange (EDI) parser developed at Vanderbilt University Medical Center during Khanhly Nguyen's summer internship 2019. Built in a healthcare setting, the parser focuses (for now) on x12 claims (837) and remittances (835) This code is intended to extract x12 837 and 835 and format them into portable and human readable format (JSON). This allows the claims to be stored in document data stores such as Mongodb, couchdb or databases that have support for JSON like PostgreSQL -We wrote this toolkit to be used in both command like or as a library in your code + +We wrote this frame to be used in both command line or as a library within in your code. The framework is driven by configurations that derviced from X12 standards. + + ## Installation