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.
🚀 New Form Filling SDK is out! Refer to the Release notes for details.
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