I am trying to build an xlate to suppress an OBX segment if the OBX 5 is null. The inbound HL7 is 2.4 so the OBX is a ‘supposed’ nonrepeating segment within a repeating group, within a higher repeating group.
I built an iterate on the outside group, an iterate on the inside group, an IF statement on the inside iterate , if OBX5 is not null, and then a pathcopy. It is suppressing the OBX5 field but allowing the rest of the segment.
Any ideas what I am doing wrong?