Get Patient
tebra_get_patientRetrieve a full patient record by Tebra patient ID or external system ID, including demographics, contact info, cases, insurance policies, and authorizations. Request only needed fields to limit protected health information.
Instructions
Get a full patient record from Tebra by patient ID, or by external system ID (optionally scoped to an external vendor). Includes demographics, contact info, cases, insurance policies, and authorizations. Insurance policy and group numbers are omitted unless named in fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional list of result fields to return (dotted paths for nested values, e.g. "cases.policies.companyName"). Omit for the default field set. Request only the fields you need — results contain protected health information. | |
| patientId | No | Tebra patient ID (numeric) | |
| externalId | No | External system ID (alternative to patientId) | |
| externalVendorId | No | Optional external vendor ID to scope the externalId lookup |