sdp_provider_id on every REST and WebSocket request so Suki can route each call to the correct provider.
What’s enhanced
Enhancements
Web SDKMedication orders: The Suki Web SDK now supports Medication orders generation during ambient sessions. During a visit, the SDK identifies recommended medications from the clinician’s conversation and displays them in the built-in Medication orders section for review. When the provider submits the note, the SDK returns structured order data in the note submission payload.To enable this capability, pass the LOINC code52471-0 in the ambientOptions.sections array when you mount the Web SDK or set ambient options.- Medication orders are supported on v2 and v3 versions of the Web SDK.
- Combine
52471-0with your other note sections and a PBC section when you need to link orders to problems in the same session. - On note submit, parse
orders.medication_ordersfrom the payload and send validated orders to your EHR.

Implementation
JavaScript
contents.Learn more in the Medication orders overview, Medication orders payload structure, and Web SDK changelog.API v1.4.0 | Form Filling API v1.1.0Single Auth Token authentication: You now have the option to authenticate providers in your application using a single authentication token for all clinicians. When you choose this option, your backend uses one shared partner_token instead of a per-user token. The shared token proves your organization is authorized, but it does not identify who is signed in. You must send sdp_provider_id on every REST API and WebSocket API call so Suki can route each request to the correct clinician.This applies to Ambient, Dictation, and Form Filling API requests. Send sdp_provider_id on Register and Login, and include it on every subsequent request along with sdp_suki_token.JSON