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

OutsideGoal

Table recording patient goals from outside the electronic health record.

Column Name Data Type Constraint Type Is Nullable
OutsideGoalId int PK NO
SmartGoalId varchar(100) YES
PersonId int FK YES
LifeCycleStatusText varchar(50) YES
AchievementStatusText varchar(50) YES
PriorityText varchar(50) YES
GoalCategoryText varchar(100) YES
GoalDescription varchar(500) YES
StartDate datetime YES
StatusDate datetime YES
Note varchar(max) YES
NoteDate datetime YES
NotedBy varchar(100) YES
RecordStatus int YES
Created datetime YES
CreatedBy varchar(100) YES
Modified datetime YES
ModifiedBy varchar(100) YES
Deleted datetime YES
DeletedBy varchar(100) YES
Back