瀏覽代碼

more documentation

Steve Nyemba 5 年之前
父節點
當前提交
4701d2cfc6
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -1,6 +1,6 @@
 ## About Parse-Edi
 ## 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.
 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
 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
 ## Credits
 
 
-* Steve L. Nyemba <steve.l.nyemba@vanderbilt.edu>
+
 * Khanhly Nguyen <khanhly.t.nguyen@gmail.com>
 * Khanhly Nguyen <khanhly.t.nguyen@gmail.com>
+* Gaylon Stanley <gaylon.stanley@vanderbilt.edu>
+* Cheng Gao <cheng.gao@vanderbilt.edu>
+* Steve L. Nyemba <steve.l.nyemba@vanderbilt.edu>