From cc20914cd27d229deb54b78e9e4fa1f7eb0fb62f Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Wed, 24 Apr 2019 16:10:43 -0700 Subject: [PATCH] Add EDI as API (#40) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14d79bb..ea03a47 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ List of EDI Github Resources. PRs Welcome! - [T-Connect](https://www.tallan.com/products/t-connect-edi-management/t-connect-edi-management-suite/) - T-Connect is a HIPAA-focused EDI management platform designed to accelerate claim and payment processing, improve first-pass adjudication rates and provide end-to-end visibility into the lifecycle of your data. - [BerryWorksSoftware/edireader](https://github.com/BerryWorksSoftware/edireader) - EDIReader is a Java package for parsing business documents structured according to EDI standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser. - [EDIdEv](http://www.edidev.com) - The EDIdEv Framework EDI (FREDI) solution is comprised of an EDI tool and a customizable EDI application. +- [EdiFabric/EDI-API-SDKs](https://github.com/EdiFabric/EDI-API-SDKs) - Code in the language you know to programmatically manipulate EDI files. ## Examples - [Edipique/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. - [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) - PHP examples of writing EDI from scratch.