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

OutsideAllergy

Table detailing allergy information from external sources.

Column Name Data Type Constraint Type Is Nullable
OutsideAllergyId int PK NO
PersonId int FK NO
ExternalId bigint YES
AllergyName varchar(150) YES
AllergySnomed varchar(50) YES
AllergyRxNormId varchar(20) YES
AllergyCategory varchar(50) YES
AllergySeverityText varchar(50) YES
AllergyReactionDescription varchar(100) YES
AllergyReactionSnomed varchar(50) YES
AllergyStatus varchar(50) YES
AllergyVerificationStatus varchar(50) YES
OnsetDate datetime YES
NotedDate datetime YES
LastOccurrenceDate datetime YES
ClinicalNote varchar(max) 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
SmartAllergyId varchar(100) YES
Back