Skip to main content

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 = {
  prefill?: {
    noteTypeIds?: string[];
  };
  sections?: Section[];
};

Properties

We recommend using LOINC codes for the sections array.