- binary_id
- patient_id - links to the patient table
| Column | Data Type | Description |
|---|---|---|
| binary_id | varchar | Unique identifier for the binary resource |
| patient_id | varchar | Unique identifier for the patient |
| content_type | varchar | MIME type of the binary data (e.g., text/plain) |
| data | varchar | Base64-encoded binary data |
| meta_source | varchar | Data source (e.g., metriport:ai-generated-brief) |
| meta_last_updated | timestamp | Last update timestamp from FHIR meta |

