Skip to main content

E

TermDefinition
Early AccessA phase where new features or APIs are available to select partners before general availability, such as the Ambient Clinician Note Generation API.
EHRElectronic Health Record. A digital version of a patient’s paper chart containing comprehensive health information.
EMRElectronic Medical Record. Digital version of patient medical records maintained by healthcare providers.
EncounterA single interaction between a patient and healthcare provider, typically corresponding to one visit or appointment.
Encounter ContentThe aggregated clinical note content for a full patient encounter, combining output from one or more ambient sessions under the same encounter ID.
Encounter IDA unique identifier for a specific patient encounter, used to group multiple ambient sessions that belong to the same visit.
Encounter TypeA classification describing the nature of a patient visit (e.g., office visit, follow-up, new patient), used to guide note generation behavior.
Encryption at RestThe 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 TransitThe protection of data while it moves between systems over networks. Suki uses TLS 1.2 for data transmission encryption.
EOFEnd of File. A WebSocket streaming event that indicates the closure or completion of an audio stream.
ES6ECMAScript 2015, a version of JavaScript that includes modern features like arrow functions, classes, and modules. Required for browser compatibility with Suki Web SDK.