Last Updated: 9/24/2025 12:09:38 PM
Intergy Version: 22.00.00.00
PatientCPGoalIntervention
Table Definition  Parent Tables  Child Tables
Table Definition| Field | Datatype | Default | Null Option | Comment |
|---|---|---|---|---|
| PatientCPGoalInterventionSID | INTEGER | 0   | MANDATORY | System generated unique number using the PatientCarePlan sequence. |
| PatientCPGoalSID | INTEGER | ?   | MANDATORY | FK |
| Description | CHAR(300) |   | MANDATORY | Intervention Text. |
| InterventionStatus | CHAR(1) |   | MANDATORY | Define by LookupType 'CarePlanIntervention'. |
| HideFromPatient | LOGICAL | Logical_False   | MANDATORY | Hide from patient. |
| 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. |
| MedcinID | INTEGER | ?   | OPTIONAL | Medcin Finding Reference. |
| Prefix | CHAR(2) |   | OPTIONAL | Medcin Finding Prefix. Defined by MedcinPrefix lookup. |
| InterventionGUID | CHAR(36) |   | OPTIONAL | Global Unique ID for the Intervention |
| Source | CHAR(50) |   | OPTIONAL | The source (Intergy or otherwise) from which this Intervention 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. |
| SNOMEDCode | CHARACTER(32) |   | OPTIONAL | SNOMED Code mapping of the MedcinID, which is derived from ValueSet: [Social Determinants of Health Service Requests]. Will be blank if the SNOMED mapping is not defined in the value set. |
| CPTCode | CHARACTER(32) |   | OPTIONAL | CPT Code mapping of the MedcinID, which is derived from ValueSet: [Social Determinants of Health Service Requests]. Will be blank if the CPT mapping is not defined in the value set. |
| Parent Table | Join Phrase | When deleting parent record... |
|---|---|---|
| PatientCPGoal | PatientCPGoalIntervention.PatientCPGoalSID = PatientCPGoal.PatientCPGoalSID | CASCADE if PatientCPGoalIntervention exists |
| Child Table | Join Phrase | When deleting PatientCPGoalIntervention record... |
|---|---|---|
| PatientCPGoalIntHistory | PatientCPGoalIntHistory.PatientCPGoalInterventionSID = PatientCPGoalIntervention.PatientCPGoalInterventionSID | CASCADE if PatientCPGoalIntHistory exists |
| PatientCPGoalIntLink | PatientCPGoalIntLink.PatientCPGoalInterventionSID = PatientCPGoalIntervention.PatientCPGoalInterventionSID | CASCADE if PatientCPGoalIntLink exists |