tebra_update_patient
Update an existing patient's demographics and contact details in Tebra by specifying only the fields that require change.
Instructions
Update an existing patient in Tebra. Only provided fields will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patientId | Yes | Tebra patient ID to update | |
| firstName | No | Optional updated first name | |
| lastName | No | Optional updated last name | |
| dateOfBirth | No | Optional updated date of birth (ISO 8601) | |
| gender | No | Optional updated gender | |
| No | Optional updated email address | ||
| homePhone | No | Optional updated home phone number | |
| mobilePhone | No | Optional updated mobile phone number | |
| address1 | No | Optional updated street address line 1 | |
| address2 | No | Optional updated street address line 2 | |
| city | No | Optional updated city | |
| state | No | Optional updated state | |
| zipCode | No | Optional updated ZIP code |