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

ImportedDocument

Table containing documents imported into the electronic health record system.

Column Name Data Type Constraint Type Is Nullable
ImportedDocumentId int PK NO
PersonId int FK NO
PersonIdentifierId int FK YES
DocumentTypeId int FK NO
ImportedDocumentName varchar(250) YES
ServiceDate datetime YES
DocumentDate datetime YES
OrganizationID int FK YES
OrganizationFreeText varchar(200) YES
ProviderPersonId int FK YES
ProviderFreeText varchar(200) YES
DocumentPointer varchar(200) YES
Created datetime YES
CreatedBy varchar(100) YES
Modified datetime YES
ModifiedBy varchar(100) YES
Deleted datetime YES
DeletedBy varchar(100) YES
DocumentVersion int NO
EncounterId int FK YES
ClinicId int FK YES
SetId int YES
Back