Question: Error when setup map loop for HIPPA 834
Hi, I m new to EDI concepts.
I am using this library as a base and created a separate class library for HIPAA 834 (5010) and trying to leverage this lib to support our requirement. And, The issue is when I try to map 834 N1 loop, I m not getting proper validations. So could please check attached files for the schema and the code? And, share you inputs.
If possible, please share how to configure the N1 loop particularly.
Link for attachments Thanks in Advance.
Hi @MuthupandiG This library is not compliant with HIPAA. HIPAA has its own Implementation guides built on top of EDI. EdiEngine can parse raw X12 EDI for you so far. While HIPAA is on my roadmap, I have no plans to work on it in near future. One of the options I can suggest - you get Json from EDI and create your own HIPAA implementation and validation.