Skip to main content

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