Skip to main content
This release adds optional additional session-level metadata in the Web SDK (v2.2.0). Pass visitType, encounterType, providerRole, reasonForVisit, and chiefComplaint in ambientOptions when you start a session so note generation has better context. We’ve also updated how the patient note list shows note titles: when visitType is set, that value is used as the note title instead of Note on every row.

What’s enhanced

April 2026 - Enhanced
Enhancements
Web SDK optional session context

Enhancements

Web SDK 2.2.0Optional session-level metadata: Pass visit context (visitType, encounterType, reasonForVisit, chiefComplaint) and providerRole in ambientOptions to improve note generation. Pass these at session init (e.g. in mount or when calling setAmbientOptions).Why it matters: Improve note generation accuracy by passing session-level metadata alongside your LOINC sections.Learn more in the Ambient implementation guide and AmbientOptions reference.Web SDK 2.2.0Custom note titles: We’ve updated the Web SDK so the patient note list can show a real title instead of Note for every entry.Set visitType in ambientOptions when you start the session (same place you pass the other visit fields). The list uses that value as the note title. If you skip it, behavior stays the same as before.Why it matters: When more than one note is created on the same day, clinicians can see labels like ESTABLISHED_PATIENT or WELLNESS instead of several rows that all say Note.Learn more in the Note management guide.
Last modified on April 1, 2026