Skip to main content
2025-11-20

Added

  • Stitch: Patients can now search for their healthcare institution using a partial match, improving the search experience and making it easier to find institutions with incomplete or approximate names.
2025-11-19

Added

  • Portal: Accounts now require a corporate domain. Email addresses from providers like Gmail, Yahoo, etc., are no longer supported.
2025-11-12

Added

  • Added documentation for Catalog Editor tool that allows Fasten customers to submit corrections to the provider catalog.
2025-10-29

Added

  • Webhooks & Events: customers can now subscribe to the patient.request_health_system and patient.request_support webhook events. These events are emitted when a patient requests a new health system to be added to the Fasten Connect catalog, or when they request support during the connection process.
  • Webhooks & Events: added scope_patient_missing failure_reason to the patient.ehi_export_failed event. This indicates that the patient did not consent to share a required scope during the Consent flow.
2025-10-28

Added

  • Stitch: documentation updated to reference the widget.config_error event. This event is emitted when the Stitch.js widget is misconfigured (e.g. invalid public key, missing required parameters, etc).
2025-10-19

Added

  • API: documentation updated to reference the new download_links parameter. Returned by EHI-Export patient.ehi_export_success event.

Deprecated

  • API: the download_link provided by patient.ehi_export_success webhook event is now deprecated (will be removed in Jun, 2026), instead implementors should use the download_links array parameter when downloading patient records using the EHI-Export Download endpoint.
2025-09-26

Added

  • Portal: Webhook simulator enhancements and schema alignment. The simulator now closely mirrors the actual webhook payload structure, making it easier to test and debug webhook integrations.
  • Portal: Better email address validation error messages.
2025-09-19

Added

  • Guides: Added Webhook simulator and debugging guide to help users test and troubleshoot webhook integrations.
2025-09-18

Added

  • Stitch: Added instructions explaining how to customize the “Share Records” text on the Fasten Stitch button.
2025-09-11

Added

  • API: Added dedicated bridge/reconnect endpoint to simplify the process of reconnecting (reauthorizing) an existing organization connection.
2025-09-11

Added

  • Stitch: Added search-query property, which allows you to pre-populate the search box with a specific query. This can help users quickly find their health system without having to type it in manually.
  • Stitch: Added show-splash property, which allows you to show or hide the splash screen that appears before the search popup. This can help build trust with users by displaying your own branding and introducing the Fasten Connect service.
2025-08-30

Added

  • API: Added a large number of sanitized error types. This will help implementors to better understand why a request or data collection failed, and take appropriate action. Errors that cannot be adequately sanitized will return a generic 500 error code with no meaningful message.
2025-08-29

Added

  • API: Org Connection Status endpoint will now return scopes field, which indicates the resource types that were consented by the patient. This feature is currently in beta.
2025-08-28

Added

  • Stitch: Added visible error details (type and description) when connection fails. Patients can now easily understand why the connection failed and submit a support request if needed.
2025-08-21

Added

  • Portal: Added the ability to invite other administrators when creating a new organization.
  • Webhooks: Added support for patient.authorization_revoked webhook event.
2025-08-06

Added

  • Portal: Added information about current failure count to the webhook endpoint details page. This will help users understand the current status of their webhook endpoints and take necessary actions if needed.
2025-07-28

Added

  • Catalog: Added the Department of Veterans Affairs (VA) to the catalog, allowing users to connect to their VA health records.
  • Webhooks & Events: Improvements to ensure that webhook events are delivered even in cases where workers fail due to timeouts or memory issues.
2025-07-18

Added

  • Stitch: Added results.total field to optional search.query event so customers can determine the total number of results returned by the search query.
2025-07-17

Added

  • Webhooks & Events: You can now customize which webhook event types are subscribed to when creating or editing a webhook. Optional events can be selected or deselected freely, while required events remain enforced and cannot be removed.
  • Webhooks & Events: The webhook editor UI has been improved. The Update button will only enable when changes are detected to the endpoint URL, webhook status, or selected event types.
2025-07-16

Added

  • Catalog: Search enhancements, which should result in more accurate search results.
2025-07-15

Added

  • Stitch: Added support for event-types query parameter in the Stitch.js widget. This allows you to opt-in to receive specific events in the eventBus event data, such as search.query
2025-07-11

Added

  • Portal: When creating new credentials or webhooks, a notification email will be sent to all email addresses associated with the organization.
  • Catalog: Anthem sandbox is now available for testing purposes.
  • Webhooks & Events: Fixed an issue where Anthem EHR data collection would fail with an SSL/TLS error.
2025-07-04

Added

  • Webhooks: Added a stats key to the patient.ehi_export_success webhook event payload.
2025-07-02

Added

  • Stitch v1/v3: Fixed issue with Kaiser Permanente where the popup window will close immediately after opening, preventing the user from completing the authentication process.
  • API: Fixed an issue in redirect mode, when using a mobile deep link, Kaiser & Humana would fail to return back to the application after authentication.
  • API: Performance enhancement for health systems using Cerner (which should result in a 4x improvement in data collection & webhook delivery time).
2025-07-01

Added

  • Stitch v3: Clarify that widget.complete event should be used in most cases, rather than patient.connection_success
2025-06-26

Added

  • Webhooks: Added support for patient.connection_success webhook event.
2025-06-17

Added

  • Quickstart: details for parsing the eventBus event data (using JSON.parse()) in the Stitch v3 example.
2025-06-11

Added

  • Stitch v3: Fixed a bug where some connection failures incorrectly returned an unknown_error_during_connect error message.
  • Quickstart: Stitch v3 is now the recommended version for integrating Fasten Connect into your application.
2025-05-27

Added

  • Catalog: Added new aliases and metadata for healthcare institutions & health systems using AllScripts & Epic
2025-05-20

Added

  • Stitch v3: All CSS styles are now namespaced with a fhtw- prefix. This means that any CSS styles provided by Fasten will not affect other elements on your page.
  • Stitch v3: Bug: connection_status will always be present in the widget.complete event data.
  • Stitch v3: Bug: reconnect_org_connection_id was not working correctly. This has been fixed.
2025-05-10

Added

  • Webhooks: Added support for a failure_reason in the event payload.
2025-05-09

Added

  • API: Added support for multiple redirect_uris in the Developer Portal. If you decide to provide multiple redirect-uris, you MUST populate the redirect-uri query string parameter when calling the /connect API endpoint..
2025-05-08

Added

  • Catalog, API: updated catalog search engine to boost exact matches (on name and & aliases). This will increase search accuracy.
2025-05-01

Added

  • API: fixed catalog search pagination. searchAfter no longer needs to be converted to string array. sort values can be passed to the API as-is (in mixed array of numbers and strings).
  • API: adding status badges to show the status of various EHR sandbox accounts we provide for testing purposes, in test mode.
  • Docs: Updated documentation to include a status badge for the sandbox accounts.
2025-04-30

Added

  • Stitch: documentation related to “popup-timeout” parameter.
  • Stitch: Fixed issue where duplicate events generated when multiple Stitch instances are used on the same page.
  • API: Fixed issue where warnings emails were not correctly sent when a webhook is consistently failing, and will be disabled.
2025-04-11

Added

  • API: documentation updated to reference the new request_id parameter sent to the Redirect URL. Provides a correlation ID that should be sent with ticket requests to the Fasten Connect support team.
  • API: Added support/request endpoint to create a support ticket via the API.
  • “Webhooks & Events”: Added new failure_reason parameter sent with failed webhook events. Provides a sanitized reason for why the ehi-export operation failed, can be used for filtering/notifying patient to reauthenticate.
2025-04-04

Added

  • Stitch: v3 release of the Stitch.js widget is now available for use. This version includes a number of bug fixes and improvements.
2025-03-05

Added

  • Portal: Added some flexibility in the login system, allowing for clock skew between the client and server.
2025-02-18

Added

  • API: Introduced ID Verification Provider - CLEAR
2025-02-6

Added

  • Catalog: NPI Numbers are now included in the GET /v1/bridge/catalog response.
2024-12-6

Added

  • Portal: Added a note field for API credentials, helping users to identify the purpose of each credential.
2024-10-30

Added

  • API: Automatically disable webhooks that are misbehaved (e.g. 404 errors). This is to prevent spam and abuse of the webhook system.
2024-09-30

Added

  • API: documentation updated to reference the new task_id parameter. Used for both EHI-Export Status and Download endpoints.

Deprecated

  • API: the org_connection_id provided by webhook events is now deprecated (will be removed in Jan, 2024), instead implementors should use the task_id parameter when calling the EHI-Export Status and Download endpoints.
2024-09-12

Added

  • Stitch: documentation related to redirect query string parameters on error. This includes the new request_id parameter.
2024-09-10

Added

  • Stitch: Added the ability to provide an opaque external_state which is passed through to the Redirect URL on successful authentication.
2024-06-14

Added

  • Webhooks & Events: Updated documentation
  • Webhooks & Events: Added new Webhooks system, with support for retries, delivery logs & additional events.
  • Webhooks & Events: Compliant with standard-webhooks spec
2024-06-12

Added

  • Portal: Added the ability to delete API Credentials
2024-06-05

Added

  • Stitch: Fixed reconnect_org_connection_id - when clicked, should automatically redirect patient to the Health System’s login page.
2024-05-30

Added

  • Stitch: Fixed swapped descriptions for platform_type and connection_status
  • Quickstart: Clarified that Webhooks are POST requests
2024-05-21

Added

  • Stitch: Using “Health System” term consistently in the UI
  • Stitch: Added a warning message before redirecting to the Health System’s login page
2024-05-20

Added

  • Stitch: Platform Type (EHR system identifier) is now passed as a query parameter to the Redirect URL on successful authentication.
2024-05-16

Added

  • Stitch: Added the ability to request missing Health Systems. Fixed Pagination of Brands
  • Stitch: Added the ability to provide an opaque external_id which is passed through to the Redirect URL on successful authentication.
  • Stitch: Added the ability to show and hide the Search popup programmatically using the show() and hide() methods.
2024-04-18

Added

  • Catalog Search: Added the ability to search through all available healthcare institutions supported by Fasten Connect POST /v1/bridge/catalog/search
  • Catalog Lookup: Added the ability to lookup a specific Fasten Connect brand or portal by it’s id GET /v1/bridge/catalog
2024-04-06

Added

  • Added the ability to authenticate patients via a popup using the Stitch.js SDK. connect-mode="popup"