Quick summary
allows you to customize how Suki generates clinical notes based on each provider’s preferences. Control how much detail (short and concise, balanced, or very detailed) and how it’s formatted (continuous paragraphs or bullet points).
Personalization is supported by: APIs, Web SDK, Mobile SDK
- How much detail: Short and concise, balanced, or very detailed notes
- How it’s formatted: Continuous paragraphs (narrative) or bullet points
- Provider satisfaction: Notes match each provider’s preferred style and level of detail
- Consistent documentation: Once set, preferences apply automatically to all future notes
- Efficiency: Providers don’t need to manually adjust notes; they’re generated according to their preferences
- Flexibility: Different providers can have different preferences based on their specialty and workflow
- Better adoption: When notes match provider preferences, they’re more likely to use and trust the system
How it works
Settings are saved at the user level (not per session) and applied to all future note generation for that provider. The process:- Set preferences: Use the Mobile SDK
setPersonalizationPreferencesmethod or the User Preferences API to configure a provider’s preferences - Automatic application: Suki applies these settings to all future notes for that provider
- Update anytime: Update preferences at any time; the most recent settings always take effect
Settings are persistent and user-specific. You don’t need to send preferences with every session request.
How to set personalization preferences
Use the Mobile SDK or User Preferences API; the method depends on your integration. Mobile SDK Example:Swift
Python
- After user registration (when a new provider is added)
- When a provider requests changes
- Before sessions start, ideally before audio streaming begins
Personalization options
Customize two aspects of note generation:Verbosity
How much detail is included. Applies to all note sections.Applies to: All note sections
Section style
Controls the formatting style for specific clinical sections. Set different styles for different sections as needed.Applies to:
- History of Present Illness (10164-2)
- Assessment and Plan (51847-2)
- Assessment (51848-0)
- Plan (18776-5)
JSON
Best practices
Related APIs
User Preferences API
Set and update personalization preferences for providers