Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.suki.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Encounter type represents a clinical encounter with patient information. The code snippet below shows how to use the Encounter type to create an encounter object.
JavaScript
type Encounter = {
  identifier?: string;
  patient: Patient;
};

Properties

Last modified on April 1, 2026