form_soap


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

Holds Subjective, Objective, Assessment, and Plan (SOAP) notes

Columns

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

The internal patient identifier

user VARCHAR 255 null
groupname VARCHAR 255 null
authorized TINYINT 3 0
activity TINYINT 3 0
subjective TEXT 65535 null
objective TEXT 65535 null
assessment TEXT 65535 null
plan TEXT 65535 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships