-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssd_cp_plans.yml
196 lines (184 loc) · 4.18 KB
/
ssd_cp_plans.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
nodes:
- name: ssd_cp_plans
fields:
- name: cppl_cp_plan_id
description: CP Plan ID
item_ref: CPPL001A
type: nvarchar
primary_key: true
validators:
- required:
enabled: true
- unique:
enabled: true
categories:
- child_protection
- cp_plan
returns:
- Local
cms:
- liquid_logic
- mosaic
cms_field:
- liquid_logic:cppl_cp_plan_id
- mosaic:cppl_cp_plan_id
cms_table:
- liquid_logic:ssd_cp_plans
- mosaic:ssd_cp_plans
guidance: Row identifier for the ssd_cp_plans table
- name: cppl_referral_id
description: Referral ID
item_ref: CPPL007A
type: nvarchar
categories:
- child_protection
- cp_plan
returns:
- Local
cms_field:
- liquid_logic:cppl_referral_id
- mosaic:cppl_referral_id
cms_table:
- liquid_logic:ssd_cp_plans
- mosaic:ssd_cp_plans
guidance: ID for linking to CIN Referral Episode
- name: cppl_icpc_id
description: Initial CP Conference ID
item_ref: CPPL008A
type: nvarchar
foreign_key: ssd_initial_cp_conference.icpc_icpc_id
categories:
- child_protection
- cp_plan
returns:
- Local
cms:
- liquid_logic
- mosaic
cms_field:
- liquid_logic:cppl_icpc_id
- mosaic:cppl_icpc_id
cms_table:
- liquid_logic:ssd_cp_plans
- mosaic:ssd_cp_plans
guidance: ID for linking to Initial CP Conference
- name: cppl_person_id
description: Person Unique ID
item_ref: CPPL002A
type: nvarchar
foreign_key: ssd_person.pers_person_id
validators:
- required:
enabled: true
categories:
- child_protection
- cp_plan
returns:
- Local
cms:
- liquid_logic
- mosaic
- eclipse
- caredirector
- azeus
cms_field:
- liquid_logic:cppl_person_id
- mosaic:cppl_person_id
cms_table:
- liquid_logic:ssd_cp_plans
- mosaic:ssd_cp_plans
guidance: Person's ID generated in CMS Database
- name: cppl_cp_plan_start_date
description: CP Plan Start Date
item_ref: CPPL003A
type: datetime
categories:
- child_protection
- cp_plan
returns:
- CIN
- AnnexA
- RIIA
cms:
- liquid_logic
- mosaic
cms_field:
- liquid_logic:cppl_cp_plan_start_date
- mosaic:cppl_cp_plan_start_date
cms_table:
- liquid_logic:ssd_cp_plans
- mosaic:ssd_cp_plans
guidance: The Start Date of the Child Protection Plan.
- name: cppl_cp_plan_end_date
description: CP Plan End Date
item_ref: CPPL004A
type: datetime
categories:
- child_protection
- cp_plan
returns:
- CIN
- AnnexA
- RIIA
cms:
- liquid_logic
- mosaic
cms_field:
- liquid_logic:cppl_cp_plan_end_date
- mosaic:cppl_cp_plan_end_date
cms_table:
- liquid_logic:ssd_cp_plans
- mosaic:ssd_cp_plans
guidance: The End Date of the Child Protection Plan.
- name: cppl_cp_plan_initial_category
description: CP Plan Initial Category of Abuse
item_ref: CPPL009A
type: nvarchar
categories:
- child_protection
- cp_plan
returns:
- CIN
- AnnexA
cms_table:
- liquid_logic:ssd_cp_plans
- mosaic:ssd_cp_plans
guidance: 'The category of abuse as assessed when the child protection plan commenced.
Code set
- Neglect
- Physical abuse
- Sexual abuse
- Emotional abuse
- Multiple: [List of relevant categories]'
- name: cppl_cp_plan_ola
description: OLA CP Plan?
item_ref: CPPL011A
type: nchar
categories:
- child_protection
- cp_plan
returns:
- Local
guidance: Is this an Other Local Authority Plan? Y/N
- name: cppl_cp_plan_latest_category
description: CP Plan Latest Category of Abuse
item_ref: CPPL010A
type: nvarchar
categories:
- child_protection
- cp_plan
returns:
- CIN
- AnnexA
cms_table:
- liquid_logic:ssd_cp_plans
- mosaic:ssd_cp_plans
guidance: 'The latest category of abuse recorded on the CP Plan, this may be the
same as above.
Code set
- Neglect
- Physical abuse
- Sexual abuse
- Emotional abuse
- Multiple: [List of relevant categories]'