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.
JavaScript
contents.Learn more in the Medication orders overview, Medication orders payload structure, and Web SDK changelog.API v1.5.0HCC codes: The Structured data API and Encounter structured data API now return HCC codes alongside ICD10, IMO, and SNOMED for each suggested diagnosis in ambient structured data output.- HCC values are derived from the ICD-10-CM code using the CMS-HCC V28 model.
- Each HCC entry uses
type: "HCC"in the diagnosiscodesarray. Thedescriptionuses the formatCMS-HCC model category <code>(for example,CMS-HCC model category 65). - If an ICD-10-CM diagnosis does not map to an HCC model category, Suki looks for general HCC codes that match the diagnosis description. If no match is found, the diagnosis is returned without an HCC code.
HCC codes are returned in structured data output only. Do not send HCC codes in session context.
JSON
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