From 8a66e70df0103a4fdb212d9ba7b80f178d9fe6a9 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Wed, 7 Mar 2018 14:44:19 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6791f6..adb3f09 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Unofficial List of EDI Github Resources ## Examples - [Mulesoft purchase order walkthrough](https://github.com/mulesoft/mulesoft-docs/blob/master/anypoint-b2b/v/latest/ftps-and-edi-x12-purchase-order-walkthrough.adoc) - [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) PHP examples of writing EDI from scratch. -- [SDK](https://github.com/EdiFabric/Sdk/tree/master/Hipaa/Edi) - C# Examples of Benefit Enrollment and Claim payments. +- [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. PRs Welcome!