Skip to main content
UpdatedAdded Medication orders (LOINC 52471-0) as a supported note section to enable Medication orders in the note generation process for the Headed Web SDK.
Quick summary
Note sections divide into standard parts such as “Chief Complaint,” “Physical Exam,” and “Assessment and Plan.” Suki uses codes to identify each section, which ensures seamless integration with your EHR system.
Note sections is supported by: APIs, Web SDK, Mobile SDK, Headless Web SDK
Note sections divide clinical notes into standard parts such as “Chief Complaint,” “Physical Exam,” and “Assessment and Plan.” This organized structure makes notes easier to read and ensures seamless integration with your EHR system. Suki uses codes (Logical Observation Identifiers Names and Codes) to identify each section. LOINC is a widely adopted healthcare standard, which means your notes will work consistently across different EHR systems and applications. When you specify the note sections, you get the following benefits:
  • Better organization: Content is automatically sorted into the right sections
  • EHR ready: Notes match the format your EHR expects
  • Industry standard: LOINC codes are recognized across healthcare systems
  • Customizable: Choose only the sections you need for your workflow

How it works

When you start an , you specify which sections you want in your note by providing their LOINC codes. Suki listens to the conversation and automatically organizes what’s discussed into those sections. Example: If you specify “Chief Complaint” (10154-3), “History of Present Illness” (10164-2), and “Physical Exam” (29545-1), Suki will:
  • Put information about why the patient is visiting into the Chief Complaint section
  • Organize the patient’s story into the History of Present Illness section
  • Capture exam findings into the Physical Exam section
The generated note includes each section with its LOINC code, making it easy to map directly to your EHR’s structure.

Supported note sections

Suki supports the following clinical note sections using LOINC codes:

Choosing your sections

Select sections that match your clinical workflow and EHR requirements. Here are some common configurations:
Start with a few essential sections and add more as needed. Adjust your configuration anytime based on what works best for your workflow.

How to use note sections

Specify which sections you want when creating an ambient session by providing their LOINC codes. Example:
JavaScript
Suki automatically organizes the conversation content into these sections. Each generated section includes:
  • Section name: The readable title (e.g., “Chief Complaint”)
  • Content: Relevant text extracted from the conversation
  • LOINC code: The standard identifier for EHR integration
This structured format makes it easy to map sections directly to your EHR’s note template.
Last modified on June 30, 2026