bridgegate

n8n community node for integrating with BridgeGate to access EMR/EHR data and clinical workflows.

Package Information

Downloads: 33 weekly / 51 monthly
Latest Version: 0.1.0
Author: DevOps

Documentation

n8n-nodes-bridgegate

This is an n8n community node. It lets you use BridgeGate in your n8n workflows.

BridgeGate n8n node for EMR/EHR integration enables seamless connectivity with any supported EMR/EHR system such as Athena, Cerner, eClinicalWorks, EPIC, NextGen, PointClickCare, Practice Fusion, allowing you to pull patient or clinical data based on defined parameters and receive orchestrated, validated, and transformed outputs.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

1. List APIs

Retrieves the list of active API endpoints available for a given EHR and practice.
Use this operation to confirm which resources are enabled in your BridgeGate instance.

Authentication

  • Requires a valid BridgeGate Bearer Token credential.

Input Parameters

  • EHR: Select the EMR/EHR system (Athena, Epic, or Cerner).
  • Practice: Enter your practice name or site identifier.

Output

  • A structured list of available endpoints and resource types.

2. Get Patient

Retrieves a single patient’s demographic and identifying details.

Authentication

  • Requires a valid BridgeGate Bearer Token credential.

Input Parameters

  • EHR: Select the EHR system.
  • MRN: Enter the patient’s Medical Record Number.
  • Practice: Enter your practice name or site identifier.

Output

Returns patient demographic data such as:

  • Patient ID and MRN
  • Name, date of birth, gender
  • Contact information and identifiers

3. Get Encounter by Patient ID

Retrieves encounter or visit records for a specific patient based on their MRN and practice.
Each encounter includes metadata such as provider, type, date, and diagnosis details.

Authentication

  • Requires a valid BridgeGate Bearer Token credential.

Input Parameters

  • EHR: Select the EHR system.
  • MRN: Enter the patient’s Medical Record Number.
  • Practice: Enter your practice name or site identifier.

Output

A collection of encounter records including:

  • Encounter identifiers
  • Provider and encounter type
  • Visit dates and encounter status
  • Diagnoses or notes (if available)

4. Get Document by Patient ID

Retrieves clinical documents, attachments, or notes associated with a patient.
This may include CCDs, discharge summaries, or uploaded clinical files depending on your EHR’s integration.

Authentication

  • Requires a valid BridgeGate Bearer Token credential.

Input Parameters

  • EHR: Select the EHR system.
  • MRN: Enter the patient’s Medical Record Number.
  • Practice: Enter your practice name or site identifier.

Output

Returns structured document metadata and content:

  • Document ID and type
  • Created or updated date
  • Document name or category
  • Raw or base64-encoded data when applicable

Credentials

To use the BridgeGate node, you will need a valid BridgeGate API Key. Please reach out to sales@vorro.net to request your key.

Compatibility

This node is compatible with n8n v1.119.1 and above. It has been tested against the latest stable n8n releases with no known compatibility issues.

Usage

List APIs

List APIs


Get Patient By MRN

Get Patient By MRN


Get Encounter By MRN

Get Encounter By MRN


Get Document By MRN

Get Document By MRN

Error Handling

The node validates all required parameters (EHR, MRN, and Practice) before sending any request, preventing most client-side errors.

Possible Runtime Errors

  • 401 Unauthorized
    The Bearer Token is invalid or expired. Recreate or update the credential and try again.

  • 500 Server Error
    The BridgeGate service or the connected EHR system is temporarily unavailable. Try again later or contact Vorro Support at support@vorro.net

Resources

License

MIT License

Copyright (c) 2025 Vorro Inc

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Discussion