sdc-qrf 0.3.17 → 0.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist/converter/fceToFhir/questionnaire/processExtensions.d.ts.map +1 -1
  2. package/dist/converter/fceToFhir/questionnaire/processExtensions.js +7 -1
  3. package/dist/converter/fceToFhir/questionnaire/processExtensions.js.map +1 -1
  4. package/dist/converter/fhirToFce/questionnaire/processExtensions.d.ts +1 -0
  5. package/dist/converter/fhirToFce/questionnaire/processExtensions.d.ts.map +1 -1
  6. package/dist/converter/fhirToFce/questionnaire/processExtensions.js +12 -6
  7. package/dist/converter/fhirToFce/questionnaire/processExtensions.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/converter/__tests__/resources/questionnaire_fce/allergies.json +1 -0
  10. package/src/converter/__tests__/resources/questionnaire_fce/beverages.json +67 -66
  11. package/src/converter/__tests__/resources/questionnaire_fce/choice_answer_option.json +49 -48
  12. package/src/converter/__tests__/resources/questionnaire_fce/consent.json +1 -0
  13. package/src/converter/__tests__/resources/questionnaire_fce/constraint.json +2 -2
  14. package/src/converter/__tests__/resources/questionnaire_fce/cqf-examples.json +59 -63
  15. package/src/converter/__tests__/resources/questionnaire_fce/enable_when.json +1 -0
  16. package/src/converter/__tests__/resources/questionnaire_fce/encounter_create.json +1 -0
  17. package/src/converter/__tests__/resources/questionnaire_fce/gad_7.json +6 -14
  18. package/src/converter/__tests__/resources/questionnaire_fce/immunization.json +6 -14
  19. package/src/converter/__tests__/resources/questionnaire_fce/medication.json +165 -164
  20. package/src/converter/__tests__/resources/questionnaire_fce/multiple_type_launch_context.json +5 -12
  21. package/src/converter/__tests__/resources/questionnaire_fce/patient_create.json +78 -77
  22. package/src/converter/__tests__/resources/questionnaire_fce/patient_edit.json +1 -0
  23. package/src/converter/__tests__/resources/questionnaire_fce/phq_2_phq_9.json +1 -0
  24. package/src/converter/__tests__/resources/questionnaire_fce/physicalexam.json +381 -380
  25. package/src/converter/__tests__/resources/questionnaire_fce/practitioner_create.json +79 -78
  26. package/src/converter/__tests__/resources/questionnaire_fce/practitioner_create_structure_map.json +1 -0
  27. package/src/converter/__tests__/resources/questionnaire_fce/practitioner_edit.json +127 -126
  28. package/src/converter/__tests__/resources/questionnaire_fce/practitioner_role_create.json +35 -34
  29. package/src/converter/__tests__/resources/questionnaire_fce/public_appointment.json +3 -4
  30. package/src/converter/__tests__/resources/questionnaire_fce/review_of_systems.json +384 -383
  31. package/src/converter/__tests__/resources/questionnaire_fce/source_queries.json +31 -30
  32. package/src/converter/__tests__/resources/questionnaire_fce/unit-option.json +1 -0
  33. package/src/converter/__tests__/resources/questionnaire_fce/vitals.json +1 -0
  34. package/src/converter/__tests__/resources/questionnaire_fhir/allergies.json +7 -8
  35. package/src/converter/__tests__/resources/questionnaire_fhir/beverages.json +96 -90
  36. package/src/converter/__tests__/resources/questionnaire_fhir/choice_answer_option.json +49 -43
  37. package/src/converter/__tests__/resources/questionnaire_fhir/consent.json +4 -0
  38. package/src/converter/__tests__/resources/questionnaire_fhir/constraint.json +6 -0
  39. package/src/converter/__tests__/resources/questionnaire_fhir/cqf-examples.json +87 -86
  40. package/src/converter/__tests__/resources/questionnaire_fhir/enable_when.json +6 -0
  41. package/src/converter/__tests__/resources/questionnaire_fhir/encounter_create.json +4 -0
  42. package/src/converter/__tests__/resources/questionnaire_fhir/gad_7.json +7 -8
  43. package/src/converter/__tests__/resources/questionnaire_fhir/immunization.json +7 -8
  44. package/src/converter/__tests__/resources/questionnaire_fhir/medication.json +203 -199
  45. package/src/converter/__tests__/resources/questionnaire_fhir/multiple_type_launch_context.json +387 -383
  46. package/src/converter/__tests__/resources/questionnaire_fhir/patient_create.json +92 -88
  47. package/src/converter/__tests__/resources/questionnaire_fhir/patient_edit.json +6 -4
  48. package/src/converter/__tests__/resources/questionnaire_fhir/phq_2_phq_9.json +565 -561
  49. package/src/converter/__tests__/resources/questionnaire_fhir/physicalexam.json +540 -536
  50. package/src/converter/__tests__/resources/questionnaire_fhir/practitioner_create.json +78 -74
  51. package/src/converter/__tests__/resources/questionnaire_fhir/practitioner_create_structure_map.json +4 -0
  52. package/src/converter/__tests__/resources/questionnaire_fhir/practitioner_edit.json +176 -172
  53. package/src/converter/__tests__/resources/questionnaire_fhir/practitioner_role_create.json +45 -41
  54. package/src/converter/__tests__/resources/questionnaire_fhir/public_appointment.json +6 -4
  55. package/src/converter/__tests__/resources/questionnaire_fhir/review_of_systems.json +364 -358
  56. package/src/converter/__tests__/resources/questionnaire_fhir/source_queries.json +37 -33
  57. package/src/converter/__tests__/resources/questionnaire_fhir/unit-option.json +6 -0
  58. package/src/converter/__tests__/resources/questionnaire_fhir/vitals.json +4 -0
  59. package/src/converter/fceToFhir/questionnaire/processExtensions.ts +8 -1
  60. package/src/converter/fhirToFce/questionnaire/processExtensions.ts +21 -15
@@ -1,368 +1,374 @@
1
1
  {
2
- "subjectType": ["Encounter"],
3
- "meta": {
4
- "profile": ["https://beda.software/beda-emr-questionnaire"],
5
- "lastUpdated": "2023-04-10T03:43:34.792167Z",
6
- "versionId": "694",
7
- "extension": [
8
- {
9
- "url": "ex:createdAt",
10
- "valueInstant": "2023-04-05T05:22:35.752466Z"
11
- }
12
- ]
13
- },
14
- "name": "Review of Systems",
15
- "item": [
16
- {
17
- "code": [
18
- {
19
- "code": "71406-3",
20
- "system": "http://loinc.org",
21
- "display": "CMS - review of systems panel"
22
- }
23
- ],
24
- "text": "Provider reviewed all systems and state that all are WNL except as noted below\n",
25
- "type": "boolean",
26
- "linkId": "provider-viewed-confirmation",
27
- "initial": [
28
- {
29
- "valueBoolean": false
30
- }
31
- ]
32
- },
33
- {
34
- "item": [
35
- {
36
- "code": [
37
- {
38
- "code": "71407-1",
39
- "system": "http://loinc.org",
40
- "display": "CMS - constitutional symptoms panel"
41
- }
42
- ],
43
- "text": "General",
44
- "type": "boolean",
45
- "linkId": "general"
46
- },
47
- {
48
- "code": [
49
- {
50
- "code": "71407-1-comment",
51
- "system": "http://loinc.org",
52
- "display": "CMS - constitutional symptoms panel - comment"
53
- }
54
- ],
55
- "type": "text",
56
- "linkId": "general-comment",
57
- "enableWhen": [
58
- {
59
- "question": "general",
60
- "operator": "=",
61
- "answerBoolean": true
62
- }
63
- ]
64
- },
65
- {
66
- "code": [
67
- {
68
- "code": "71409-7",
69
- "system": "http://loinc.org",
70
- "display": "CMS - ear-nose-mouth-throat panel"
71
- }
72
- ],
73
- "text": "HEENT",
74
- "type": "boolean",
75
- "linkId": "heent"
76
- },
77
- {
78
- "code": [
79
- {
80
- "code": "71409-7-comment",
81
- "system": "http://loinc.org",
82
- "display": "CMS - ear-nose-mouth-throat panel - comment"
83
- }
84
- ],
85
- "type": "text",
86
- "linkId": "heent-comment",
87
- "enableWhen": [
88
- {
89
- "question": "heent",
90
- "operator": "=",
91
- "answerBoolean": true
92
- }
93
- ]
94
- },
95
- {
96
- "code": [
97
- {
98
- "code": "71410-5",
99
- "system": "http://loinc.org",
100
- "display": "CMS - cardiovascular panel"
101
- }
102
- ],
103
- "text": "Cardiovascular",
104
- "type": "boolean",
105
- "linkId": "cardiovascular"
106
- },
107
- {
108
- "code": [
109
- {
110
- "code": "71410-5-comment",
111
- "system": "http://loinc.org",
112
- "display": "CMS - cardiovascular panel - comment"
113
- }
114
- ],
115
- "type": "text",
116
- "linkId": "cardiovascular-comment",
117
- "enableWhen": [
118
- {
119
- "question": "cardiovascular",
120
- "operator": "=",
121
- "answerBoolean": true
122
- }
123
- ]
124
- },
125
- {
126
- "code": [
127
- {
128
- "code": "71411-3",
129
- "system": "http://loinc.org",
130
- "display": "CMS - respiratory panel"
131
- }
132
- ],
133
- "text": "Respiratory",
134
- "type": "boolean",
135
- "linkId": "respiratory"
136
- },
137
- {
138
- "code": [
139
- {
140
- "code": "71411-3-comment",
141
- "system": "http://loinc.org",
142
- "display": "CMS - respiratory panel - comment"
143
- }
144
- ],
145
- "type": "text",
146
- "linkId": "respiratory-comment",
147
- "enableWhen": [
148
- {
149
- "question": "respiratory",
150
- "operator": "=",
151
- "answerBoolean": true
152
- }
153
- ]
154
- },
155
- {
156
- "code": [
157
- {
158
- "code": "71412-1",
159
- "system": "http://loinc.org",
160
- "display": "CMS - gastrointestinal panel"
161
- }
162
- ],
163
- "text": "Gastrointestinal",
164
- "type": "boolean",
165
- "linkId": "gastrointestinal"
166
- },
167
- {
168
- "code": [
169
- {
170
- "code": "71412-1-comment",
171
- "system": "http://loinc.org",
172
- "display": "CMS - gastrointestinal panel - comment"
173
- }
174
- ],
175
- "type": "text",
176
- "linkId": "gastrointestinal-comment",
177
- "enableWhen": [
178
- {
179
- "question": "gastrointestinal",
180
- "operator": "=",
181
- "answerBoolean": true
182
- }
183
- ]
184
- },
185
- {
186
- "code": [
187
- {
188
- "code": "71413-9",
189
- "system": "http://loinc.org",
190
- "display": "CMS - genitourinary panel"
191
- }
192
- ],
193
- "text": "Genitourinary",
194
- "type": "boolean",
195
- "linkId": "genitourinary"
196
- },
197
- {
198
- "code": [
199
- {
200
- "code": "71413-9-comment",
201
- "system": "http://loinc.org",
202
- "display": "CMS - genitourinary panel - comment"
203
- }
204
- ],
205
- "type": "text",
206
- "linkId": "genitourinary-comment",
207
- "enableWhen": [
208
- {
209
- "question": "genitourinary",
210
- "operator": "=",
211
- "answerBoolean": true
212
- }
213
- ]
214
- },
215
- {
216
- "code": [
217
- {
218
- "code": "71414-7",
219
- "system": "http://loinc.org",
220
- "display": "CMS - musculoskeletal panel"
221
- }
222
- ],
223
- "text": "Musculoskeletal",
224
- "type": "boolean",
225
- "linkId": "musculoskeletal"
226
- },
227
- {
228
- "code": [
229
- {
230
- "code": "71414-7-comment",
231
- "system": "http://loinc.org",
232
- "display": "CMS - musculoskeletal panel - comment"
233
- }
234
- ],
235
- "type": "text",
236
- "linkId": "musculoskeletal-comment",
237
- "enableWhen": [
238
- {
239
- "question": "musculoskeletal",
240
- "operator": "=",
241
- "answerBoolean": true
242
- }
243
- ]
244
- },
245
- {
246
- "code": [
247
- {
248
- "code": "71416-2",
249
- "system": "http://loinc.org",
250
- "display": "CMS - neurological panel"
251
- }
252
- ],
253
- "text": "Neurologic",
254
- "type": "boolean",
255
- "linkId": "neurologic"
256
- },
257
- {
258
- "code": [
2
+ "subjectType": ["Encounter"],
3
+ "meta": {
4
+ "profile": ["https://beda.software/beda-emr-questionnaire"],
5
+ "lastUpdated": "2023-04-10T03:43:34.792167Z",
6
+ "versionId": "694",
7
+ "extension": [
259
8
  {
260
- "code": "71416-2-comment",
261
- "system": "http://loinc.org",
262
- "display": "CMS - neurological panel - comment"
9
+ "url": "ex:createdAt",
10
+ "valueInstant": "2023-04-05T05:22:35.752466Z"
263
11
  }
264
- ],
265
- "type": "text",
266
- "linkId": "neurologic-comment",
267
- "enableWhen": [
268
- {
269
- "question": "neurologic",
270
- "operator": "=",
271
- "answerBoolean": true
272
- }
273
- ]
274
- },
275
- {
276
- "code": [
277
- {
278
- "code": "71417-0",
279
- "system": "http://loinc.org",
280
- "display": "CMS - psychiatric panel"
281
- }
282
- ],
283
- "text": "Psychiatric",
284
- "type": "boolean",
285
- "linkId": "psychiatric"
286
- },
287
- {
288
- "code": [
289
- {
290
- "code": "71417-0-comment",
291
- "system": "http://loinc.org",
292
- "display": "CMS - psychiatric panel - comment"
293
- }
294
- ],
295
- "type": "text",
296
- "linkId": "psychiatric-comment",
297
- "enableWhen": [
298
- {
299
- "question": "psychiatric",
300
- "operator": "=",
301
- "answerBoolean": true
302
- }
303
- ]
304
- },
305
- {
306
- "code": [
307
- {
308
- "code": "71415-4",
309
- "system": "http://loinc.org",
310
- "display": "CMS - integumentary panel"
311
- }
312
- ],
313
- "text": "Skin",
314
- "type": "boolean",
315
- "linkId": "skin"
316
- },
317
- {
318
- "code": [
319
- {
320
- "code": "71415-4-comment",
321
- "system": "http://loinc.org",
322
- "display": "CMS - integumentary panel - comment"
323
- }
324
- ],
325
- "type": "text",
326
- "linkId": "skin-comment",
327
- "enableWhen": [
328
- {
329
- "question": "skin",
330
- "operator": "=",
331
- "answerBoolean": true
332
- }
333
- ]
334
- },
12
+ ]
13
+ },
14
+ "name": "Review of Systems",
15
+ "item": [
335
16
  {
336
- "text": "Other",
337
- "type": "boolean",
338
- "linkId": "other"
17
+ "code": [
18
+ {
19
+ "code": "71406-3",
20
+ "system": "http://loinc.org",
21
+ "display": "CMS - review of systems panel"
22
+ }
23
+ ],
24
+ "text": "Provider reviewed all systems and state that all are WNL except as noted below\n",
25
+ "type": "boolean",
26
+ "linkId": "provider-viewed-confirmation",
27
+ "initial": [
28
+ {
29
+ "valueBoolean": false
30
+ }
31
+ ]
339
32
  },
340
33
  {
341
- "type": "text",
342
- "linkId": "other-comment",
343
- "enableWhen": [
344
- {
345
- "question": "other",
346
- "operator": "=",
347
- "answerBoolean": true
348
- }
349
- ]
34
+ "item": [
35
+ {
36
+ "code": [
37
+ {
38
+ "code": "71407-1",
39
+ "system": "http://loinc.org",
40
+ "display": "CMS - constitutional symptoms panel"
41
+ }
42
+ ],
43
+ "text": "General",
44
+ "type": "boolean",
45
+ "linkId": "general"
46
+ },
47
+ {
48
+ "code": [
49
+ {
50
+ "code": "71407-1-comment",
51
+ "system": "http://loinc.org",
52
+ "display": "CMS - constitutional symptoms panel - comment"
53
+ }
54
+ ],
55
+ "type": "text",
56
+ "linkId": "general-comment",
57
+ "enableWhen": [
58
+ {
59
+ "question": "general",
60
+ "operator": "=",
61
+ "answerBoolean": true
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "code": [
67
+ {
68
+ "code": "71409-7",
69
+ "system": "http://loinc.org",
70
+ "display": "CMS - ear-nose-mouth-throat panel"
71
+ }
72
+ ],
73
+ "text": "HEENT",
74
+ "type": "boolean",
75
+ "linkId": "heent"
76
+ },
77
+ {
78
+ "code": [
79
+ {
80
+ "code": "71409-7-comment",
81
+ "system": "http://loinc.org",
82
+ "display": "CMS - ear-nose-mouth-throat panel - comment"
83
+ }
84
+ ],
85
+ "type": "text",
86
+ "linkId": "heent-comment",
87
+ "enableWhen": [
88
+ {
89
+ "question": "heent",
90
+ "operator": "=",
91
+ "answerBoolean": true
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "code": [
97
+ {
98
+ "code": "71410-5",
99
+ "system": "http://loinc.org",
100
+ "display": "CMS - cardiovascular panel"
101
+ }
102
+ ],
103
+ "text": "Cardiovascular",
104
+ "type": "boolean",
105
+ "linkId": "cardiovascular"
106
+ },
107
+ {
108
+ "code": [
109
+ {
110
+ "code": "71410-5-comment",
111
+ "system": "http://loinc.org",
112
+ "display": "CMS - cardiovascular panel - comment"
113
+ }
114
+ ],
115
+ "type": "text",
116
+ "linkId": "cardiovascular-comment",
117
+ "enableWhen": [
118
+ {
119
+ "question": "cardiovascular",
120
+ "operator": "=",
121
+ "answerBoolean": true
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "code": [
127
+ {
128
+ "code": "71411-3",
129
+ "system": "http://loinc.org",
130
+ "display": "CMS - respiratory panel"
131
+ }
132
+ ],
133
+ "text": "Respiratory",
134
+ "type": "boolean",
135
+ "linkId": "respiratory"
136
+ },
137
+ {
138
+ "code": [
139
+ {
140
+ "code": "71411-3-comment",
141
+ "system": "http://loinc.org",
142
+ "display": "CMS - respiratory panel - comment"
143
+ }
144
+ ],
145
+ "type": "text",
146
+ "linkId": "respiratory-comment",
147
+ "enableWhen": [
148
+ {
149
+ "question": "respiratory",
150
+ "operator": "=",
151
+ "answerBoolean": true
152
+ }
153
+ ]
154
+ },
155
+ {
156
+ "code": [
157
+ {
158
+ "code": "71412-1",
159
+ "system": "http://loinc.org",
160
+ "display": "CMS - gastrointestinal panel"
161
+ }
162
+ ],
163
+ "text": "Gastrointestinal",
164
+ "type": "boolean",
165
+ "linkId": "gastrointestinal"
166
+ },
167
+ {
168
+ "code": [
169
+ {
170
+ "code": "71412-1-comment",
171
+ "system": "http://loinc.org",
172
+ "display": "CMS - gastrointestinal panel - comment"
173
+ }
174
+ ],
175
+ "type": "text",
176
+ "linkId": "gastrointestinal-comment",
177
+ "enableWhen": [
178
+ {
179
+ "question": "gastrointestinal",
180
+ "operator": "=",
181
+ "answerBoolean": true
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "code": [
187
+ {
188
+ "code": "71413-9",
189
+ "system": "http://loinc.org",
190
+ "display": "CMS - genitourinary panel"
191
+ }
192
+ ],
193
+ "text": "Genitourinary",
194
+ "type": "boolean",
195
+ "linkId": "genitourinary"
196
+ },
197
+ {
198
+ "code": [
199
+ {
200
+ "code": "71413-9-comment",
201
+ "system": "http://loinc.org",
202
+ "display": "CMS - genitourinary panel - comment"
203
+ }
204
+ ],
205
+ "type": "text",
206
+ "linkId": "genitourinary-comment",
207
+ "enableWhen": [
208
+ {
209
+ "question": "genitourinary",
210
+ "operator": "=",
211
+ "answerBoolean": true
212
+ }
213
+ ]
214
+ },
215
+ {
216
+ "code": [
217
+ {
218
+ "code": "71414-7",
219
+ "system": "http://loinc.org",
220
+ "display": "CMS - musculoskeletal panel"
221
+ }
222
+ ],
223
+ "text": "Musculoskeletal",
224
+ "type": "boolean",
225
+ "linkId": "musculoskeletal"
226
+ },
227
+ {
228
+ "code": [
229
+ {
230
+ "code": "71414-7-comment",
231
+ "system": "http://loinc.org",
232
+ "display": "CMS - musculoskeletal panel - comment"
233
+ }
234
+ ],
235
+ "type": "text",
236
+ "linkId": "musculoskeletal-comment",
237
+ "enableWhen": [
238
+ {
239
+ "question": "musculoskeletal",
240
+ "operator": "=",
241
+ "answerBoolean": true
242
+ }
243
+ ]
244
+ },
245
+ {
246
+ "code": [
247
+ {
248
+ "code": "71416-2",
249
+ "system": "http://loinc.org",
250
+ "display": "CMS - neurological panel"
251
+ }
252
+ ],
253
+ "text": "Neurologic",
254
+ "type": "boolean",
255
+ "linkId": "neurologic"
256
+ },
257
+ {
258
+ "code": [
259
+ {
260
+ "code": "71416-2-comment",
261
+ "system": "http://loinc.org",
262
+ "display": "CMS - neurological panel - comment"
263
+ }
264
+ ],
265
+ "type": "text",
266
+ "linkId": "neurologic-comment",
267
+ "enableWhen": [
268
+ {
269
+ "question": "neurologic",
270
+ "operator": "=",
271
+ "answerBoolean": true
272
+ }
273
+ ]
274
+ },
275
+ {
276
+ "code": [
277
+ {
278
+ "code": "71417-0",
279
+ "system": "http://loinc.org",
280
+ "display": "CMS - psychiatric panel"
281
+ }
282
+ ],
283
+ "text": "Psychiatric",
284
+ "type": "boolean",
285
+ "linkId": "psychiatric"
286
+ },
287
+ {
288
+ "code": [
289
+ {
290
+ "code": "71417-0-comment",
291
+ "system": "http://loinc.org",
292
+ "display": "CMS - psychiatric panel - comment"
293
+ }
294
+ ],
295
+ "type": "text",
296
+ "linkId": "psychiatric-comment",
297
+ "enableWhen": [
298
+ {
299
+ "question": "psychiatric",
300
+ "operator": "=",
301
+ "answerBoolean": true
302
+ }
303
+ ]
304
+ },
305
+ {
306
+ "code": [
307
+ {
308
+ "code": "71415-4",
309
+ "system": "http://loinc.org",
310
+ "display": "CMS - integumentary panel"
311
+ }
312
+ ],
313
+ "text": "Skin",
314
+ "type": "boolean",
315
+ "linkId": "skin"
316
+ },
317
+ {
318
+ "code": [
319
+ {
320
+ "code": "71415-4-comment",
321
+ "system": "http://loinc.org",
322
+ "display": "CMS - integumentary panel - comment"
323
+ }
324
+ ],
325
+ "type": "text",
326
+ "linkId": "skin-comment",
327
+ "enableWhen": [
328
+ {
329
+ "question": "skin",
330
+ "operator": "=",
331
+ "answerBoolean": true
332
+ }
333
+ ]
334
+ },
335
+ {
336
+ "text": "Other",
337
+ "type": "boolean",
338
+ "linkId": "other"
339
+ },
340
+ {
341
+ "type": "text",
342
+ "linkId": "other-comment",
343
+ "enableWhen": [
344
+ {
345
+ "question": "other",
346
+ "operator": "=",
347
+ "answerBoolean": true
348
+ }
349
+ ]
350
+ }
351
+ ],
352
+ "text": "Select abnormal systems",
353
+ "type": "group",
354
+ "linkId": "abnormal-systems-group",
355
+ "enableWhen": [
356
+ {
357
+ "question": "provider-viewed-confirmation",
358
+ "operator": "=",
359
+ "answerBoolean": true
360
+ }
361
+ ]
350
362
  }
351
- ],
352
- "text": "Select abnormal systems",
353
- "type": "group",
354
- "linkId": "abnormal-systems-group",
355
- "enableWhen": [
363
+ ],
364
+ "resourceType": "Questionnaire",
365
+ "extension": [
356
366
  {
357
- "question": "provider-viewed-confirmation",
358
- "operator": "=",
359
- "answerBoolean": true
367
+ "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembledFrom",
368
+ "valueCanonical": "review-of-systems"
360
369
  }
361
- ]
362
- }
363
- ],
364
- "resourceType": "Questionnaire",
365
- "status": "active",
366
- "id": "review-of-systems",
367
- "url": "https://aidbox.emr.beda.software/ui/console#/entities/Questionnaire/review-of-systems"
370
+ ],
371
+ "status": "active",
372
+ "id": "review-of-systems",
373
+ "url": "https://aidbox.emr.beda.software/ui/console#/entities/Questionnaire/review-of-systems"
368
374
  }