form_observation


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 form_observation.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

Used for recording observations related to patients during medical encounters

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
date DATETIME 19 null
pid BIGINT 19 null
patient_data.pid Defined in XML R

The internal patient identifier

encounter VARCHAR 255 null
user VARCHAR 255 null
groupname VARCHAR 255 null
authorized TINYINT 3 null
activity TINYINT 3 null
code VARCHAR 255 null
observation VARCHAR 255 null
ob_value VARCHAR 255 null
ob_unit VARCHAR 255 null
description VARCHAR 255 null
code_type VARCHAR 255 null
table_code VARCHAR 255 null
ob_code VARCHAR 64 null
ob_type VARCHAR 64 null
ob_status VARCHAR 32 null
result_status VARCHAR 32 null
ob_reason_status VARCHAR 32 null
ob_reason_code VARCHAR 64 null
ob_reason_text TEXT 65535 null
ob_documentationof_table VARCHAR 255 null
ob_documentationof_table_id BIGINT 19 null
date_end DATETIME 19 null

Relationships