create_patient
Add new patients to the Cliniko healthcare system by entering personal details, contact information, and medical identifiers for practice management.
Instructions
Create a new patient
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_name | Yes | Patient first name | |
| last_name | Yes | Patient last name | |
| title | No | Title (Mr, Ms, Dr, etc) | |
| preferred_name | No | Preferred name | |
| date_of_birth | No | Date of birth (YYYY-MM-DD) | |
| sex | No | Biological sex | |
| No | Email address | ||
| phone_number | No | Primary phone number | |
| address_line_1 | No | Address line 1 | |
| address_line_2 | No | Address line 2 | |
| suburb | No | Suburb/City | |
| postcode | No | Postcode | |
| state | No | State/Province | |
| country | No | Country | |
| medicare_number | No | Medicare number | |
| medicare_reference_number | No | Medicare reference number |