version.py 605 B

1234567891011121314151617
  1. __author__ = 'The Phi Technology LLC'
  2. __version__ = '1.0'
  3. __license__ = """
  4. (c) 2019 EDI Parser Toolkit,
  5. Health Information Privacy Lab, Vanderbilt University Medical Center & The Phi Technology
  6. Steve L. Nyemba <steve.l.nyemba@vumc.org>
  7. Khanhly Nguyen <khanhly.t.nguyen@gmail.com>
  8. This code is intended to process and parse healthcare x12 837 (claims) and x12 835 (remittances) into human readable JSON format.
  9. The claims/outpout can be forwarded to a NoSQL Data store like couchdb and mongodb
  10. Usage :
  11. Commandline :
  12. python xreader.py --parse claims|remits --config <path>
  13. Embedded :
  14. """