Hello,
Semi new so please do not beat me up here.
Working with cloverleaf and sending to a vendor called Angel Eye which I know groups using EPIC and cloverleaf and send data to them
The Ask is to convert the hl7 ADT feed to JSON and push out to an API via engine.
I was able to convert the hl7 to the json format and have the body of the message build out perfectly.
The two next steps are routes and the Header.
There is a base webaddress to send the information to however the last part of the address changes based on message type ie
A01 add /admit
A02 add/transfer
Rather then set up 7 threads for each of the message types out there
I was hoping to use one thread and programmatically change the address we are sending to.
Has anybody done anything like that and if so do they have some code they were will to share
Second part is adding the Header information to the message with all the API key information.
It does not appear the cloverleaf gui has fields for that and I will have to put together a tcl to combind the API (header) with the body.
Again anybody have any code to help out with doing that.
Thank you in advance
Jeff