Section type represents a clinical note section using LOINC codes for ambient sessions
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;};
Marks this section as the single PBN (Problem-Based Note) section. Only one section may be marked as PBN. If omitted on all sections, Assessment & Plan (LOINC 51847-2) will be used as default