I'm looking at creating an application that accepts and parses EDI transactions in an 837 format but am unsure how the file itself is configured. I am unsure how the "loops" are put together to create a datastring, then the file as a whole.
A record starts and ends like so:
ST*837*872391~..........SE*54*872391~
If I had a batch of claims, would the text file look like this, where each claim takes up only one line:
ST*837*872391~..........SE*54*872391~
ST*837*872392~..........SE*54*872392~
ST*837*872393~..........SE*54*872393~
Or does the file look something like this:
ST*837*872391~..........SE*54*872391~
BHT*0019*00*0123*1970410*1339*CH~
SE*54*872391~
Thanks,
Oliver
A record starts and ends like so:
ST*837*872391~..........SE*54*872391~
If I had a batch of claims, would the text file look like this, where each claim takes up only one line:
ST*837*872391~..........SE*54*872391~
ST*837*872392~..........SE*54*872392~
ST*837*872393~..........SE*54*872393~
Or does the file look something like this:
ST*837*872391~..........SE*54*872391~
BHT*0019*00*0123*1970410*1339*CH~
SE*54*872391~
Thanks,
Oliver