Enhancements
- Optional patient fields: The
birthDateandgenderproperties are now optional in thePatienttype. You can omit these fields when creating patient objects if the information is not available, making it easier to integrate patient data from systems where this information may be missing.
Removed
- AmbientOptions: The
prefill.noteTypeIdsproperty is no longer supported in theAmbientOptionstype. You must use thesectionsproperty instead.
New Features
- Telehealth audio capture: Capture audio directly from separate tabs from the same browser window hosting your telehealth session. This ensures accurate ambient clinical documentation during virtual visits via Zoom, Teams, and other telehealth platforms.

This feature is an opt-in setting and is disabled by default. To enable this feature, follow the steps in the Telehealth guide.
Enhancements
-
Enhanced event monitoring: Added 6 new authentication events and 5 new ambient session lifecycle events to the
EmitterEventstype. These events provide granular visibility into login, registration, token refresh, and session state changes, helping you build better error handling and user feedback in your application. - Improved offline handling: Offline mode now includes a 15-second buffer to handle temporary connection problems. This gives you time to show connection status notifications in your UI before the session transitions to offline mode, improving the user experience during brief network interruptions.
- User feedback collection: Collect user feedback on AI-generated content directly through the SDK. This helps you gather insights on note quality and user satisfaction.
New Features
- Bearer token authentication: Added support for Bearer token authentication by allowing you to pass
providerIdduring SDK initialization. This provides more flexibility for authentication workflows.
main.js
App.tsx
Bug Fixes
- Fixed incorrect
isAmbientInProgressandisAmbientPausedflags inambient:updateevents - Fixed
activeAmbientIdnot resetting in theuseSukihook after a session is submitted or cancelled
Additional Changes
- Removed insert script option from section editing in the note page
New Features
- Problem-based charting support: Added support for problem-based charting (PBN) with LOINC codes. Use the
isPBNSectionproperty in yourambientOptionsto enable problem-based note generation for specific sections.
Enhancements
- Updated default UI options: Updated default values for
uiOptionsto match the latest UI configuration. Close button, start ambient button, dictation, copy, and insert script features are now enabled by default, while the create empty note button is disabled by default.
Major Changes
- Automated user registration: Programmatically create organizations and users during SDK initialization, reducing manual setup and accelerating onboarding workflows.
- LOINC code integration: Standardize note sections using LOINC codes, improving note quality, scalability, and integration consistency across healthcare systems.
- Expanded theme customization: Enhanced theme options with additional properties for greater control over SDK appearance. Refer to the theming guide for examples and customization options.
New Features
- Initial stable release: Enhanced user experience with visual improvements, faster note generation, and improved stability