We are looking for a way to create an RTF file from an HL7 message with multiple OBX segments and (eventually) with text formatting such as bold and tabs which will be sent in the HL7 message. We currently have TCL procs to take an HL7 message with multiple OBX segments and output it as an ASCII file but don’t have anything to create an actual RTF file. I found several references here about converting an ASCII file from an RTF or sending RTF in an HL7 message but nothing about creating an RTF from an HL7 message.
Thanks