> ## Documentation Index
> Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# C

> Glossary terms starting with C

<div className="sdk-overview-container">
  <h1 className="sdk-overview-main-title">C</h1>

  | Term                         | Definition                                                                                                                                                                                                                                                          |
  | :--------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | **Callback URL**             | An endpoint URL registered by a partner to receive webhook event notifications from Suki, such as session completion or note generation events.                                                                                                                     |
  | **CANCEL**                   | A WebSocket streaming event that terminates the current ambient session entirely, discarding all captured audio and preventing note generation.                                                                                                                     |
  | **CDN**                      | Content Delivery Network. A distributed network of servers that delivers web content to users based on geographic proximity, used for hosting SDK assets.                                                                                                           |
  | **Chief Complaint**          | A clinical note section (LOINC: 10154-3) for the main reason for the visit, often in the patient's own words. In Suki, pass this LOINC code in ambient session sections when you want chief complaint content in the generated note.                                |
  | **Clinic**                   | An outpatient care location where patients are seen. In partner structures, clinics often sit under a larger organization that integrates Suki for documentation across sites.                                                                                      |
  | **Clinical Note**            | The structured medical documentation produced for a patient encounter. In Suki, ambient note generation organizes content into LOINC-coded sections so partners can review, edit, and submit notes into an EHR-ready workflow.                                      |
  | **Clinical Workflows**       | Repeatable care and documentation processes used in clinics and hospitals, from intake through charting and follow-up. Suki products plug into these workflows so providers can capture visits and produce documentation without leaving their primary application. |
  | **Clinician**                | A care delivery professional who works directly with patients. In Suki docs, clinician is often used interchangeably with provider when describing who captures visits and reviews generated notes.                                                                 |
  | **Composition ID**           | Identifier returned as `composition_id` from ambient session create for the note artifact linked to the session. Use it as `note_id` with note-level Ambient APIs.                                                                                                  |
  | **Context-Aware Processing** | Suki's approach to reading clinical conversation in context and placing content into the right note sections. It uses visit cues and configured LOINC sections so generated documentation follows clinical structure instead of a raw transcript dump.              |
  | **Correlation ID**           | Your encounter or appointment ID passed as correlation\_id when starting a Form filling SDK session. Suki returns it in SDK callbacks and partner webhooks so you match structured results to the correct patient record.                                           |
</div>
