Overview
Section type represents a clinical note section using LOINC codes for ambient sessions. The code snippet below shows how to use theSection type to create a section object.
JavaScript
Section type represents a clinical note section using LOINC codes for ambient sessions
Section type to create a section object.
type Section = {
loinc: string;
isPBNSection?: boolean;
};
Hide properties