Create patient
Creates a new patient record with demographics, contact information, and optional metadata. Returns the full patient object including a unique pat_ identifier.
Last updated
/v1/patientsUse this endpoint when registering a new patient during intake, importing records from a legacy system, or provisioning a profile before scheduling an appointment. The API validates required demographic fields and normalizes phone numbers to E.164 format.
Request body
/v1/patientsAuth requiredCreates a patient and returns the persisted record.
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| first_name | body | string | Yes | Legal first name as it should appear on claims. |
Was this page helpful?
Your feedback helps us improve our documentation.