Yes, images, pdfs, etc. can be sent within HL7. However, they must be base64 encoded. If they are going to be running through any type of translate, they must be broken up into multiple segments to avoid going over the 64K field size limitation.
Yes, images, pdfs, etc. can be sent within HL7. However, they must be base64 encoded. If they are going to be running through any type of translate, they must be broken up into multiple segments to avoid going over the 64K field size limitation.
Let me know if you want more specific details.
Steve
I am with Randy, we are looking at sending PDFs from our EKG system (MUSE) to McKesson’s HPF system. I know it is possible but it would be great to see an example…..
We send Muse EKGs to HPF via postscript. The result message contains a ZPS segment, which is just an encoded postscript document. All we do to decode the segment is:
That’s not a very reliable way to decode HL7 escape sequences. It will mess up on sequences like ETS . I’ve got a short little proc that is more robust if you are interested.
Author
Replies
Viewing 4 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.