form_prior_auth


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_prior_auth.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 Prior Authorization records

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
forms.form_id Defined in XML R

The primary key which is the same as the forms.form_id column

pid INT 10 null
patient_data.pid Defined in XML R

The internal patient identifier

activity TINYINT 3 0
date DATETIME 19 null
prior_auth_number VARCHAR 35 null
comments VARCHAR 255 null
date_from DATE 10 null
date_to DATE 10 null

Indexes

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

Relationships