What are some develper tools other than Altova Mapforce for mapping HIPAA X12 such as the 837, 835, 277?
问题:
回答1:
A new Web API for EDI claims is the ClearEHR Health Insurance Claims API - this tool doesn't map the data, it replaces the need for any EDI data generation on the developer end as the API handles all of the EDI creation, and parsing the EDI responses. And it is free to use. https://837-edi.clearehr.com JSON encoded responses, and web based (RESTful) make it ideal for web development.
Disclaimer: I am a developer for ClearEHR
回答2:
This one is free http://x12parser.codeplex.com. It already has support for some of the HIPAA 4010 and 5010 transactions. Most anything can be done if you know how to write xslt to customize it to your own xml schema.
回答3:
http://www.orionhealth.com/products/symphonia/
回答4:
Chiapas EDI is located at http://chiapas.sourceforge.net, and is used in production at several HMO's and healthcare enterprises. It supports all 4010 transactions and several 5010 transactions, has a scripting language, and has interfaces towards several databases, flat files and CSV files. It's open source.