Question
· Dec 2, 2020

Converting HL7 message to a Web request with credentials.

Vendor we are working with can only except an HL7 ADT message via HTTPS web request. It also needs to have a cert for credentials user/pass.
 
Can this be done with regular basic settings in management portal along with using a cert?
 
 
 
 
 
 
 
Product version: IRIS 2020.1
Discussion (2)2
Log in or sign up to continue

Yes, this can be done through configuration and is a standard feature of the HL7 HTTP business operation (EnsLib.HL7.Operation.HTTPOperation).

Details on settings for the HTTP operation. Look in particular at SSLConfiguration:
https://docs.intersystems.com/healthconnectlatest/csp/docbook/Doc.View.c...

Details on creating an SSL/TLS config (with or without cert) to be used by the operation:
https://docs.intersystems.com/healthconnectlatest/csp/docbook/DocBook.UI...