Key | Name | Data Type | Max Length (Bytes) | Nullability | Description |
---|
 | ID | [dbo].[uniqueid] | 9 | NOT NULL | Key to the Act_Hdr_MedAdmin table |
 ![Foreign Keys FK_Act_Hdr_MedAdmin_PatientID_Patient_Member_ID: [dbo].[Patient_Member].PatientID Foreign Keys FK_Act_Hdr_MedAdmin_PatientID_Patient_Member_ID: [dbo].[Patient_Member].PatientID](../../../../Images/fk.png) | PatientID | [dbo].[uniqueid] | 9 | NOT NULL | Patient. Link to Patient_Member.ID. |
 | VisitID | [dbo].[uniqueid] | 9 | NOT NULL | Visit Link to Visit.ID. |
 | CurrentID | numeric(16,0) | 9 | NOT NULL | Current activity row. Link to the current row in Act_MedAdmin.ID |
| DocFolderID | numeric(16,0) | 9 | NOT NULL | This is set to 0 by default. Not used for Medication Administration. |
| CreateDTTM | datetime | 8 | NOT NULL | Date entry was added. |
| LastUpdateDTTM | datetime | 8 | NOT NULL | Date entry was last modified. |
![Check Constraints CK_Act_Hdr_MedAdmin_HasSecurityFLAG_Yes_Or_No : ([HasSecurityFLAG]='N' OR [HasSecurityFLAG]='Y') Check Constraints CK_Act_Hdr_MedAdmin_HasSecurityFLAG_Yes_Or_No : ([HasSecurityFLAG]='N' OR [HasSecurityFLAG]='Y')](../../../../Images/c-constraint.png) | HasSecurityFLAG | [dbo].[BOOL] | 1 | NOT NULL | Security indicator (no longer used). Y/N. |
![Check Constraints CK_Act_Hdr_MedAdmin_IsCorrectedFLAG_Yes_Or_No : ([IsCorrectedFLAG]='N' OR [IsCorrectedFLAG]='Y') Check Constraints CK_Act_Hdr_MedAdmin_IsCorrectedFLAG_Yes_Or_No : ([IsCorrectedFLAG]='N' OR [IsCorrectedFLAG]='Y')](../../../../Images/c-constraint.png) | IsCorrectedFLAG | [dbo].[BOOL] | 1 | NOT NULL | Corrected Indicator (no longer used). Y/N. |
![Check Constraints CK_Act_Hdr_MedAdmin_HasAnnotationFLAG_Yes_Or_No : ([HasAnnotationFLAG]='N' OR [HasAnnotationFLAG]='Y') Check Constraints CK_Act_Hdr_MedAdmin_HasAnnotationFLAG_Yes_Or_No : ([HasAnnotationFLAG]='N' OR [HasAnnotationFLAG]='Y')](../../../../Images/c-constraint.png) | HasAnnotationFLAG | [dbo].[BOOL] | 1 | NOT NULL | Set to 'Y' if the activity has an annotation else set to 'N'. Y/N. |
![Check Constraints CK_Act_Hdr_MedAdmin_SignatureRequiredFLAG_Yes_Or_No : ([SignatureRequiredFLAG]='N' OR [SignatureRequiredFLAG]='Y') Check Constraints CK_Act_Hdr_MedAdmin_SignatureRequiredFLAG_Yes_Or_No : ([SignatureRequiredFLAG]='N' OR [SignatureRequiredFLAG]='Y')](../../../../Images/c-constraint.png) | SignatureRequiredFLAG | [dbo].[BOOL] | 1 | NOT NULL | Indicates whether signature is required or not. Y/N. |
![Check Constraints CK_Act_Hdr_MedAdmin_AcknowledgementReqFLAG_Yes_Or_No : ([AcknowledgementReqFLAG]='N' OR [AcknowledgementReqFLAG]='Y') Check Constraints CK_Act_Hdr_MedAdmin_AcknowledgementReqFLAG_Yes_Or_No : ([AcknowledgementReqFLAG]='N' OR [AcknowledgementReqFLAG]='Y')](../../../../Images/c-constraint.png) | AcknowledgementReqFLAG | [dbo].[BOOL] | 1 | NOT NULL | Indicates whether acknowledgement is required or not. Y/N. |
| SignedByProviderID | [dbo].[uniqueid] | 9 | NOT NULL | Signed By Provider. Link to Provider.ID |
 | AckByProviderID | [dbo].[uniqueid] | 9 | NOT NULL | Provider who acknowledged. Link to Provider.ID. |
| NakByProviderID | [dbo].[uniqueid] | 9 | NOT NULL | Provider who rejected. Link to Provider.ID. |
 ![Check Constraints CK_Act_Hdr_MedAdmin_ActivityType : ([ActivityType]='MedAd') Check Constraints CK_Act_Hdr_MedAdmin_ActivityType : ([ActivityType]='MedAd')](../../../../Images/c-constraint.png) | ActivityType | char(10) | 10 | NOT NULL | MedAd (Medication administration) |
 | EncounterID | [dbo].[uniqueid] | 9 | NOT NULL | Encounter. Link to Encounter.ID. |
 ![Check Constraints CK_Act_Hdr_MedAdmin_ResultStage_Result_Stage : ([ResultStage]='' OR [ResultStage]='C' OR [ResultStage]='A' OR [ResultStage]='F' OR [ResultStage]='I' OR [ResultStage]='P') Check Constraints CK_Act_Hdr_MedAdmin_ResultStage_Result_Stage : ([ResultStage]='' OR [ResultStage]='C' OR [ResultStage]='A' OR [ResultStage]='F' OR [ResultStage]='I' OR [ResultStage]='P')](../../../../Images/c-constraint.png) | ResultStage | char(2) | 2 | NOT NULL | F = Final. |
| ParentID | [dbo].[uniqueid] | 9 | NOT NULL | Parent identifier (no longer used). |
 | QOClassificationDE | [dbo].[dict_id] | 5 | NOT NULL | Orderable Item. Link to QO_Classification_DE.ID. Not used for medication administration. |
![Check Constraints CK_Act_Hdr_MedAdmin_HasProblemFLAG_Yes_Or_No : ([HasProblemFLAG]='N' OR [HasProblemFLAG]='Y') Check Constraints CK_Act_Hdr_MedAdmin_HasProblemFLAG_Yes_Or_No : ([HasProblemFLAG]='N' OR [HasProblemFLAG]='Y')](../../../../Images/c-constraint.png) | HasProblemFLAG | [dbo].[BOOL] | 1 | NOT NULL | Problem Indicator (no longer used). Y/N. |
| ActivityTypeDE | [dbo].[dict_id] | 5 | NOT NULL | Activity Type. Link to Activity_Type_DE.ID |
| FormDE | [dbo].[dict_id] | 5 | NOT NULL | Form (no longer used). Link to Form_DE.ID. |
![Check Constraints CK_Act_Hdr_MedAdmin_CompletionStatus_Note_Completion_Status : ([CompletionStatus]='CompAmend' OR [CompletionStatus]='Ammended' OR [CompletionStatus]='Complete' OR [CompletionStatus]='Incomplete') Check Constraints CK_Act_Hdr_MedAdmin_CompletionStatus_Note_Completion_Status : ([CompletionStatus]='CompAmend' OR [CompletionStatus]='Ammended' OR [CompletionStatus]='Complete' OR [CompletionStatus]='Incomplete')](../../../../Images/c-constraint.png) | CompletionStatus | char(10) | 10 | NOT NULL | Status. 'Complete' |
| CMSVersion | smallint | 2 | NOT NULL | CMS Version. Currently 4. |