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

Intergy Version: 22.00.00.00

PatientCPGoalOutcome

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table is used to store patient care plan goal outcomes and evaluation. Table Type (for area Determination)

Field Datatype Default Null Option Comment
PatientCPGoalOutcomeSID INTEGER ?   MANDATORY System generated unique number using the PatientCarePlan sequence.
PatientCPGoalSID INTEGER ?   MANDATORY FK
Notes CHAR(500)   MANDATORY Care Plan Goal Outcome Text
OutcomeStatus CHAR(1)   MANDATORY Defined by LookupType 'CarePlanOutcome'
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.
OutcomeGUID CHAR(36)   OPTIONAL Globally Unique ID for the Outcome
Source CHAR(50)   OPTIONAL The source (Intergy or otherwise) from which this Outcome record was last modified.
ExternalUserLogon CHAR(30)   OPTIONAL User Logon for external user. Blank unless an external user last modified this record.
ExternalUserFullName CHAR(100)   OPTIONAL Full Name for external user. Blank unless an external user last modified this record.

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
PatientCPGoal PatientCPGoalOutcome.PatientCPGoalSID = PatientCPGoal.PatientCPGoalSID CASCADE if PatientCPGoalOutcome exists

Child Tables
Child TableJoin PhraseWhen deleting PatientCPGoalOutcome record...
PatientCPGoalOutcHistory PatientCPGoalOutcHistory.PatientCPGoalOutcomeSID = PatientCPGoalOutcome.PatientCPGoalOutcomeSID CASCADE if PatientCPGoalOutcHistory exists