In my Transformer, HL7 message Template has an OBX segment like the one below.
OBX|1|IS|CD:4661^Stop Type||""
When I switched to HL7 tree I got the following error.
"Encoding not supported. Please check the syntax of your message and try again."
When I changed the 2nd field from IS(user defined table) to ST(string) I did not receive any error. Can someone help me on this? I am using Mirth 1.2.0.
OBX|1|IS|CD:4661^Stop Type||""
When I switched to HL7 tree I got the following error.
"Encoding not supported. Please check the syntax of your message and try again."
When I changed the 2nd field from IS(user defined table) to ST(string) I did not receive any error. Can someone help me on this? I am using Mirth 1.2.0.
Comment