Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.have-foresight.app/llms.txt

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

Create and manage patient demographics, contact, and identifiers.

Concepts

  • Each patient is scoped to your organization.
  • Patient IDs are stable across renames, address changes, and policy churn.
  • Soft-delete: PATCH deletedAt rather than hard-deleting; the row stays for audit.

Scopes

patients:read, patients:write

Endpoints

MethodPath
PATCH/v1/patients/{id}
GET/v1/patients/lookup
POST/v1/patients
See the Full schema section in the sidebar for the interactive request/response reference rendered from openapi.json.