Skip to main content
A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc. See the HL7 FHIR R4 spec for full details. Previous version: binary Tables in this resource: binary – Binary content (this page). 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
contenttypevarcharMIME type of the binary data (e.g., text/plain)
datavarcharBase64-encoded binary data
meta_sourcevarcharData source (e.g., metriport:ai-generated-brief)
meta_lastupdateddatetimeLast update timestamp from FHIR meta
Related Tables: Parent:

Version diff

Renamed
  • content_typecontenttype
  • meta_last_updatedmeta_lastupdated