bullet and each bullet belongs to a category and has free-text value.
Working with visit notes via the API
Signing a visit note through the API requires the practice to have API document signing enabled. Supplyingsigned_by and signed_date signs the note only when the feature is turned on for the authoring practice; otherwise the request returns 400 and the note is not signed. Requests that omit both fields are unaffected. Request that Elation enable it for the practice before building a workflow that signs. See Getting Help.
Listing visit notes returns top-level bullets only. A GET to the list endpoint serializes each bullet without children, note_item, or handout, and child bullets do not appear as entries of their own. Retrieving a note by id returns the full bullet tree, as does the response to a create. Fetch the note by id when you need child bullets or bullet attachments.
Field notes
checklistsholds the Review of Systems (ROS) and Physical Exam (PE) entries.typedraws from the visit note types a practice configures in its settings. See The Visit Note Type Object.