""" (c) 2019 EDI Parser Toolkit, Health Information Privacy Lab, Vanderbilt University Medical Center Steve L. Nyemba Khanhly Nguyen 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 Usage : Commandline : python xreader.py --parse claims|remits --config Embedded : """ # from healthcareio import analytics # from healthcareio import server # from healthcareio import export import healthcareio.x12 as x12 import healthcareio.params as params # from healthcareio import server