Tables [dbo].[Act_Hdr_Other]
Activity Header table for Findings and Immunizations.
KeyNameData TypeMax Length (Bytes)NullabilityDescription
Primary Key PK_Act_Hdr_Other_ID: IDIndexes NIX_Act_Hdr_Other_CurrentID_INC_ID_ResultStageID[dbo].[uniqueid]9NOT NULLKey to the Act_Hdr_Other table
Cluster Key XcAct_Hdr_Other_Person: PatientIDIndexes TWstat_Act_Hdr_Other_CompletionStatus_PatientID, STAT_Act_Hdr_Other_NakByProviderID(2)Foreign Keys FK_Act_Hdr_Other_PatientID_Patient_Member_ID: [dbo].[Patient_Member].PatientIDPatientID[dbo].[uniqueid]9NOT NULLPatient. Link to Person.ID
Indexes XAct_Hdr_Other_VisIDVisitID[dbo].[uniqueid]9NOT NULLVisit. Link to Visit.ID
Indexes xAct_Hdr_Other_ActType, NIX_Act_Hdr_Other_CurrentID_INC_ID_ResultStage(2)CurrentIDnumeric(16,0)9NOT NULLCurrent version of the Activity
DocFolderIDnumeric(16,0)9NOT NULLThis is set to 0 by default. No longer used.
CreateDTTMdatetime8NOT NULLDate/Time that the entry was added
LastUpdateDTTMdatetime8NOT NULL Last updated date and time
Check Constraints CK_Act_Hdr_Other_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_Other_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_Other_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_Other_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_Other_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_Other_AckByProviderID, STAT_Act_Hdr_Other_NakByProviderID(2)AckByProviderID[dbo].[uniqueid]9NOT NULLProvider who acknowledged. Link to Provider.ID.
Indexes STAT_Act_Hdr_Other_NakByProviderIDNakByProviderID[dbo].[uniqueid]9NOT NULLProvider who rejected. Link to Provider.ID.
Indexes xAct_Hdr_Other_ActTypeActivityTypechar(10)10NOT NULLActivity Type (FI - Finding, IM - Immunization, etc.)
Indexes XAct_Hdr_Other_EncIDEncounterID[dbo].[uniqueid]9NOT NULLEncounter. Link to Encounter.ID.
Indexes NIX_Act_Hdr_Other_CurrentID_INC_ID_ResultStage, TWstat_Act_Hdr_Other_ResultStage(2)Check Constraints CK_Act_Hdr_Other_ResultStage_Result_Stage : ([ResultStage]='' OR [ResultStage]='C' OR [ResultStage]='A' OR [ResultStage]='F' OR [ResultStage]='I' OR [ResultStage]='P')ResultStagechar(2)2NOT NULLF = Final
ParentID[dbo].[uniqueid]9NOT NULLParent identifier (no longer used).
QOClassificationDE[dbo].[dict_id]5NOT NULLOrderable Item. Link to QO_Classification_DE.ID. No longer used.
Check Constraints CK_Act_Hdr_Other_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.
Indexes TWstat_Act_Hdr_Other_CompletionStatus_PatientIDCheck Constraints CK_Act_Hdr_Other_CompletionStatus_Note_Completion_Status : ([CompletionStatus]='CompAmend' OR [CompletionStatus]='Ammended' OR [CompletionStatus]='Complete' OR [CompletionStatus]='Incomplete')CompletionStatuschar(10)10NOT NULLCompletion Status:
CompAmend, Ammended, Complete, Incomplete
CMSVersionsmallint2NOT NULLCMS Version. Currently 4.