Tables [dbo].[Act_Vitals]
Activity table for vitals. Replaced by Act_Other
KeyNameData TypeMax Length (Bytes)NullabilityDescription
Primary Key PK_Act_Vitals_ID: IDID[dbo].[uniqueid]9NOT NULLKey to the Act_Vitals table
Indexes XAct_Vitals_ActHdrIDForeign Keys FK_Act_Vitals_ActivityHeaderID_Act_Hdr_Vitals_ID: [dbo].[Act_Hdr_Vitals].ActivityHeaderIDActivityHeaderID[dbo].[uniqueid]9NOT NULLActivity Header. Link to Act_Hdr_Vitals.ID.
Indexes TWstat_Act_Vitals_OrganizationIDForeign Keys FK_Act_Vitals_OrganizationID_Organization_ID: [dbo].[Organization].OrganizationIDOrganizationIDnumeric(8,0)5NOT NULLOrganization. Link to Organization.ID.
Foreign Keys FK_Act_Vitals_NoteTypeDE_Note_Type_DE_ID: [dbo].[Note_Type_DE].NoteTypeDEForeign Keys FK_Act_Vitals_NoteTypeDE_TemplateVersion_Note_Template_Version_NoteTypeDE_TemplateVersion: [dbo].[Note_Template_Version].NoteTypeDE\TemplateVersionNoteTypeDE[dbo].[dict_id]5NOT NULLNote Type. Link to Note_Type_DE.ID.
Foreign Keys FK_Act_Vitals_NoteTypeDE_TemplateVersion_Note_Template_Version_NoteTypeDE_TemplateVersion: [dbo].[Note_Template_Version].NoteTypeDE\TemplateVersionTemplateVersionsmallint2NOT NULLTemplate Version. Link to Note_Template_Version.TemplateVersion. No Longer Used.
EpisodeID[dbo].[uniqueid]9NOT NULLEpisode. No longer Used.
CarePlanDE[dbo].[dict_id]5NOT NULLCare Plan. No Longer Used.
Foreign Keys FK_Act_Vitals_OrderSourceDE_Order_Source_DE_ID: [dbo].[Order_Source_DE].OrderSourceDEOrderSourceDE[dbo].[dict_id]5NOT NULLOrder Source. Link to Order_Source_DE.ID.
OrderNumberEXTvarchar(20)20NOT NULLExternal Order Number
FUComment[dbo].[message]255NOT NULLFollow Up Comment.
Indexes XAct_Vitals_AccNumAccessionNumbervarchar(255)255NOT NULLAccession number
Indexes TWstat_Act_Vitals_InterfaceSourceIDInterfaceSourceIDsmallint2NOT NULLInterface Source. 1918 indicates it is from the Touchworks application.
Foreign Keys FK_Act_Vitals_TestingProviderID_Provider_ID: [dbo].[Provider].TestingProviderIDTestingProviderID[dbo].[uniqueid]9NOT NULLTesting Provider. Link to Provider.ID.
Foreign Keys FK_Act_Vitals_WhoForID_Provider_ID: [dbo].[Provider].WhoForIDWhoForID[dbo].[uniqueid]9NOT NULLEntered For Provider. Link to Provider.ID.
Foreign Keys FK_Act_Vitals_WhoDidItID_IDX_User_ID: [dbo].[IDX_User].WhoDidItIDWhoDidItID[dbo].[uniqueid]9NOT NULLUser who entered. Link to IDX_User.ID.
PerformedDTTMdatetime8NOT NULLPerformed date and time of the activity
RecordedDTTMdatetime8NOT NULLRecorded Date and Time of the Activity
Check Constraints CK_Act_Vitals_HasClinicalWarningFLAG_Yes_Or_No : ([HasClinicalWarningFLAG]='N' OR [HasClinicalWarningFLAG]='Y')HasClinicalWarningFLAG[dbo].[BOOL]1NOT NULLNo Longer Used.
ClinicalDTTMdatetime8NOT NULLClinical Date and Time
Foreign Keys FK_Act_Vitals_ClinicalSourceDE_Source_DE_ID: [dbo].[Source_DE].ClinicalSourceDEClinicalSourceDE[dbo].[dict_id]5NOT NULLClinical Source. Link to Source_DE.ID.
Foreign Keys FK_Act_Vitals_OrderingProviderID_Provider_ID: [dbo].[Provider].OrderingProviderIDOrderingProviderID[dbo].[uniqueid]9NOT NULLOrdering Provider. Link to Provider.ID.
OrderingProviderName[dbo].[name]255NOT NULLOrdering provider Name.
Cluster Key XcAct_Vitals_Person: PatientIDForeign Keys FK_Act_Vitals_PatientID_Patient_Member_ID: [dbo].[Patient_Member].PatientIDPatientIDnumeric(16,0)9NOT NULLPatient. Link to Person.ID
Indexes TWstat_Act_Vitals_ActivityTypeCheck Constraints CK_Act_Vitals_ActivityType : ([ActivityType]='VS')ActivityTypevarchar(10)10NULL allowedVS (Vitals)