tebra_create_document
Upload a document to a patient record in Tebra. Accepts base64-encoded PDF, JPG, PNG, or TIFF files.
Instructions
Upload a document to a patient record in Tebra. Supports PDF, JPG, PNG, and TIFF files via base64 content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patientId | Yes | Tebra patient ID | |
| documentLabel | Yes | Document category label (e.g. Lab Results, Referral Letter) | |
| fileName | Yes | File name with extension (e.g. lab_results.pdf) | |
| fileContent | Yes | Base64-encoded file content | |
| fileType | Yes | File type: PDF, JPG, PNG, or TIFF | |
| description | No | Optional document description/notes | |
| encounterDate | No | Optional encounter date to associate with (ISO 8601) |