Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Encounter_CarePlan
Touchworks 25.2
[dbo].[Encounter_CarePlan]
MS_Description
This holds the data about the Care Guide associated to an Encounter
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Default
Description
CarePlanTemplateID
[dbo].[dict_id]
5
NOT NULL
Care Guide. Link to CarePlan_Template.ID
PatientID
[dbo].[uniqueid]
9
NOT NULL
Patient. Link to Person.ID
ProblemHeaderID
[dbo].[uniqueid]
9
NOT NULL
Problem linking the Care Guide. Link to Problem_Header.ID
EncounterID
[dbo].[uniqueid]
9
NOT NULL
Encounter. Link to Encounter.ID
UserID
[dbo].[uniqueid]
9
NOT NULL
(0)
User. Link to IDX_User.ID
DisplayName
varchar(255)
255
NOT NULL
('')
The Display Name associated to the care Plan Template