I need to take a HL7 charge message and convert to a tab delimited file that I can post via teload to a HPP clinic system. I have 3 required fields for this tab delimited file. CLM1, CLM2 and SV1001. I created 3 frls (CLM1, CLM2 and SV1001). Each field is tab delimited and the final field in the frl is a line feed. I have the 3 frls combined into a HRL.
So in the cloverleaf tool I am reading a HL7 DFT message and Iwant to output a tab delimited file which I will then post to our HPP system. When I use the testing tool I get nothing, no output, but if I echo the fields (HRL) in my xlate, when I use the testing tool I get the values I would expect.
What am I doing wrong? Thanks much.
– Mary