Skip to main content

Intellicure uses cookies to improve your experience. Click the Learn More button to explore which cookies we install and their purpose.

Learn More

Return to EHI Tables Index

EHI Export Schema

Appointment

Table for patient appointments.

Column Name Data Type Constraint Type Is Nullable
AppointmentId int PK NO
AppointmentStartTime datetime NO
Duration int NO
ClinicId int FK NO
RoomId int FK YES
AppointmentTypeId int FK NO
PersonId int FK YES
Comments nvarchar(max) YES
Address1 varchar(50) YES
Address2 varchar(50) YES
City varchar(50) YES
State varchar(50) YES
Zip varchar(5) YES
FirstName varchar(50) YES
LastName varchar(50) YES
DateOfBirth datetime YES
Phone varchar(20) YES
Created datetime YES
CreatedBy varchar(100) YES
Modified datetime YES
ModifiedBy varchar(100) YES
Deleted datetime YES
DeletedBy varchar(100) YES
SexId int FK YES
SeriesId int FK YES
ParentAppointmentId int FK YES
ProcedureTypeTags varchar(max) YES
PlaceOfServiceId int FK YES
Back