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"