Update Patient
tebra_update_patientUpdate a Tebra patient's details by ID. Only supplied fields (name, address, contact, etc.) are changed; practice defaults to first if not specified.
Instructions
Update an existing patient in Tebra. Only provided fields will be changed. 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 |
|---|---|---|---|
| city | No | Optional updated city | |
| No | Optional updated email address | ||
| state | No | Optional updated state | |
| gender | No | Optional updated gender | |
| zipCode | No | Optional updated ZIP code | |
| address1 | No | Optional updated street address line 1 | |
| address2 | No | Optional updated street address line 2 | |
| lastName | No | Optional updated last name | |
| firstName | No | Optional updated first name | |
| homePhone | No | Optional updated home phone number | |
| patientId | Yes | Tebra patient ID to update | |
| practiceId | No | Practice ID (alternative to practiceName) | |
| dateOfBirth | No | Optional updated date of birth (ISO 8601) | |
| mobilePhone | No | Optional updated mobile phone number | |
| practiceName | No | Practice name (auto-resolved to the account's first practice if omitted) |