Update Ambient Session Context
Update existing session context with new clinical information
Comparison with POST Context
| Feature | POST (Seed) | PATCH (Update) |
|---|---|---|
| Purpose | Set entire context all at once when available | Incrementally build context as information becomes available |
| Data Approach | Complete context payload | Partial context updates |
| Timing | Before EndSession. When you have all context information together. | Before EndSession. As information becomes available progressively |
| Behavior | Replaces entire context | Updates only specified fields |
Headers
sdp_suki_token
Unique identifier for the provider. Optional for standard partners. Required for Single Auth Token authentication, where multiple providers share the same partner_token.
"provider-123"
Path Parameters
ambient_session_id
Body
UpdateContextRequest
Request body for the /api/v1/ambient/session/{ambient_session_id}/context PATCH endpoint
Optional - Information about the diagnoses
Optional - Information about EMR context
Optional - Information about form-filling context
Optional - Information about orders context
Optional - Information about the patient
Optional - Information about the provider
Optional - Information about the sections to be generated. If not provided, all supported note-sections will be generated.
Optional - Information about the visit
Response
Success Response
Response body for the /api/v1/ambient/session/{ambient_session_id}/context PATCH endpoint
Updated context for the session