I am trying to translate from an HL7 2.2 ADT_A08 to an HL7 2.5 ADT_A08 and I am having problems getting the PR1 segments to move over. Only the first PR1 segment gets copied to the destination, any subsequent PR1 segments get lost.
Here is the pathcopy from the xlate:
0(0).PR1 -> 1(0).0(0).PR1
Other segments that are using this same syntax seem to be copied over just fine, for example, all of the DG1 segments are moved.
0(0).DG1 -> 0(0).DG1
How do I get all of the PR1 segments to move over to the destination?
Thanks,
–dennis