I am not able to get to “Leave me alone” part.
When I first do, translate OBX3 to value from table based on OBX5, it is nulling the OBX3 part if it doesnot have a table mapping.
Like,
OBX3 = leavemealone
OBX5 = test. I donot have mapping for test in the table.
When I iterate over OBX5 using the table, since test is not available in the table,
my HL7 at this time has OBX3 as null or no value.
I don’t want that to happen.
So in other words, if I don’t find words in the table for OBX5, I want OBX3 to be left as is which in this case is “leavemealone”
Let me know.
Thanks,