VRL record 1
VRL record 2
VRL record 3
…
I want to translate the above to multiple HL7 segments, one per VRL record, for example to:
OBX|1|…
OBX|2|…
OBX|3|…
I’m assuming I should use ITERATE to do this, and that I should use a SEGMENT type with a %s1 variable, but I can’t figure out what to set the BASIS to. Am I even on the right track?
Thanks, Rick