|
@@ -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>
|
|
|
|
|
|
|
|
|