tebra_create_patient
Creates a patient record in Tebra with required name and date of birth, and supports adding insurance, address, and guarantor details.
Instructions
Create a new patient in Tebra with demographics, address, insurance, and guarantor information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firstName | Yes | Patient first name | |
| lastName | Yes | Patient last name | |
| dateOfBirth | Yes | Date of birth (ISO 8601, e.g. 1990-01-15) | |
| gender | No | Optional gender (Male, Female, Other) | |
| No | Optional email address | ||
| homePhone | No | Optional home phone number | |
| mobilePhone | No | Optional mobile phone number | |
| address1 | No | Optional street address line 1 | |
| address2 | No | Optional street address line 2 | |
| city | No | Optional city | |
| state | No | Optional state (2-letter abbreviation) | |
| zipCode | No | Optional ZIP code | |
| ssn | No | Optional SSN (will be transmitted securely) | |
| referralSource | No | Optional referral source | |
| primaryInsurance | No | Optional primary insurance information | |
| guarantor | No | Optional guarantor information | |
| externalId | No | Optional external system ID |