You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIReader is a flexible and lightweight EDI parser, written in pure Java with many integration options. It has handled millions of transactions in a wide variety of products, services, industries, platforms, and custom integrations. Used in BerryWave EDI API and BerryWave Python EDI SDK.
Production engineering reference for automating EDI medical-billing claim processing, scrubbing, and the denial/appeal loop — CPT, ICD-10, HCPCS, and ANSI X12 (837/835/277CA), HIPAA-safe Python.
Idempotent healthcare EDI processing: make at-least-once delivery safe with the inbox + outbox pattern — dedup by ISA13, effectively-once processing, exactly-once effects. TypeScript, with tests and a live playground.
Map X12 837/835 to FHIR R4 (Claim/ClaimResponse) through an anti-corruption layer: adapters -> a neutral canonical model -> FHIR. TypeScript, with a paste-and-map playground. Apache-2.0.