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
2
votes
1 answer

Access Mirth Connect REST API from Javascript Transformers (Mirth 3.5.1)

I am struggling to access the mirth connect Rest api endpoints from a source javascript transformer of a mirth connect channel. My goal is to be able to export and import channel groups using javascript code in the transformer. I am aware that it is…
Mike Aono
  • 859
  • 2
  • 11
  • 17
2
votes
1 answer

Mirth Connect Multiple HTTP Listeners Channels on One Port?

Can I have multiple mirth HTTP Listeners channels running on the same port but differentiated by name/url. For example: https://healthcare.org:443/api/GetPatient https://healthcare.org:443/api/GetReport Is that possible in some way or should i have…
Tayyab
  • 1,207
  • 8
  • 29
2
votes
1 answer

mirth connect Database Reader automatic column mapping

Please could somebody confirm the following.. I am using Mirth Connect 3.5.08232. My Source Connector is a Database Reader. Say, I am using a query that returns multiple rows, and return the result (via JavaScript), as documentation suggests, so…
hello_earth
  • 1,442
  • 1
  • 25
  • 39
1
vote
1 answer

How do I go about Deploying a channel with a connector type of HTTP Sender as a destiantion in Mirth?

I have created a channel with a destiantion of HTTP Sender type in Mirth connect but I cant get the channel to deploy. If fails with a message: ERROR (com.mirth.connect.server.channel.ErrorTaskHandler:25): java.util.concurrent.ExecutionException:…
Francis Kisiara
  • 125
  • 2
  • 14
1
vote
2 answers

What might be optimized way of processing HL7 data in Mirth and Database?

We get HL7 ADT messages from hospitals on Mirth Interface. We get diagnosis and procedure codes in each message and we want to store all 50 diag and proc codes. Note= We also want to capture related\associated fields with each of these codes. Like…
1
vote
1 answer

Mirth channel Source TCP Listener setting

I'm running mirth on Azure VM (Windows Server 2016) and trying to get HL7 messages from Meditech. Not really familiar with tcp/ip concept so help is appreciated here. When Meditech sends HL7 messages to my server (VM), how should I configure the…
bbusdriver
  • 1,577
  • 3
  • 26
  • 58
1
vote
2 answers

What is a working minimal example of POST /channelgroups/_bulkUpdate in Mirth REST API?

In the Mirth REST API found on EG https://localhost:8443/api/, under Channel Groups, there's a test section for bulkUpdate, which has two parameters: channelGroups, and removedChannelGroupIds. By default I set override to true. Despite passing…
SE Does Not Like Dissent
  • 1,767
  • 3
  • 16
  • 36
1
vote
1 answer

How can I use HTTP Sender to submit a client certificate without the SSL Manager Plugin?

We have a Mirth server which is not under a support contract which needs to POST to a client-certificate authenticated HTTPs service. Since the certificate is self-signed, adding it to appdata\keystore.jks doesn't seem to work. How can I explicitly…
Mitch
  • 21,223
  • 6
  • 63
  • 86
1
vote
1 answer

Database to Database Duplication in Mirth

I am new to Mirth COnnect software. Will somebody guide me how can i populate my destination database. I had successfully setup Oracle Database as Source Channel and Mysql as Destination. But in Destination channel beside providing the basic…
1
vote
1 answer

using mirth connect to receive HL7 messages from Meditech and save into azure db

Can Mirth connect listen to HL7 messages coming from Meditech via TCP/IP? (is this real-time?) If yes, and once received can it parse and mapp fields to save into azure sql server database? mirth connect vs. develop own engine using HAPI and…
bbusdriver
  • 1,577
  • 3
  • 26
  • 58
1
vote
1 answer

Issue while upgrding mirth channel from 2.2.1 to 3.6.1

I have recently started working on mirth channel and I was to asked to update mirth connect from 2.21 to 3.6.1(latest mirth version). The problem I was facing was If success destination status is returned as SUCCESS for version 2.2.1 and SENT for…
1
vote
1 answer

How to add Hprim support to mirth?

we are using mirth to receive and serialize HL7 messages, and now we have Hprim also we need to serialize it but mirth don't support by default the Hprim stander, we found this fourm to add Hprim to mirth but how can we apply those patches to mirth…
Fadi
  • 2,320
  • 8
  • 38
  • 77
1
vote
1 answer

How do I transform an HL7 message with two segments in Mirth

I have an issue with the trandformation og an HL7 message to XML in Mrth. The problem I have is that the message segment has two instances in it which I now need to to seperate into two xml tage. so the HL7 segement looks like…
Marc L
  • 837
  • 9
  • 19
  • 40
1
vote
1 answer

How do you migrate Mirthconnect to use MySQL/MariaDB

When trying to connect mirthconnect to use mariaDB instead of Derby embedded DB, mirth connect fails when creating the database. Using: Ubuntu 18.04 LTS MariaDB 10.1.29-MariaDB-6 Mirth Connect 3.6.0 Java openjdk 10.0.1 Steps to setup: Install…
Simon Black
  • 913
  • 8
  • 20
1
vote
3 answers

Mirth Connect to send file to a port number

Can we use Mirth Connect to send a text file to a particular port? Thanks, Ko
Ko Nayaki
  • 74
  • 10