Reputation: 66
I am trying to use the FHIR Listener extension in mirth connect. I want to use a sample FHIR server to test the process but i am not able to change the HTTP URL in FHIR Listener Settings. Is there any way I can change that?
Upvotes: 1
Views: 1059
Reputation: 826
We cannot change the URL of either HTTP url or FHIR listener url. It will always remain localhost. If you are trying read a sample data from the any test server try as below:
var ResponseMessage = response.getMessage(); logger.info(ResponseMessage)
Upvotes: 2