Here’s the entry I have:
1(0).PRA(0).#3(0).[0] eq=Deceased || 1(0).PRA(0).#3(0).[0] eq=Duplicate Provider || 1(0).PRA(0).#3(0).[0] eq=Inactive || 1(0).PRA(0).#3(0).[0] eq=Inactive/AHP || 1(0).PRA(0).#3(0).[0] eq=Inactive/Resident || 1(0).PRA(0).#3(0).[0] eq=Inactive/Student || 1(0).PRA(0).#3(0).[0] eq=Unknown
This errors out…
I can get it to work if I put all the ones with spaces or the forward slash in a variable and then refer to that variable… but that’s kind of tedious. Is there another way?
Also, do I have to have so many “OR”s? (||) ? or is there another way to do this in an xlate?
Thanks!