From 85f348f39ef9d2dda5c9cf2113a36b13352961f4 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Thu, 8 Mar 2018 08:04:58 -0800 Subject: [PATCH] x12-parser (#5) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 834681f..180b319 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ List of EDI Github Resources. PRs Welcome! - [mantle-edi](https://github.com/moqui/mantle-edi) - Mantle EDI Integrations http://www.moqui.org/mantle.html - [pyx12](https://github.com/azoner/pyx12) - (Python) HIPAA X12 document validator and converter - [StupidEdi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions. +- [x12-parser](https://github.com/imsweb/x12-parser) - A Java parser for ANSI ASC X12 documents. ## Systems or Paid Services - [Bots](https://github.com/bots-edi/bots) - Bots EDI Translator @@ -32,3 +33,4 @@ List of EDI Github Resources. PRs Welcome! - [SDK](https://github.com/EdiFabric/Sdk/tree/master/Hipaa/Rules) - C# Examples of Benefit Enrollment (834) and Claim Payments (837). - [EDI-X12](https://github.com/dipique/EDI-X12) - Rough process for generating EDI X12 834 and 837 files from a CSV file. Structured in a way that allows easy transition to other data sources. +