-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssd_cla_health.yml
110 lines (107 loc) · 2.4 KB
/
ssd_cla_health.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
---
nodes:
- name: ssd_cla_health
fields:
- name: clah_health_check_id
description: Health Check ID
item_ref: CLAH001A
type: nvarchar
primary_key: true
categories:
- looked_after
- health
returns:
- Local
cms_table:
- liquid_logic:ssd_cla_health
- mosaic:ssd_cla_health
guidance: Row identifier for the ssd_cla_health table
- name: clah_person_id
description: Person Unique ID
item_ref: CLAH002A
type: nvarchar
foreign_key: ssd_cla_episodes.clae_person_id
validators:
- required:
enabled: true
categories:
- looked_after
- health
returns:
- Local
cms:
- liquid_logic
- mosaic
- eclipse
- caredirector
- azeus
cms_field:
- liquid_logic:clah_person_id
- mosaic:clah_person_id
cms_table:
- liquid_logic:ssd_cla_health
- mosaic:ssd_cla_health
guidance: Person's ID generated in CMS Database
- name: clah_health_check_type
description: Health surveillance checks/ Health Assessment/ Dental Check
item_ref: CLAH003A
type: nvarchar
categories:
- looked_after
- health
returns:
- SSDA903
- AnnexA
cms:
- liquid_logic
- mosaic
cms_field:
- liquid_logic:clah_health_check_type
- mosaic:clah_health_check_type
cms_table:
- liquid_logic:ssd_cla_health
- mosaic:ssd_cla_health
guidance: Health Check/ Assessment Type e.g. Health Assessment, Dental Check
- name: clah_health_check_date
description: Date of Last Health Assessment
item_ref: CLAH004A
type: datetime
categories:
- looked_after
- health
returns:
- SSDA903
- AnnexA
cms:
- liquid_logic
- mosaic
cms_field:
- liquid_logic:clah_health_check_date
- mosaic:clah_health_check_date
cms_table:
- liquid_logic:ssd_cla_health
- mosaic:ssd_cla_health
guidance: Date of Health Check/ Assessment
- name: clah_health_check_status
description: null
item_ref: CLAH005A
type: nvarchar
categories:
- looked_after
- health
returns:
- SSDA903
- AnnexA
cms:
- liquid_logic
- mosaic
cms_field:
- liquid_logic:clah_health_check_status
- mosaic:clah_health_check_status
cms_table:
- liquid_logic:ssd_cla_health
- mosaic:ssd_cla_health
guidance: 'Status of Health Check Code set
Planned
Refused Cancelled
Completed'