- binary_id
- patient_id - links to the patient table
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Schema documentation for the Binary table in the Metriport data model
| 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 |
