We have a project that generates 837 institutional claims and transmits
them
to a third party using the HIPAA adapter. The claims are processed
individually, but they get batched into a single file by the adapter
before
being sent to the third party for processing.
Currently, the generated output file has each segment on a separate line
with a CRLF at the end of each line. We are changing the third party that
we
send this file to and they cannot handle the CRLF after each line - they
would like no CRLF's in the file and for the segments to be separated with
the "~" character. Is there some way to get the HIPAA adapter to generate
the file in this format?
Thanks,
Doug