mirror of
https://github.com/michaelachrisco/Electronic-Interchange-Github-Resources
synced 2024-10-31 00:03:19 -07:00
Add in specific examples from SDK project
This commit is contained in:
parent
ca7ada6b65
commit
a96032909e
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -19,16 +19,17 @@ Unofficial List of EDI Github Resources
|
||||||
|
|
||||||
## Systems or Paid Services
|
## Systems or Paid Services
|
||||||
- [Bots](https://github.com/bots-edi/bots) - Bots EDI Translator
|
- [Bots](https://github.com/bots-edi/bots) - Bots EDI Translator
|
||||||
- [BizTalk](https://github.com/MicrosoftDocs/biztalk-docs) Microsoft Biztalk
|
- [BizTalk](https://github.com/MicrosoftDocs/biztalk-docs) - Microsoft Biztalk
|
||||||
- [MuleSoft](https://github.com/mulesoft/mulesoft-docs)
|
- [MuleSoft](https://github.com/mulesoft/mulesoft-docs) - Main MuleSoft documentation repository
|
||||||
|
- [SDK](https://github.com/EdiFabric/Sdk) - Dynamically read, manipulate and write EDI files. From EDIFabric.
|
||||||
- [EDI Editor](https://www.tallan.com/products/t-connect-edi-management/x12-studio-tool-box/) - EDI editor
|
- [EDI Editor](https://www.tallan.com/products/t-connect-edi-management/x12-studio-tool-box/) - EDI editor
|
||||||
- [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.
|
- [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.
|
||||||
|
|
||||||
## Examples
|
## 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)
|
- [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.
|
- [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) PHP examples of writing EDI from scratch.
|
||||||
- [SDK](https://github.com/EdiFabric/Sdk) Dynamically read, manipulate and write EDI files. From EDIFabric.
|
- [SDK](https://github.com/EdiFabric/Sdk/tree/master/Hipaa/Edi) - C# Examples of Benefit Enrollment and Claim payments.
|
||||||
- [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.
|
- [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!
|
PRs Welcome!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue