Updated Provider Page

The Provider management page has been overhauled to provide better insights and controls.

Improvements

  • Enhanced Profile: View detailed provider information, including enrollment status and history.
  • Better Navigation: Quickly switch between provider details, enrollments, and associated organizations.
  • Performance: Faster loading and searching of provider records.

React SDK Analytics

The Bridge React SDK now supports an event-driven analytics system, allowing you to track user interactions throughout the eligibility flow.

Key Features

  • Event Tracking: Monitor sdk.initialized, input changes, and eligibility outcomes.
  • Custom Handlers: Use the AnalyticsHandler interface to send events to your preferred analytics provider.
  • Rich Context: Events include session IDs, input values, and error details.

See the Analytics documentation for details.


Bridge React SDK Launch

We’re excited to announce the launch of our official Bridge React SDK! 🚀

What’s New

Bridge React SDK (@usebridge/sdk-react)[https://www.npmjs.com/package/@usebridge/sdk-react] is now Generally Available

Key Features

  • Open source, with a full demo site
  • Simplified Soft and Hard eligibility checks, seamless handling multiple Service Types
  • Hook-based implementation of Bridge’s eligibility flows and best practices
  • Freedom to support any UI flow, layout and style
  • Optimizations for responsiveness, including Bridge’s new SSE API’s

Supporting and evolving this SDK is one of Bridge’s highest priorities. Expect regular updates, support for new features, keeping you up to date with the conversion best-practices.

Check out our React SDK documentation for installation guides and examples.

The React SDK is built above a node-safe core package, which may also simplify the process for those running eligibility on the backend - get in touch!



Chronic Care Management (CCM) Support

Bridge now supports billing and management for Chronic Care Management (CCM) services.

Key Features

  • Initiating Visit Tracking: Track the required initiating visit date for CCM enrollment.
  • Triage Support: New triage types to identify missing information, such as the initiating visit date.
  • Billing: Support for CCM-specific billing codes and rules.
  • Documentation: Enhanced note creation flows to capture necessary CCM data.

RPM Billing Support

Bridge now supports billing for Remote Patient Monitoring (RPM) services, including device setup and supply.

What’s New

  • Device Setup: Bill for initial device configuration and patient education.
  • Device Supply: Support for billing device supply codes.
  • Validation: Built-in validation rules for RPM-specific CPT codes to ensure claim accuracy.

Bridge API SDK Launch

We’re excited to announce the launch of our official Bridge API SDK! 🚀

What’s New

Bridge API SDK (@usebridge/api) is now available on npm, providing a TypeScript client for seamless integration with the Bridge API.

Key Features

  • Type Safety: Full TypeScript support with generated types from our API specification
  • Request/Response Validation: Built-in validation for all API requests and responses
  • Error Handling: Comprehensive error handling with detailed error messages

Getting Started

Install the SDK:

$npm install @usebridge/api

Check out our SDK documentation for installation guides, examples, and API reference.


We’ve made some updates to how patient consent works in Bridge:

Support for multiple submissions: Patients can now submit more than one attestation per consent type if needed.

Simplified tracking: You’ll now see the latest consent for each type, along with a clear expiration date and current status (e.g., Active, Expiring Soon, Expired).

Improved dashboard visibility: Consent details now display directly on the patient’s record, so it’s easy to stay up to date.

Automatic routing for expired consent: If a consent expires, related services will automatically pause and move to triage until it’s renewed.

These changes make consent management more flexible and transparent — while helping you avoid billing delays.


Triage Report

There is a new Triage Report available in the Bridge Dashboard.

This report provides a searchable list of all Services in the TRIAGE status, surfacing the triage task types.


It is now possible to search for Patients, Services and Providers using the field at the top of the dashboard.

These can be queried several fields including name, email, external ID’s, and more.

We’ll be rolling out improvements to this feature of the next few weeks, to include more controls/filtering.