NoteContent type to create a note content object.
JavaScript
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Web SDK now supports Medication Orders -> Learn more
NoteContent type represents the content structure for clinical notes
NoteContent type to create a note content object.
type NoteContent = {
title: string;
content: string;
diagnosis?: Diagnosis;
loinc_code?: string;
};
Was this page helpful?
Suggestions