Hi all,
I’m attemping to take an HL7 message from our EMR and populate an XML transaction to send to our state immunization registry. They want us to use a web-service to PUT the xml to them.
Our team previously worked on this and we have an xlate that is HL7 to XML.
The issue is that we need to copy the entire HL7 message to one of the elements. Basically, they want the entire HL7 message as a string in this element.
Is there a way to do this through the Xlate GUI?
Is there a better way we can be doing this?