Questions tagged [mirth-connect]

Use this tag to ask about usage of Mirth Connect, the open source interface engine.

Mirth Connect is an open source interface engine. Mirth Connect is focused on the healthcare community and many of it's use cases are centered around healthcare based messaging like HL7, CDA, CCD, CCDA, DICOM, and other clinical messaging formats. It is also well suited to more general formats like CSV, XML, and generic database calls.

More information on Mirth Connect is available from: http://www.mirthcorp.com/community/wiki/dashboard.action - Wiki http://www.mirthcorp.com/community/wiki/dashboard.action - Forums

Mirth Connect is often known as just "Mirth" but Mirth is the company that sponsored the Mirth Connect project. They made several other major products including Mirth Match (an EMPI), Mirth Results (a CDR), Mirth Mail (a DIRECT email server), and Mirth SignOn (a SAML compliant IdP). Mirth is now a part of NextGen.

76 questions
0
votes
1 answer

Mirth Connect: Failed to start channel_Failed to start HTTP Listener

I'm fairly new to using Mirth Connect. The Mirth Connect Administrator dashboard opens up, but the status of the channel is stopped. When starting it an ERROR occurs that says Failed to start channel XYZ and Failed to start HTTP Listener. I want to…
0
votes
1 answer

Mirth channel XML : how to read value from inside of an element

How to read a list of values from Mirth Channel XML's element? I can use msg to read one value. But what if there are list of values? Example: names If there is one value fornames defined, then simply…
Yogesh Ghimire
  • 432
  • 1
  • 8
  • 21
0
votes
1 answer

Mirth Connect : Import Code Templates by REST API

i'm getting an error every time that i try to import codeTemplates using the service 'POST /codeTemplateLibraries/_bulkUpdate'. I'm using a node client to send it: const options = { method: 'POST', url: `...`, headers: { 'content-type':…
faoc
  • 315
  • 2
  • 3
  • 10
0
votes
1 answer

How to install FHIR Listener in Mirth Connect

I am using Mirth Connect v3.5.1.Tried to install FHIR Listener,throws error(refer attachment). I am struggling from the past 3hr? I am using Ubuntu-14.04 and Java 8.
HelloWorld
  • 382
  • 1
  • 13
0
votes
1 answer

Need configuration data for Mirth Web Service Sender

First time using Mirth. We will be communicating with an outside service. Part of the SOAP Envelope in the SOAP message is userId and passWord. In addition to that we need to basically perform a hash that creates a unique token each time we call the…
Keith Franklin
  • 473
  • 1
  • 6
  • 13
0
votes
1 answer

Mirth -- Dynamically Change Polling Time on Channel

I am working on automating a channel in mirth 3.3.1. I have 3 channels for ease of use I will label them primary and secondary. I have a 3rd channel built to monitor the primary and secondary channels. The primary will send data downstream to an…
0
votes
1 answer

How to put basic date validations in mirth javascript

We currently accept HL7 data through mirth and one of the field we process is date of birth, which we receive in PID.7.1 segment of HL7. Currently we just capture it like - var vDOB = formatDate(msg['PID.7.1'].toString(),"yyyyMMdd"); How can I…
0
votes
1 answer

Mirth 3.5.0 - Importing Code Libraries via REST API

I am attempting to import a code library into Mirth Connect using the REST API. According to the API documentation, there are 2 endpoints that may be used to do this: POST /codeTemplateLibraries/_bulkUpdate PUT /codeTemplateLibraries Hitting either…
spookymodem
  • 345
  • 5
  • 12
0
votes
1 answer

Channel creation fails in "Mirth connect" connected to an Azure DB

I have successfully connected "Mrth Connect 3.5" with an Azure DB. But when i try to create and save a channel i`m getting an internal server error as below from Mirth. Below is the Mirth Connect Server Manager database settings and connection…
Chamodh
  • 61
  • 1
  • 3
  • 11
0
votes
1 answer

Stop Mirth Connect keepalive messages from SFTP File Reader connector

My Mirth Connect v3.4 channel's File Reader source connector is configured as the SFTP reader to poll files from a remote server every 20 minutes and it works as expected. But when the channel goes idle it starts sending keepalive@jcraft.com…
Shamil
  • 910
  • 4
  • 17
0
votes
1 answer

Mirth Connect Version 3.5.0.8232 Cannot Start Service

I installed Mirth Connect version 3.5.0.8232 on a Window 7 Ultimate 64 bit OS. It appeared to be installed successfully. However, I clicked on Start to start the Mirth Connect service, and it gave the error message "The Mirth Connect Service could…
Jean B
  • 343
  • 1
  • 6
  • 19
-1
votes
1 answer

Copy only new added files from one folder to another, without moving the existing files from source folder

I am doing file integration using mirth. There is one software which generate the HL7 files. I want to read data from that files, without moving them to another destination. Next time when I want to read data, at that time it'll ignore the files…
Hemant
  • 31
  • 7
-1
votes
1 answer

Mirth Connect custom ACK

I've just entered in the Mirth Connect world. I've some problem to generate a custom ACK for my applications. Here how it must to work: The channel must to receive HL7 v2 message, it transforms message, and sends it to 3 destinations: 1. File writer…
StefanoV827
  • 269
  • 6
  • 18
-1
votes
1 answer

How do i access the destination file directory from javascript?

In the javascript transformer i could access the Source Directory given in the Source Tab of mirth by var xmlDirectoryName = sourceMap.get("fileDirectory"); likewise how do i access the destination file directory from javascript? thanks
Bopka
  • 1
-2
votes
1 answer

Regex expression help needed to filter filenames in Mirth Connect

I need a way, in a Mirth file reader channel, to pick up all files but one with a given name. I can use a regex expression in the Filename Filter Pattern box. Most files are of the format #######.brf. I need to pick up any file that isn't named…
rut
  • 73
  • 5