This image contains the open-source version of Mirth® Connect, originally developed by NextGen Healthcare, packaged for easy deployment by Innovar Healthcare with OpenAI, SSL, AutoScale.
This image contains the open-source version of Mirth® Connect, originally developed by NextGen Healthcare, packaged for easy deployment by Innovar Healthcare.
Open Source Mirth® Connect provides a secure, highly-efficient, flexible approach for enabling interoperability between your software systems. Easily and securely transmit health information from any location to any location in various formats. This software facilitates seamless integration by automatically converting different data formats for your system and supports multiple data standards including DICOM, HL7, XML, etc. Enhance your installation with exclusive Innovar plugins: MFA: Enhances security with Multi-Factor Authentication. Cognito: Adds powerful user authentication features. SSL: Strengthens network security with enhanced encryption. OpenAI: Integrates advanced artificial intelligence to assist with debugging, code optimization, and generating sample data. Channel History: Stores the channels and code templates on the remote version control repository and keep track the history of changes and allows you to search and extract data using defined filters or to push the data into a database. The Innovar team offers flexible and cost-effective support plans tailored to your needs. Please see the support section for more information. Deploy through this AWS Marketplace offering to facilitate integrations with enhanced features from our platform! This open source platform is created and packaged by Innovar Healthcare. Mirth® is a registered trademark of Nextgen Healthcare, and there is no affiliation between Innovar Healthcare and Nextgen Healthcare. This image utilizes Open Source Mirth Connect licensed under a Mozilla Public License.
Highlights
Transformation: Automatically converts incoming data to another standard by your definition.
Extraction: Enables you to search and extract data from database easily and also push data into the database.
Routing: Manages and transmits the health data to the destination securely and efficiently.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator to estimate your infrastructure costs.
If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier for more details.
You pay by the hour for this Enterprise Edition package, billed on usage. Pricing is tied to the AWS EC2 instance type you run it on. The listing covers general-purpose instance families, including burstable T-series (such as t2, t3, t3a) and steady-state M-series (such as m4, m5, m5a, m6i, m6a, m7a, m7i). Within each family, hourly rates rise as instance size grows, from nano and micro up to metal and 48xlarge configurations. You choose the instance that matches your workload's compute, memory, and network needs. No upfront commitment applies.
Top-of-mind questions for buyers
What do the hourly instance types map to for billing?
Each instance type names an AWS EC2 machine size you run the software on. You are billed per hour for the running instance you choose. Smaller types like nano and micro carry lower hourly rates. Larger types like metal and 48xlarge carry higher rates, reflecting more compute, memory, and network capacity.
Am I charged when my instance is stopped or powered off?
Software charges meter running time by the hour. A fully stopped instance does not accrue software charges. Stopped instances may still incur underlying AWS storage fees for attached volumes, but the software licence bills only while the instance runs. There is no upfront commitment.
Can I move to a different instance type as my message volume grows?
Yes. Because billing is usage-based with no upfront commitment, you can switch to a smaller or larger instance type as your workload changes. The software is an open-source fork of Mirth Connect, so your channels and configurations carry over across deployments.
www.innovarhealthcare.com
Helpful?
Vendor refund policy
We do not currently support refunds, but you can cancel at any time.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
Open Source Mirth® Connect provides a secure, highly-efficient, flexible approach for enabling interoperability between your software systems. Easily and securely transmit health information from any location to any location in various formats with OSS Mirth® Connect. This software facilitates seamless integration by automatically converting different data formats for your system and supports multiple data standards including DICOM, HL7, XML, etc.
Enhance your Mirth® Connect installation with exclusive Innovar plugins:
MFA: Enhances security with Multi-Factor Authentication.
Cognito: Adds powerful user authentication features.
SSL: Strengthens network security with enhanced encryption.
OpenAI: Integrates advanced artificial intelligence to assist with debugging, code optimization, and generating sample data.
Channel History:
Stores the channels and code templates on the remote version control repository and keep track the history of changes
Mirth® Connect also allows you to search and extract data using defined filters or to push the data into a database. The Innovar team offers flexible and cost-effective support plans tailored to your needs. Please see the support section for more information.
Deploy OSS Mirth® Connect through this AWS Marketplace offering to facilitate integrations with enhanced features from our platform! This open source platform is created and packaged by Innovar Healthcare. Mirth® is a registered trademark of Nextgen Healthcare, and there is no affiliation between Innovar Healthcare and Nextgen Healthcare. This image utilizes Open Source Mirth Connect licensed under a Mozilla Public License.
CloudFormation Template (CFT)
AWS CloudFormation templates are JSON or YAML-formatted text files that simplify provisioning and management on AWS. The templates describe the service or application architecture you want to deploy, and AWS CloudFormation uses those templates to provision and configure the required services (such as Amazon EC2 instances or Amazon RDS DB instances). The deployed application and associated resources are called a "stack."
Version release notes
Update AMI
Additional details
Usage instructions
Template components
CloudFormation template
Usage instructions
When a new AMI is deployed for the first time, Mirth® Connect version 4.5.0 will be installed, auto configured and started. The Mirth® Connect will be automatically allocated 50% of the total memory of the EC2 instance. You can either select the existing RDS instance as Mirth®'s database or create a new RDS Aurora/Postgres instance and define the database and schema. Furthermore, it allows users to upload SSL certificates for encryption on Mirth® Connect channels. First of all, if you choose to create a new RDS Aurora/Postgres instance, you have to create a subnet group in AWS RDS console and please make sure that the subnet group belongs to the same VPC which the EC2 instance will be allocated to. This subnet group is a required parameter in the CloudFormation template. When launching a new stack from the Cloudformation template, you can set up parameters such as RDS PostgreSQL database username and password, Mirth® Connect admin password, S3 URL of the SSL certificate. The SSL certificate and key files can be found at "/etc/pki/tls/certs/fullchain.pem" and "/etc/pki/tls/certs/privkey.pem" respectively. Please refer to the plugin user guides for more information. Mirth® Connect status can be checked by running: "systemctl status mirthconnect". Mirth® Connect default index page will be accessible at http://your-public-dns:8080 or from the Mirth® Connect Administrator Launcher at https://your-public-dns:8443. Downloading Mirth® Connect Administrator Launcher is optional; all the functionalities of Mirth® Connect can be accessed in the REST API. Mirth® Connect REST API can be accessed at https://your-public-dns:8443/api Mirth® Connect configuration can be found in /etc/mirthconnect/conf/mirth.properties
Innovar offers flexible, cost-effective support tiers for AWS Marketplace users. Our technical team is available to help resolve critical issues efficiently.
See more about support:
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Automatically converts incoming data between different standards including DICOM, HL7, and XML formats according to defined specifications.
Data Extraction and Management
Enables searching, extracting data from databases, and pushing data into databases with defined filters for data retrieval and storage.
Secure Health Data Routing
Manages and transmits health data to destinations with secure and efficient routing capabilities.
Multi-Factor Authentication
Enhances security with Multi-Factor Authentication (MFA) plugin for strengthened access control.
AI-Assisted Development Tools
Integrates OpenAI capabilities to assist with debugging, code optimization, and generating sample data.
Message Format Support
Supports multiple healthcare data standards including HL7, XML, CCD, DICOM, EDI, and NCPDP message formats
SSL Certificate Management
Create, import, export, and apply SSL certificates to inbound and outbound connections with secure HTTPS traffic capability
Message Transformation Engine
Converts incoming message standards to different standards through filtering, transformation, extraction, and routing capabilities
Channel Revision History
Automatically saves all revision history for channels and code templates with ability to view previous revisions, compare changes, and revert to prior versions
HL7 Message Generation
Generate sample HL7 v2.x messages for testing channels with integrated functionality in Send Message dialog and Message Templates pane
Unified API Integration
Single standardized endpoint enabling code-once deployment across 100+ different EHRs and health information networks with consistent interface regardless of backend system
Real-time Data Exchange
Secure, real-time message processing capability handling over 1.4 billion messages monthly with support for clinical patient summaries, medical records transmission, and real-time patient updates
Data Normalization and Standardization
Normalized data delivery in consistent JSON or FHIR format with support for query functionality, write-back capabilities, and optional feed filtering
Security and Compliance
HITRUST certification and SOC II compliance with centralized authentication credential management and secure messaging infrastructure
High Availability Infrastructure
99.95 percent uptime guarantee with 24x7 automated connectivity monitoring, alerting, and support built on AWS infrastructure designed for network-scale operations
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.