Skip to main content
The binary table contains binary data resources, such as AI-generated briefs or other document content stored as base64-encoded data. Primary Keys:
  • binary_id
Foreign Keys:
  • patient_id - links to the patient table
ColumnData TypeDescription
binary_idvarcharUnique identifier for the binary resource
patient_idvarcharUnique identifier for the patient
content_typevarcharMIME type of the binary data (e.g., text/plain)
datavarcharBase64-encoded binary data
meta_sourcevarcharData source (e.g., metriport:ai-generated-brief)
meta_last_updatedtimestampLast update timestamp from FHIR meta