-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathobs-group-hide-direct-test-form.json
More file actions
116 lines (116 loc) · 3.9 KB
/
obs-group-hide-direct-test-form.json
File metadata and controls
116 lines (116 loc) · 3.9 KB
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
{
"name": "ObsGroup HideWhen Direct Test Form",
"version": "1",
"published": true,
"retired": false,
"pages": [
{
"label": "Test Page",
"sections": [
{
"label": "Test Section",
"isExpanded": "true",
"questions": [
{
"label": "Show Group?",
"type": "obs",
"questionOptions": {
"rendering": "radio",
"concept": "1587AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"answers": [
{
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Yes"
},
{
"concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "No"
}
]
},
"id": "showGroupDirect",
"required": "false",
"unspecified": "false",
"hide": {
"hideWhenExpression": "false"
}
},
{
"id": "testGroupDirect",
"label": "Test Group Direct (Should hide when 'No' is selected)",
"type": "obsGroup",
"questionOptions": {
"rendering": "group",
"concept": "1c70c490-cafa-4c95-9fdd-a30b62bb78b8"
},
"required": "false",
"unspecified": "false",
"hide": {
"hideWhenExpression": "showGroupDirect === '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
},
"questions": [
{
"label": "Child Question 1 - Text Direct",
"type": "obs",
"questionOptions": {
"rendering": "text",
"concept": "163137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
"id": "childTextDirect",
"required": "false",
"unspecified": "false",
"hide": {
"hideWhenExpression": "false"
}
},
{
"label": "Child Question 2 - Number Direct",
"type": "obs",
"questionOptions": {
"rendering": "number",
"concept": "5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
"id": "childNumberDirect",
"required": "false",
"unspecified": "false",
"hide": {
"hideWhenExpression": "false"
}
},
{
"label": "Child Question 3 - Radio Direct",
"type": "obs",
"questionOptions": {
"rendering": "radio",
"concept": "1587AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"answers": [
{
"concept": "1535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Option A"
},
{
"concept": "1534AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Option B"
}
]
},
"id": "childRadioDirect",
"required": "false",
"unspecified": "false",
"hide": {
"hideWhenExpression": "false"
}
}
]
}
]
}
]
}
],
"availableIntents": [],
"processor": "EncounterFormProcessor",
"uuid": "da24c540-cc83-43bc-978f-c1ef180a497f",
"referencedForms": [],
"encounterType": "79c1f50f-f77d-42e2-ad2a-d29304dde2fe"
}