Hi
I am working on how to convert an encounter into an HL7 message. I have an encounter in my database with the uuid - f5ca12f2-fdcf-4f4a-8fea-8ba39130278e.
I want to display/call this encounter in the form of an HL7 message in my module. How can this be done?
I followed the wiki for HL7 and it mentioned that we can use Rest Module and its HL7 resource. I tried using GET on this uuid but it is giving me error("Bad Request"- status 400). What is to be given as a uuid here? Does it require the uuid of the encounter or something else?
Thanks