- 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 |
| contenttype | 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_lastupdated | datetime | Last update timestamp from FHIR meta |
Version diff
Renamedcontent_type→contenttypemeta_last_updated→meta_lastupdated

