mirror of
https://github.com/michaelachrisco/Electronic-Interchange-Github-Resources
synced 2024-11-01 00:13:19 -07:00
Alphabetical Links (#22)
This commit is contained in:
parent
d15d921065
commit
035de03c9c
1 changed files with 10 additions and 13 deletions
23
README.md
23
README.md
|
@ -3,11 +3,11 @@ List of EDI Github Resources. PRs Welcome!
|
||||||
|
|
||||||
## Syntax Highlighters
|
## Syntax Highlighters
|
||||||
|
|
||||||
- [michaelachrisco/sublime-834-syntax](https://github.com/michaelachrisco/sublime-834-syntax) - Sublime syntax highlighter for the EDI x12 834 file.
|
|
||||||
- [amandagrice/sublime-x12-highlighting](https://github.com/amandagrice/sublime-x12-highlighting) - Adds syntax highlighting to Sublime for x12 files. Made especially for the healthcare EDI space. (837s, etc.)
|
- [amandagrice/sublime-x12-highlighting](https://github.com/amandagrice/sublime-x12-highlighting) - Adds syntax highlighting to Sublime for x12 files. Made especially for the healthcare EDI space. (837s, etc.)
|
||||||
- [vim-scripts/x12-syntax](https://github.com/vim-scripts/x12-syntax) - A simple syntax highlighter for EDI X12 files. Currently only Healthcare 270/271s are tested.
|
- [michaelachrisco/sublime-834-syntax](https://github.com/michaelachrisco/sublime-834-syntax) - Sublime syntax highlighter for the EDI x12 834 file.
|
||||||
- [Silvenga/vscode-edi-x12-support](https://github.com/Silvenga/vscode-edi-x12-support) - A Visual Studio Code extension aimed at providing basic support for the EDI format.
|
|
||||||
- [Notepad++](https://gist.github.com/bhattisatish/6b5f5c90443a64cef192) - A user-defined language file for highlighting EDI X12.
|
- [Notepad++](https://gist.github.com/bhattisatish/6b5f5c90443a64cef192) - A user-defined language file for highlighting EDI X12.
|
||||||
|
- [Silvenga/vscode-edi-x12-support](https://github.com/Silvenga/vscode-edi-x12-support) - A Visual Studio Code extension aimed at providing basic support for the EDI format.
|
||||||
|
- [vim-scripts/x12-syntax](https://github.com/vim-scripts/x12-syntax) - A simple syntax highlighter for EDI X12 files. Currently only Healthcare 270/271s are tested.
|
||||||
|
|
||||||
## Standalone editors
|
## Standalone editors
|
||||||
- [RKDN/x12Tool](https://github.com/RKDN/x12Tool) - A tool for reading and modifying x12/EDI files.
|
- [RKDN/x12Tool](https://github.com/RKDN/x12Tool) - A tool for reading and modifying x12/EDI files.
|
||||||
|
@ -15,8 +15,8 @@ List of EDI Github Resources. PRs Welcome!
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
### Java
|
### Java
|
||||||
- [mrcsparker/nifi-edireader-bundle](https://github.com/mrcsparker/nifi-edireader-bundle) - Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML
|
|
||||||
- [moqui/mantle-edi](https://github.com/moqui/mantle-edi) - Mantle EDI Integrations
|
- [moqui/mantle-edi](https://github.com/moqui/mantle-edi) - Mantle EDI Integrations
|
||||||
|
- [mrcsparker/nifi-edireader-bundle](https://github.com/mrcsparker/nifi-edireader-bundle) - Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML
|
||||||
- [imsweb/x12-parser](https://github.com/imsweb/x12-parser) - A Java parser for ANSI ASC X12 documents.
|
- [imsweb/x12-parser](https://github.com/imsweb/x12-parser) - A Java parser for ANSI ASC X12 documents.
|
||||||
- [xiaoerge/X12Healthcare](https://github.com/xiaoerge/X12Healthcare) - ANSI ASC X12 implementation for healthcare
|
- [xiaoerge/X12Healthcare](https://github.com/xiaoerge/X12Healthcare) - ANSI ASC X12 implementation for healthcare
|
||||||
### DotNet
|
### DotNet
|
||||||
|
@ -30,29 +30,26 @@ List of EDI Github Resources. PRs Welcome!
|
||||||
- [php-edifact/edifact-generator](https://github.com/php-edifact/edifact-generator) - Library to create UN/EDIFACT messages
|
- [php-edifact/edifact-generator](https://github.com/php-edifact/edifact-generator) - Library to create UN/EDIFACT messages
|
||||||
- [php-edifact/edifact-mapping](https://github.com/php-edifact/edifact-mapping) - UN/EDIFACT mappings in XML, with a PHP provider
|
- [php-edifact/edifact-mapping](https://github.com/php-edifact/edifact-mapping) - UN/EDIFACT mappings in XML, with a PHP provider
|
||||||
### Javascript
|
### Javascript
|
||||||
- [tdecaluwe/node-edifact](https://github.com/tdecaluwe/node-edifact) - (Javascript) Javascript stream parser for UN/EDIFACT documents.
|
|
||||||
- [dlumpp/x12-patient-faker](https://github.com/dlumpp/x12-patient-faker) - Generates test patient data in HIPAA X12 format
|
- [dlumpp/x12-patient-faker](https://github.com/dlumpp/x12-patient-faker) - Generates test patient data in HIPAA X12 format
|
||||||
|
- [tdecaluwe/node-edifact](https://github.com/tdecaluwe/node-edifact) - (Javascript) Javascript stream parser for UN/EDIFACT documents.
|
||||||
### Ruby
|
### Ruby
|
||||||
- [ConsultingMD/ediot](https://github.com/ConsultingMD/ediot) - (Ruby) Electronic Data Interexchange Open Transformer (transforms EDI-834 into CSV)
|
- [ConsultingMD/ediot](https://github.com/ConsultingMD/ediot) - (Ruby) Electronic Data Interexchange Open Transformer (transforms EDI-834 into CSV)
|
||||||
- [irobayna/stupidedi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions.
|
- [irobayna/stupidedi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions.
|
||||||
|
|
||||||
## CLI utilities
|
## CLI utilities
|
||||||
- [notpeter/edicat](https://github.com/notpeter/edicat) - Print and concatenate X12 and Edifact EDI
|
|
||||||
- [azoner/pyx12](https://github.com/azoner/pyx12) - (Python) HIPAA X12 document validator and converter
|
- [azoner/pyx12](https://github.com/azoner/pyx12) - (Python) HIPAA X12 document validator and converter
|
||||||
|
- [notpeter/edicat](https://github.com/notpeter/edicat) - Print and concatenate X12 and Edifact EDI
|
||||||
|
|
||||||
## Systems or Paid Services
|
## Systems or Paid Services
|
||||||
- [bots-edi/bots](https://github.com/bots-edi/bots) - Bots EDI Translator
|
- [bots-edi/bots](https://github.com/bots-edi/bots) - Bots EDI Translator
|
||||||
- [MicrosoftDocs/biztalk-docs](https://github.com/MicrosoftDocs/biztalk-docs) - Microsoft Biztalk documentation
|
- [Campbellony/X12SqlServer](https://github.com/campbellony/x12sqlserver) - Simple X12 data model with TSQL parsing procedures
|
||||||
- [mulesoft/mulesoft-docs](https://github.com/mulesoft/mulesoft-docs) - Main MuleSoft documentation repository
|
|
||||||
- [EdiFabric/Sdk](https://github.com/EdiFabric/Sdk) - Dynamically read, manipulate and write EDI files. From EDIFabric.
|
- [EdiFabric/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/) - X12 EDI editor
|
- [EDI Editor](https://www.tallan.com/products/t-connect-edi-management/x12-studio-tool-box/) - X12 EDI editor
|
||||||
|
- [MicrosoftDocs/biztalk-docs](https://github.com/MicrosoftDocs/biztalk-docs) - Microsoft Biztalk documentation
|
||||||
|
- [mulesoft/mulesoft-docs](https://github.com/mulesoft/mulesoft-docs) - Main MuleSoft documentation repository
|
||||||
- [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.
|
||||||
- [Campbellony/X12SqlServer](https://github.com/campbellony/x12sqlserver) - Simple X12 data model with TSQL parsing procedures
|
|
||||||
|
|
||||||
## Examples
|
## 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.
|
- [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) - PHP examples of writing EDI from scratch.
|
||||||
- [Sdk](https://github.com/EdiFabric/Sdk/blob/master/EdiFabric.Sdk.Demo/Program.cs) - C# Demo using EdiFabric.
|
- [Sdk](https://github.com/EdiFabric/Sdk/blob/master/EdiFabric.Sdk.Demo/Program.cs) - C# Demo using EdiFabric.
|
||||||
- [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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue