Specifically, the data elements are Antibody, Marker and Result. For instance,
antibody1 marker1 result1
antibody2 marker2 result2
antibody3 marker3 result3
etc
How would this typically be done in an OBX segment?
I’ve thought about doing something like:
OBX|1|TX|antibody1^marker1||result1
OBX|2|TX|antibody2^marker2||result2
OBX|3|TX|antibody3^marker3||result3
My concern with the above format is that the antibodyn codes can vary from test to test causing confusion for the receiving system(s).
Thoughts? Comments? Suggestions?
Thanks, Rick