-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathrepeating-component-test-form.json
More file actions
89 lines (89 loc) · 2.85 KB
/
repeating-component-test-form.json
File metadata and controls
89 lines (89 loc) · 2.85 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
{
"name": "Repeating Component Test Form",
"pages": [
{
"label": "Emergency Contact",
"sections": [
{
"label": "Contacts",
"isExpanded": "true",
"questions": [
{
"label": "Contact",
"type": "obsGroup",
"required": true,
"id": "patientContact",
"questionOptions": {
"rendering": "repeating"
},
"questions": [
{
"label": "Contact relationship",
"type": "obs",
"required": true,
"id": "patientContactRelationship",
"questionOptions": {
"rendering": "radio",
"concept": "164352AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"conceptMappings": [
{
"relationship": "SAME-AS",
"type": "CIEL",
"value": "164352"
}
],
"answers": [
{
"concept": "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Child"
},
{
"concept": "972AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Brother/Sister"
},
{
"concept": "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Father/Mother"
},
{
"concept": "5617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Partner/Spouse"
},
{
"concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Other"
}
]
}
},
{
"label": "Phone",
"type": "obs",
"required": true,
"id": "phoneNumber",
"questionOptions": {
"rendering": "text",
"concept": "1650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"conceptMappings": [
{
"relationship": "SAME-AS",
"type": "CIEL",
"value": "1650"
}
]
}
}
]
}
]
}
]
}
],
"processor": "EncounterFormProcessor",
"encounterType": "dd528487-82a5-4082-9c72-ed246bd49591",
"referencedForms": [],
"uuid": "a8817ad2-ef92-46c8-bbf7-db336505027c",
"description": "test-repeating",
"version": "1.0"
}