so in one of the SIU messages we process, one of the sub-fields is a comment field and the upstream system allows pipes (|) to come through. Of course when they do it messes up the entire segment because it pushes down every other field thinking the pipes in the comment field are separators. Basically it’s like SQL-injection but with HL7 messages.
is there anything I can do about this?