Here is the deal with Epic. Everytime it sends an A08, it also sends an A31 for each guarantor on the patient’s account, typically all one after the next. The downstream system that is struggling to keep up with all these message doesn’t care about GT1, so I was thinking about strategies to kill some of these A31s.
I was considering using a pre-proc that does the following…
1. compare the contents of a file to the message with the MSH, EVN and GT1 segments stripped.
2. If they are the same, kill the message.
3. If they aren’t the same, replace the message in the file with the new message, minus the stripped segments.
I am concerned that the comparison of the two message would slow and resource intensive.
Thoughts?
Mike
<><