O
| Term | Definition |
|---|---|
| OAuth 2.0 | An industry-standard authorization framework that enables secure delegated access to resources without sharing passwords. |
| Offline Mode | A capability that allows certain SDK features to function without an internet connection, enabling users to work in environments with limited connectivity. |
| Offline Session | An ambient session recorded while the device has no network connectivity. Audio is stored locally and automatically uploaded when connectivity is restored. |
| OpenAPI | A specification for describing REST APIs in a machine-readable format, used by Suki to document API endpoints, request/response schemas, and authentication requirements. |
| OpenID Connect | An authentication layer built on top of OAuth 2.0, providing identity verification and user information access. |
| Organization | A customer organization under a Partner, such as a hospital or clinic. One partner can serve many organizations. Clinical data and summaries for each organization are stored in a separate FHIR store. |
| Organization ID | Your own label for an organization under your partner account (organization_id in APIs such as CKG upload). Chosen at provisioning. Not a Suki UUID; non-UUID values are allowed. One ID per partner-to-organization mapping. Suki maps it to an internal org UUID that scopes the FHIR store and summaries. Different from Partner ID but related. |