Encounter type to create an encounter 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
Encounter type represents a clinical encounter with patient information
Encounter type to create an encounter object.
type Encounter = {
identifier?: string; // optional; max 36 characters
patient: Patient;
};
Was this page helpful?
Suggestions