Is ambient_session_id the Same as an Ambient Clinical Note Session ID?
Is ambient_session_id the Same as an Ambient Clinical Note Session ID?
No.
ambient_session_id is the ID, not an Ambient session from the Ambient API.Why Is the Form Filling UI Blank?
Why Is the Form Filling UI Blank?
Common causes:
- Container has zero height
- CSP blocks
https://sdk.suki.aiorhttps://sdk.suki-stage.cominframe-src - Invalid template IDs or partner credentials
Which Error Codes Does the Form Filling SDK Emit?
Which Error Codes Does the Form Filling SDK Emit?
The SDK emits
SUKI_FF_001 through SUKI_FF_004, each with a reason string. There are no FF_SDK_* codes in the shipped package.Refer to Error handling for the full table and troubleshooting.What Is Form-Filling:background-Submitted?
What Is Form-Filling:background-Submitted?
Fires when structured data arrives for a session that is no longer the foreground session (the result’s
ambient_session_id does not match the open session), for example after the clinician closed processing or timeout and started a later session. Late results for the same open session still use form-filling:submitted / onSubmit. Handle with client.on("form-filling:background-submitted", ...) or React onBackgroundSubmit. For production saves, use your webhook.What CSP Origins Should I Allow?
What CSP Origins Should I Allow?
Refer to Prerequisites.