Tables [dbo].[Act_Hdr_Vitals]
Activity header table for Vitals. Replaced by Act_Hdr_Other.
KeyNameData TypeMax Length (Bytes)NullabilityDescription
Primary Key PK_Act_Hdr_Vitals_ID: IDID[dbo].[uniqueid]9NOT NULLKey to the Act_Hdr_Vitals table.
Cluster Key XcAct_Hdr_Vitals_Person: PatientIDForeign Keys FK_Act_Hdr_Vitals_PatientID_Patient_Member_ID: [dbo].[Patient_Member].PatientIDPatientID[dbo].[uniqueid]9NOT NULLPatient. Link to Patient_Member.ID.
Indexes XAct_Hdr_Vitals_VisIDVisitID[dbo].[uniqueid]9NOT NULLVisit Link to Visit.ID.
Indexes XAct_Hdr_Vitals_CurIDCurrentIDnumeric(16,0)9NOT NULLCurrent activity row. Link to the current row in Act_Vital.ID
DocFolderIDnumeric(16,0)9NOT NULLThis is set to 0 by default. Not used for Vitals.
CreateDTTMdatetime8NOT NULLDate entry was added.
LastUpdateDTTMdatetime8NOT NULLDate entry was last modified.
Check Constraints CK_Act_Hdr_Vitals_HasSecurityFLAG_Yes_Or_No : ([HasSecurityFLAG]='N' OR [HasSecurityFLAG]='Y')HasSecurityFLAG[dbo].[BOOL]1NOT NULLSecurity indicator (no longer used). Y/N.
Check Constraints CK_Act_Hdr_Vitals_IsCorrectedFLAG_Yes_Or_No : ([IsCorrectedFLAG]='N' OR [IsCorrectedFLAG]='Y')IsCorrectedFLAG[dbo].[BOOL]1NOT NULLCorrected Indicator (no longer used). Y/N.
Check Constraints CK_Act_Hdr_Vitals_HasAnnotationFLAG_Yes_Or_No : ([HasAnnotationFLAG]='N' OR [HasAnnotationFLAG]='Y')HasAnnotationFLAG[dbo].[BOOL]1NOT NULLSet to 'Y' if the activity has an annotation else set to 'N'.  Y/N.
Check Constraints CK_Act_Hdr_Vitals_SignatureRequiredFLAG_Yes_Or_No : ([SignatureRequiredFLAG]='N' OR [SignatureRequiredFLAG]='Y')SignatureRequiredFLAG[dbo].[BOOL]1NOT NULLIndicates whether signature is required or not. Y/N.
Check Constraints CK_Act_Hdr_Vitals_AcknowledgementReqFLAG_Yes_Or_No : ([AcknowledgementReqFLAG]='N' OR [AcknowledgementReqFLAG]='Y')AcknowledgementReqFLAG[dbo].[BOOL]1NOT NULLIndicates whether acknowledgement is required or not. Y/N.
SignedByProviderID[dbo].[uniqueid]9NOT NULLSigned By Provider. Link to Provider.ID
Indexes TWstat_Act_Hdr_Vitals_AckByProviderIDAckByProviderID[dbo].[uniqueid]9NOT NULLProvider who acknowledged. Link to Provider.ID.
NakByProviderID[dbo].[uniqueid]9NOT NULLProvider who rejected. Link to Provider.ID.
Indexes TWstat_Act_Hdr_Vitals_ActivityTypeCheck Constraints CK_Act_Hdr_Vitals_ActivityType : ([ActivityType]='VS')ActivityTypechar(10)10NOT NULLVS (Vital)
Indexes XAct_Hdr_Vitals_EncIDEncounterID[dbo].[uniqueid]9NOT NULLEncounter. Link to Encounter.ID.
Indexes TWstat_Act_Hdr_Vitals_ResultStageCheck Constraints CK_Act_Hdr_Vitals_ResultStage_Result_Stage : ([ResultStage]='' OR [ResultStage]='C' OR [ResultStage]='A' OR [ResultStage]='F' OR [ResultStage]='I' OR [ResultStage]='P')ResultStagechar(2)2NOT NULLStage.
Valid Values
' '
'C'=Complete
'A'=Ammended
'F'=Final
'I'= Premilinary
'P'=Pending
ParentID[dbo].[uniqueid]9NOT NULLParent identifier (no longer used).
QOClassificationDE[dbo].[dict_id]5NOT NULLOrderable Item. Link to QO_Classification_DE.ID.
Check Constraints CK_Act_Hdr_Vitals_HasProblemFLAG_Yes_Or_No : ([HasProblemFLAG]='N' OR [HasProblemFLAG]='Y')HasProblemFLAG[dbo].[BOOL]1NOT NULLProblem Indicator (no longer used). Y/N.
ActivityTypeDE[dbo].[dict_id]5NOT NULLActivity Type. Link to Activity_Type_DE.ID
FormDE[dbo].[dict_id]5NOT NULLForm (no longer used). Link to Form_DE.ID.
Check Constraints CK_Act_Hdr_Vitals_CompletionStatus_Note_Completion_Status : ([CompletionStatus]='CompAmend' OR [CompletionStatus]='Ammended' OR [CompletionStatus]='Complete' OR [CompletionStatus]='Incomplete')CompletionStatuschar(10)10NOT NULLStatus:
Valid values:
'CompAmend'
'Ammended'
'Complete'
'Incomplete'
CMSVersionsmallint2NOT NULLCMS Version. Currently 4.