EDI Converter 2.15.5 Release: Dependency Updates and 837I Treatment Codes
We’re pleased to announce version 2.15.5 of our EDI Converter.
This is a maintenance release focused on updated dependencies and security, with zero reported CVEs at release time. It also adds support for 837I treatment codes in JSON and CSV output and fixes several low-level bugs. There are no major functionality changes.
Dependency and Security Updates
We’ve updated the converter’s third-party dependencies to incorporate upstream security fixes and maintenance improvements. We recommend upgrading to keep your deployment current with these updates.
Treatment Codes in JSON (837I)
JSON conversion now supports treatment codes from the HI segment with the TC qualifier in 837I institutional claims. These codes are mapped to the claim.treatments array.
See the 837I JSON schema for field definitions and EDI mappings.
Treatment Codes in CSV (837I)
Claim-level CSV output for 837I transactions now includes three columns for treatment codes:
Treatment1CodeTreatment2CodeTreatment3Code
If your CSV import process uses a fixed column layout, update it to account for these additional columns.
Bug Fixes
We’ve also fixed several low-level bugs to improve converter reliability.
How to Upgrade
API Docker Container
Pull the 2.15.5 image:
docker pull myarch/ediconvert:2.15.5
If you use Docker Compose, update the image tag to myarch/ediconvert:2.15.5 and run docker compose pull, then recreate the container to use the updated image.
See the API installation guide for deployment instructions.
EDI Parser for Java
Update your Gradle dependency to version 2.15.5:
implementation "hdi:edi:2.15.5"
For Maven configuration, see the Java parser installation guide and set the hdi:edi dependency version to 2.15.5.
CLI Tool and AWS Lambda
Follow the CLI installation guide or the AWS Lambda deployment guide to update your installation.