Skip to main content

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.

Overview

Section type represents a clinical note section using LOINC codes for ambient sessions. The code snippet below shows how to use the Section type to create a section object.
JavaScript
type Section = {
  loinc: string;
  isPBNSection?: boolean;
};

Properties

Last modified on March 23, 2026