Skip to main content
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 May 22, 2026