R
| Term | Definition |
|---|---|
| Rate Limiting | A mechanism that restricts the number of API requests a client can make within a given time period, used to protect platform stability and ensure fair usage. |
| Re-ambient | Starting an additional ambient session for an existing note, including from a different modality(Suki product). Pass the existing session group ID as encounter_id on ambient session create, with the same emr_encounter_id. |
| Real-time | Processing and response that occurs immediately or with minimal delay, such as live audio transcription and streaming to Suki’s platform. |
| Reseller Program | A business program that allows partners to embed Suki Platform’s core technology directly into their own solutions and sell applications powered by Suki’s assistive technology. |
| REST API | Representational State Transfer Application Programming Interface. An architectural style for designing networked applications using standard HTTP methods. |
| RESUME | A WebSocket streaming event that restarts audio transmission after a pause. |
| Review of Systems (ROS) | A clinical note section (LOINC: 10187-3) for a system-by-system review of signs and symptoms. In Suki, pass this LOINC code when you want ROS content in the generated note. |
| RS256 | RSA Signature with SHA-256. A digital signature algorithm used for signing and verifying JWT tokens in Suki’s authentication flow. |
| RSA | An asymmetric cryptographic algorithm used for secure data transmission and digital signatures, commonly used in JWT token verification. |