Update existing session context with new clinical information
visit and provider_role fields.visit field within the payload. The visit field contains information about the visit such as chief complaint, encounter type, reason for visit, and visit type.provider_role field within the payload. The provider_role field contains information about the provider.| 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 |
sdp_suki_token
ambient_session_id
UpdateContextRequest
Request body for the /session/{ambient_session_id}/context PATCH endpoint
Optional - Information about the diagnoses
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
Success Response
Response body for the /session/{ambient_session_id}/context PATCH endpoint
Updated context for the session