I have an xlate where I do a pathcopy on the PV1 segment. In the physician fields, such as PV1.7, I only want to xlate the physician code with EXTID in PV1.7.12. In my code, I want to clear all of PV1.7 in the receiving map and use an IF statement to send only the code with EXTID. This seems simple, but not all of the data is being cleared out of PV1.7 with my clear statement. I copy @null to PV1.7 and I also have tried many other variations of that. Any ideas for me?
Thanks