Create Patient
tebra_create_patientCreate a patient record in Tebra with demographics, address, insurance, and guarantor details, automatically using the account's first practice if none is specified.
Instructions
Create a new patient in Tebra with demographics, address, insurance, and guarantor information. The practice is required by Tebra; if practiceName/practiceId are omitted, the account's first practice is used automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mrn | No | Optional medical record number | |
| ssn | No | Optional SSN | |
| city | No | Optional city | |
| No | Optional email address | ||
| state | No | Optional state (2-letter abbreviation) | |
| gender | No | Optional gender (Tebra GenderCode: Male, Female, Unknown) | |
| zipCode | No | Optional ZIP code | |
| address1 | No | Optional street address line 1 | |
| address2 | No | Optional street address line 2 | |
| lastName | Yes | Patient last name | |
| firstName | Yes | Patient first name | |
| guarantor | No | Optional guarantor information | |
| homePhone | No | Optional home phone number | |
| externalId | No | Optional external system ID | |
| practiceId | No | Practice ID (alternative to practiceName) | |
| dateOfBirth | Yes | Date of birth (ISO 8601, e.g. 1990-01-15) | |
| mobilePhone | No | Optional mobile phone number | |
| practiceName | No | Practice name (auto-resolved to the account's first practice if omitted) | |
| referralSource | No | Optional referral source | |
| primaryInsurance | No | Optional primary insurance (created inside a default patient case) |