form_vitals


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

Records of patient vital sign assessment

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
form_vital_details.form_id Defined in XML R
uuid BINARY 16 null
date DATETIME 19 null
pid BIGINT 19 0
patient_data.pid Defined in XML R

The internal patient identifier

user VARCHAR 255 null
users.username Defined in XML R
groupname VARCHAR 255 null
groups.name Defined in XML R
authorized TINYINT 3 0
activity TINYINT 3 0
bps VARCHAR 40 null
bpd VARCHAR 40 null
weight DECIMAL 12,6 0.000000
height DECIMAL 12,6 0.000000
temperature DECIMAL 12,6 0.000000
temp_method VARCHAR 255 null
pulse DECIMAL 12,6 0.000000
respiration DECIMAL 12,6 0.000000
note VARCHAR 255 null
BMI DECIMAL 12,6 0.000000
BMI_status VARCHAR 255 null
waist_circ DECIMAL 12,6 0.000000
head_circ DECIMAL 12,6 0.000000
oxygen_saturation DECIMAL 6,2 0.00
oxygen_flow_rate DECIMAL 12,6 0.000000
external_id VARCHAR 20 null
ped_weight_height DECIMAL 6,2 0.00
ped_bmi DECIMAL 6,2 0.00
ped_head_circ DECIMAL 6,2 0.00
inhaled_oxygen_concentration DECIMAL 6,2 0.00

Indexes

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

Relationships