From 4701d2cfc65b7f4a333fc4550b16e9445ff5c468 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 7 Nov 2019 01:50:55 -0600 Subject: [PATCH] more documentation --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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