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

EncounterReferral

Table detailing referrals made during or resulting from patient encounters.

Column Name Data Type Constraint Type Is Nullable
EncounterReferralId int PK NO
EncounterId int FK YES
ReferralId int FK YES
ReferralFreeText varchar(500) YES
OutsideOrder bit YES
OrderedDate datetime YES
PerformedDate datetime YES
EstimatedDate bit YES
FacilityTypeId int YES
OrganizationId int FK YES
FacilityFreeText varchar(500) YES
PersonProblemId int FK YES
ImpressionDate datetime YES
Impression varchar(max) YES
CommentsDate datetime YES
Comments varchar(max) YES
PersonGoalId int FK YES
Created datetime YES
CreatedBy varchar(100) YES
Modified datetime YES
ModifiedBy varchar(100) YES
Deleted datetime YES
DeletedBy varchar(100) YES
DirectSignature datetime YES
OrderStatusId int FK YES
OrderSubmissionTypeId int FK YES
ImportedDocumentId int FK YES
Back