diff --git a/README.md b/README.md index 5ba8eeb..33a34dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## About Parse-Edi -This parser is an Electronic Data Interchange (EDI) parser developed at Vanderbilt University Medical Center as such for now it will only parse 835 and 837 documents given a configuration. +**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 process and parse healthcare x12 837 (claims) and x12 835 (remittances) into human readable JSON format. The claims/outpout can be forwarded to a NoSQL Data store like couchdb and mongodb @@ -47,7 +47,10 @@ Use **parse-edi** within your code base as a library and handle storing data in ## Credits -* Steve L. Nyemba + * Khanhly Nguyen +* Gaylon Stanley +* Cheng Gao +* Steve L. Nyemba