form_clinical_notes


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

Patient clinical notes with support for USCDI V1 standardized note types

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
form_id BIGINT 19 null
uuid BINARY 16 null
date DATE 10 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
codetext TEXT 65535 null
description TEXT 65535 null
external_id VARCHAR 30 null
clinical_notes_type VARCHAR 100 null
list_options.option_id Defined in XML R

Comes from the list_options.list_id=‘Clinical_Note_Type’ and represents the standardized note type for this note

clinical_notes_category VARCHAR 100 null
list_options.option_id Defined in XML R

Comes from the list_options.list_id=‘Clinical_Note_Category’ and represents the main category for this kind of clinical note

note_related_to TEXT 65535 null

Indexes

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

Relationships