export_job


If there is patient data for this table the file for this export will be found in the extracted zip folder location under the filename of export_job.csv

If there are non-patient data column elements that are not part of the designated record set they will be marked in the Comment's column for that data element

Description

fhir export jobs

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
uuid BINARY 16 NULL
user_id VARCHAR 40 null
client_id VARCHAR 80 null
status VARCHAR 40 null
start_time DATETIME 19 NULL
resource_include_time DATETIME 19 NULL
output_format VARCHAR 128 null
request_uri VARCHAR 128 null
resources TEXT 65535 NULL
output TEXT 65535 NULL
errors TEXT 65535 NULL
access_token_id TEXT 65535 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
uuid Must be unique Asc uuid

Relationships