Skip to main content
UpdatedThe prefill.noteTypeIds property is no longer supported in the AmbientOptions type of the Web SDK v2.1.1. You must use the sections property instead.

Overview

AmbientOptions type represents the configuration options for ambient session functionality. The code snippet below shows how to use the AmbientOptions type to create a ambient options object.
JavaScript
type AmbientOptions = { 
  sections?: Section[];
};

Properties

sections
Section[]
Array of clinical note lonic sections to generate suggestions for
We recommend using LOINC codes for the sections array.