Last Updated: 7/22/2025 8:42:49 PM

Intergy Version: 22.00.00.00

EncounterVital

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table stores the vital values taken during the encounter.

Field Datatype Default Null Option Comment
EncounterVitalSetSID INTEGER ?   MANDATORY FK - From EncounterVitalSet
VitalTypeSID INTEGER ?   MANDATORY FK from VitalType
RecordStatus CHARACTER(1) Record_Status_Active   MANDATORY Status of the vital record. Allowed values must be defined in RecordStatus lookup type. Default value is 'A'.
VitalValue DECIMAL(10,6) ?   MANDATORY Vital value. Stored in a standard unit of measure for the vital type, which is hard-coded in the programs that access it.
TimeStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was last written.
LastUser INTEGER ?   OPTIONAL User ID of user that last wrote the record.
CreateStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was created.
CreateUser INTEGER ?   OPTIONAL User ID of user that created the record.
Note CHAR(28000)   OPTIONAL Comment field for encounter vital sign
VitalUnit CHAR(12) Set_To_Empty_String   MANDATORY Defines the unit of measure in which the vital value was entered. The VitalValue reflects the standard UOM.
CreateDateTimeUTC DATETIME-TZ   OPTIONAL This is a denormalized field based off the CreateStamp. This field contains the Date, Time and timezone offset.

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
VitalType EncounterVital.VitalTypeSID = VitalType.VitalTypeSID RESTRICT if EncounterVital exists
EncounterVitalSet EncounterVital.EncounterVitalSetSID = EncounterVitalSet.EncounterVitalSetSID CASCADE if EncounterVital exists

Child Tables
Child TableJoin PhraseWhen deleting EncounterVital record...