Create and manage patient demographics, contact, and identifiers.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.
Concepts
- Each patient is scoped to your organization.
- Patient IDs are stable across renames, address changes, and policy churn.
- Soft-delete: PATCH
deletedAtrather than hard-deleting; the row stays for audit.
Scopes
patients:read, patients:write
Endpoints
| Method | Path |
|---|---|
PATCH | /v1/patients/{id} |
GET | /v1/patients/lookup |
POST | /v1/patients |
openapi.json.