Listing Thumbnail

    BridgeLink Container Image an Open Source Mirth Connect Fork

     Info
    Deployed on AWS
    Deploy BridgeLink™ as a containerized service on Amazon ECS or ECS Anywhere via a single CloudFormation template. Supports HL7 v2/v3, FHIR, DICOM, X12, XML, and JSON for healthcare interoperability without EC2 instance management.

    Overview

    BridgeLink™ is an enterprise-grade open-source healthcare integration platform, built on a hardened and modernized fork of open source Mirth® Connect. It enables healthcare data exchange across HL7 v2/v3, FHIR, DICOM, X12, XML, JSON, and Delimited Text with built-in message transformation and routing. Built-in connectors support HTTPS REST APIs, SOAP web services, TCP/MLLP, SFTP, direct database read and write, and much more.

    This listing delivers BridgeLink as a containerized workload for Amazon ECS or ECS Anywhere, deployed via a single AWS CloudFormation template which automatically provisions a Network Load Balancer and supports Amazon RDS Aurora or PostgreSQL as the backing database.

    What's new in BridgeLink:
    - Dynamic Lookup Gateway (DLG) - A high-speed code mapping and crosswalk engine. Manage provider directories, LOINC, SNOMED, ICD-10, CPT, and custom value sets without hardcoded logic.
    - Version History - Integrated Git-based version control for channels and code templates. Track changes, compare revisions, and roll back configurations at any time.

    To learn more about BridgeLink, visit innovarhealthcare.com/bridgelink .

    For assistance with your integration needs or any questions, contact us here :

    Mirth® and Mirth Connect® are registered trademarks of NXGN Management, LLC (NextGen Healthcare). Innovar Healthcare and its BridgeLink™ product are not affiliated with, endorsed by, or sponsored by NextGen Healthcare, Inc.

    Highlights

    • Scales automatically to maintain performance during peak loads, with AWS Auto Scaling and high availability for production healthcare environments.
    • Ships with our full plugin suite: SSL encryption, OIDC Connect, Advanced Access control with MFA, Lookup Manager (DLG), and Version History.
    • Accelerates development with AI-Powered Automation and OpenAI integration for HL7 test message generation and transformation validation.

    Details

    Delivery method

    Supported services

    Delivery option
    Deliver by Cloudformation template

    Latest version

    Operating system
    Linux

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    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.
    Financing for AWS Marketplace purchases

    Pricing

    BridgeLink Container Image an Open Source Mirth Connect Fork

     Info
    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.

    Usage costs (1)

     Info
    Dimension
    Description
    Cost/unit/hour
    Hours
    Container Hours
    $0.39

    Vendor refund policy

    All sales are final. You may cancel your subscription 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.
    Tell us how we can improve this page, or report an issue with this product.

    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.

    Usage information

     Info

    Delivery details

    Deliver by Cloudformation template

    Supported services: Learn more 
    • Amazon ECS
    • Amazon ECS Anywhere
    Container image

    Containers are lightweight, portable execution environments that wrap server application software in a filesystem that includes everything it needs to run. Container applications run on supported container runtimes and orchestration services, such as Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). Both eliminate the need for you to install and operate your own container orchestration software by managing and scheduling containers on a scalable cluster of virtual machines.

    Version release notes

    BridgeLink 26.3.0 - Release Notes

    IMPORTANT: Java 17 or greater is now required. Jetty has been upgraded from 9.4.x to 12.0.x (major version upgrade).

    NEW FEATURES

    SMTP OAuth 2.0 Authentication Added OAuth 2.0 (client credentials / XOAUTH2) support for SMTP email sending in both global Server Settings and the SMTP Sender connector. Verified with Microsoft 365 / Azure AD. Existing Basic and None configurations are unaffected.

    Version History - Now Built Into Core The Version History plugin has been merged into the BridgeLink core product. All users now get built-in Git-backed version control for channels, code templates, and global scripts with no separate plugin installation required. Includes change tracking, side-by-side diff view, rollback/restore, and remote Git repository integration (GitHub, GitLab, Bitbucket).

    SECURITY UPDATES

    Upgraded dependencies to address 14 CVEs including CVE-2024-1597, CVE-2022-46337, CVE-2025-6965, and others. Username enumeration vulnerability resolved -- consistent error responses are now returned regardless of whether a username exists when account lockout is enabled.

    IMPROVEMENTS

    • HTTP Listener connector now supports a configurable Request Header Size field for large headers (e.g., long JWT tokens).
    • log4j2.properties: dir.logs renamed to property.logs to correct a Log4j 2.x property lookup error.

    BUG FIXES

    • Fixed login screen issue where typing trailing spaces quickly would insert a period in the username field.
    • Added show/hide password toggle on the login screen.
    • Improved login screen validation messages and default server field behavior.

    DATABASE MIGRATION

    A schema migration runs automatically on first startup to add OAuth authentication fields to SMTP server settings.

    KEY DEPENDENCY UPDATES

    Jetty 9.4.x to 12.0.x, log4j 2.17.2 to 2.25.3, PostgreSQL JDBC 42.6.0 to 42.7.10, Oracle JDBC ojdbc8 to ojdbc11, Apache Derby 10.10.2.0 to 10.16.1.1.

    Full release notes: https://github.com/Innovar-Healthcare/BridgeLink/releases/tag/v26.3.0 

    Additional details

    Usage instructions

    Launch the CloudFormation template to deploy the BridgeLink 26.3.0 Docker image. The template creates an Amazon ECS task definition, an ECS service, and a cluster to host the service. It also provisions a Network Load Balancer to route traffic to TCP ports 9001-9004 for BridgeLink services and port 8443 for the administrator interface. Ensure that the ECS security group allows all TCP traffic from the load balancer's security group.

    For the database, you can either select an existing Amazon RDS instance or create a new RDS Aurora/PostgreSQL instance and define the database and schema. If creating a new RDS instance, first create a subnet group in the AWS RDS console and ensure it belongs to the same VPC as the ECS service.

    To enable SSL, issue a certificate via AWS Certificate Manager (ACM) - see https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html  - map it to a domain name for the load balancer, and enter the certificate ARN as a parameter in the CloudFormation template.

    The BridgeLink default index page will be accessible at https://<public_dns>:8443, or via the BridgeLink Administrator Launcher (https://www.innovarhealthcare.com/bridgelink-downloads ) at https://<public_dns>:8443. The BridgeLink Administrator Launcher can be downloaded to connect to port 8443 of the load balancer.

    Support

    Vendor support

    Innovar offers flexible, cost-effective support tiers for all BridgeLink products on AWS Marketplace. Our technical team is available to assist with critical issues, deployment guidance, and performance optimization.

    Learn more about Innovar support options: https://aws.amazon.com/marketplace/pp/prodview-6nlannemgecgo 

    Visit us at:

    AWS infrastructure 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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    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.