Create a patient
cliniko_create_patientWRITE — creates a REAL new patient record in the live Cliniko practice. Requires first_name + last_name. POST /patients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City. | |
| No | Email address. | ||
| notes | No | Free-text notes. | |
| state | No | State / region. | |
| address_1 | No | Street address line 1. | |
| last_name | Yes | Patient last name (required). | |
| post_code | No | Post / ZIP code. | |
| first_name | Yes | Patient first name (required). | |
| country_code | No | ISO country code, e.g. AU. | |
| phone_number | No | A phone number (stored as a Mobile phone number). | |
| date_of_birth | No | Date of birth yyyy-mm-dd. |