E
| Term | Definition |
|---|---|
| Early Access | A phase where new features or APIs are available to select partners before general availability, such as the Ambient Clinician Note Generation API. |
| EHR | Electronic Health Record. A digital version of a patient’s paper chart containing comprehensive health information. |
| EMR | Electronic Medical Record. Digital version of patient medical records maintained by healthcare providers. |
| Encounter | A single interaction between a patient and healthcare provider, typically corresponding to one visit or appointment. |
| Encounter Content | The aggregated clinical note content for a full patient encounter, combining output from one or more ambient sessions under the same encounter ID. |
| Encounter ID | A unique identifier for a specific patient encounter, used to group multiple ambient sessions that belong to the same visit. |
| Encounter Type | A classification describing the nature of a patient visit (e.g., office visit, follow-up, new patient), used to guide note generation behavior. |
| Encryption at Rest | The protection of stored data by encrypting it when saved on disk or in databases. Suki uses AES-256 encryption for data at rest. |
| Encryption in Transit | The protection of data while it moves between systems over networks. Suki uses TLS 1.2 for data transmission encryption. |
| EOF | End of File. A WebSocket streaming event that indicates the closure or completion of an audio stream. |
| ES6 | ECMAScript 2015, a version of JavaScript that includes modern features like arrow functions, classes, and modules. Required for browser compatibility with Suki Web SDK. |