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

PersonInsuranceAddress

Table with addresses associated with patients' insurance providers.

Column Name Data Type Constraint Type Is Nullable
PersonInsuranceAddressId int PK NO
PersonInsuranceId int FK YES
AddressTypeId int FK YES
AddressUseId int FK YES
Address1 varchar(50) YES
Address2 varchar(50) YES
Address3 varchar(50) YES
City varchar(50) YES
StateId int FK YES
Zip varchar(5) YES
Zip4 varchar(4) YES
Created datetime YES
CreatedBy varchar(100) YES
Modified datetime YES
ModifiedBy varchar(100) YES
Deleted datetime YES
DeletedBy varchar(100) YES
Back