@aehrc/smart-forms-renderer 1.0.0-alpha.42.dev2 → 1.0.0-alpha.42.dev4

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 (114) hide show
  1. package/package.json +1 -6
  2. package/.storybook/main.ts +0 -34
  3. package/.storybook/preview.tsx +0 -40
  4. package/src/stories/assets/fhirClient/mockFhirClient.ts +0 -52
  5. package/src/stories/assets/patients/PatSmartForm.ts +0 -281
  6. package/src/stories/assets/practitioners/PracPrimaryPeter.ts +0 -38
  7. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreAllergyIntolerance.json +0 -209
  8. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreCondition.json +0 -220
  9. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreEncounter.json +0 -299
  10. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreImmunization.json +0 -175
  11. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreMedicationRequest.json +0 -229
  12. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreObservationBP.json +0 -359
  13. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreObservationBodyHeight.json +0 -195
  14. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreObservationBodyWeight.json +0 -195
  15. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreObservationHeartRate.json +0 -195
  16. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreObservationSmokingStatus.json +0 -174
  17. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCorePatient.json +0 -495
  18. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCorePractitioner.json +0 -139
  19. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCorePractitionerRole.json +0 -216
  20. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreProcedure.json +0 -199
  21. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreRespirationRate.json +0 -195
  22. package/src/stories/assets/questionnaires/AuCoreTestingJson/AuCoreWaistCircumference.json +0 -195
  23. package/src/stories/assets/questionnaires/QAdvancedAdditionalDisplayContent.ts +0 -113
  24. package/src/stories/assets/questionnaires/QAdvancedControlAppearance.ts +0 -865
  25. package/src/stories/assets/questionnaires/QAdvancedOther.ts +0 -494
  26. package/src/stories/assets/questionnaires/QAdvancedTextApperance.ts +0 -503
  27. package/src/stories/assets/questionnaires/QAttachment.ts +0 -38
  28. package/src/stories/assets/questionnaires/QAuCoreTesting.ts +0 -3796
  29. package/src/stories/assets/questionnaires/QBehaviorCalculations.ts +0 -643
  30. package/src/stories/assets/questionnaires/QBehaviorChoiceRestriction.ts +0 -281
  31. package/src/stories/assets/questionnaires/QBehaviorOther.ts +0 -1241
  32. package/src/stories/assets/questionnaires/QBehaviorValueConstraints.ts +0 -508
  33. package/src/stories/assets/questionnaires/QBoolean.ts +0 -180
  34. package/src/stories/assets/questionnaires/QButtonTester.ts +0 -497
  35. package/src/stories/assets/questionnaires/QChoice.ts +0 -493
  36. package/src/stories/assets/questionnaires/QDate.ts +0 -56
  37. package/src/stories/assets/questionnaires/QDateTime.ts +0 -56
  38. package/src/stories/assets/questionnaires/QDecimal.ts +0 -56
  39. package/src/stories/assets/questionnaires/QDisplay.ts +0 -197
  40. package/src/stories/assets/questionnaires/QFormPopulation.ts +0 -1349
  41. package/src/stories/assets/questionnaires/QGroup.ts +0 -52
  42. package/src/stories/assets/questionnaires/QGroupTableTester.ts +0 -461
  43. package/src/stories/assets/questionnaires/QIdRemoverDebugger.ts +0 -161
  44. package/src/stories/assets/questionnaires/QInteger.ts +0 -119
  45. package/src/stories/assets/questionnaires/QItemControlDisplay.ts +0 -558
  46. package/src/stories/assets/questionnaires/QItemControlGroup.ts +0 -1530
  47. package/src/stories/assets/questionnaires/QItemControlQuestion.ts +0 -1271
  48. package/src/stories/assets/questionnaires/QMbs715Tester.ts +0 -32888
  49. package/src/stories/assets/questionnaires/QOpenChoice.ts +0 -151
  50. package/src/stories/assets/questionnaires/QParameterisedValueSets.ts +0 -312
  51. package/src/stories/assets/questionnaires/QPrePopTester.ts +0 -543
  52. package/src/stories/assets/questionnaires/QQuantity.ts +0 -365
  53. package/src/stories/assets/questionnaires/QReference.ts +0 -38
  54. package/src/stories/assets/questionnaires/QSingleItems.ts +0 -251
  55. package/src/stories/assets/questionnaires/QString.ts +0 -131
  56. package/src/stories/assets/questionnaires/QTerminologyControl.ts +0 -59
  57. package/src/stories/assets/questionnaires/QText.ts +0 -169
  58. package/src/stories/assets/questionnaires/QTime.ts +0 -38
  59. package/src/stories/assets/questionnaires/QUrl.ts +0 -38
  60. package/src/stories/assets/questionnaires/QValidateTester.ts +0 -118
  61. package/src/stories/assets/questionnaires/index.ts +0 -43
  62. package/src/stories/itemTypes/Attachment.stories.tsx +0 -39
  63. package/src/stories/itemTypes/Boolean.stories.tsx +0 -65
  64. package/src/stories/itemTypes/Choice.stories.tsx +0 -78
  65. package/src/stories/itemTypes/Date.stories.tsx +0 -46
  66. package/src/stories/itemTypes/DateTime.stories.tsx +0 -45
  67. package/src/stories/itemTypes/Decimal.stories.tsx +0 -56
  68. package/src/stories/itemTypes/Display.stories.tsx +0 -55
  69. package/src/stories/itemTypes/Group.stories.tsx +0 -39
  70. package/src/stories/itemTypes/Integer.stories.tsx +0 -55
  71. package/src/stories/itemTypes/OpenChoice.stories.tsx +0 -64
  72. package/src/stories/itemTypes/Quantity.stories.tsx +0 -71
  73. package/src/stories/itemTypes/Reference.stories.tsx +0 -39
  74. package/src/stories/itemTypes/String.stories.tsx +0 -51
  75. package/src/stories/itemTypes/Text.stories.tsx +0 -51
  76. package/src/stories/itemTypes/Time.stories.tsx +0 -39
  77. package/src/stories/itemTypes/Url.stories.tsx +0 -39
  78. package/src/stories/sdc/AdvancedAdditionalDisplayContent.stories.tsx +0 -51
  79. package/src/stories/sdc/AdvancedControlAppearance.stories.tsx +0 -90
  80. package/src/stories/sdc/AdvancedOther.stories.tsx +0 -76
  81. package/src/stories/sdc/AdvancedTextAppearance.stories.tsx +0 -104
  82. package/src/stories/sdc/BehaviorCalculations.stories.tsx +0 -69
  83. package/src/stories/sdc/BehaviorChoiceRestriction.stories.tsx +0 -76
  84. package/src/stories/sdc/BehaviorOther.stories.tsx +0 -97
  85. package/src/stories/sdc/BehaviorValueConstraints.stories.tsx +0 -88
  86. package/src/stories/sdc/FormPopulation.stories.tsx +0 -97
  87. package/src/stories/sdc/ItemControlDisplay.stories.tsx +0 -69
  88. package/src/stories/sdc/ItemControlGroup.stories.tsx +0 -90
  89. package/src/stories/sdc/ItemControlQuestion.stories.tsx +0 -118
  90. package/src/stories/sdc/OtherExtensions.stories.tsx +0 -39
  91. package/src/stories/sdc/ParameterisedValueSets.stories.tsx +0 -48
  92. package/src/stories/storybookWrappers/BuildFormButtonForStorybook.tsx +0 -54
  93. package/src/stories/storybookWrappers/BuildFormButtonTesterWrapperForStorybook.tsx +0 -76
  94. package/src/stories/storybookWrappers/BuildFormWrapperForStorybook.tsx +0 -61
  95. package/src/stories/storybookWrappers/FormValidationTesterWrapperForStorybook.tsx +0 -70
  96. package/src/stories/storybookWrappers/FormValidationViewerForStorybook.tsx +0 -28
  97. package/src/stories/storybookWrappers/IdRemoverButtonForStorybook.tsx +0 -49
  98. package/src/stories/storybookWrappers/IdRemoverDebuggerWrapperForStorybook.tsx +0 -84
  99. package/src/stories/storybookWrappers/InitialiseFormWrapperForStorybook.tsx +0 -105
  100. package/src/stories/storybookWrappers/PrePopButtonForStorybook.tsx +0 -56
  101. package/src/stories/storybookWrappers/PrePopWrapperForStorybook.tsx +0 -114
  102. package/src/stories/storybookWrappers/TestCssSheet.css +0 -17
  103. package/src/stories/storybookWrappers/ValidateFormButtonForStorybook.tsx +0 -41
  104. package/src/stories/storybookWrappers/globals.ts +0 -18
  105. package/src/stories/storybookWrappers/iframeResizerChild.js +0 -1063
  106. package/src/stories/storybookWrappers/index.ts +0 -19
  107. package/src/stories/storybookWrappers/populateCallbackForStorybook.ts +0 -55
  108. package/src/stories/testing/AuCoreTester.stories.tsx +0 -196
  109. package/src/stories/testing/BuildFormButtonTesterWrapper.stories.tsx +0 -40
  110. package/src/stories/testing/GroupTableTester.stories.tsx +0 -39
  111. package/src/stories/testing/IdRemoverDebuggerWrapper.stories.tsx +0 -39
  112. package/src/stories/testing/Mbs715Tester.stories.tsx +0 -57
  113. package/src/stories/testing/PrePopButtonTesterWrapper.stories.tsx +0 -55
  114. package/src/stories/testing/ValidateFormTesterWrapper.stories.tsx +0 -39
@@ -1,497 +0,0 @@
1
- /*
2
- * Copyright 2024 Commonwealth Scientific and Industrial Research
3
- * Organisation (CSIRO) ABN 41 687 119 230.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
-
18
- import type { Questionnaire, QuestionnaireResponse } from 'fhir/r4';
19
-
20
- export const qButtonTester: Questionnaire = {
21
- resourceType: 'Questionnaire',
22
- id: 'ButtonTester',
23
- name: 'ButtonTester',
24
- title: 'Button Tester',
25
- version: '0.1.0',
26
- status: 'draft',
27
- publisher: 'AEHRC CSIRO',
28
- date: '2024-05-01',
29
- url: 'https://smartforms.csiro.au/docs/tester/button',
30
- extension: [
31
- {
32
- url: 'http://hl7.org/fhir/StructureDefinition/variable',
33
- valueExpression: {
34
- name: 'AllConditions',
35
- language: 'application/x-fhir-query',
36
- expression: 'Condition?patient={{%patient.id}}'
37
- }
38
- },
39
- {
40
- url: 'http://hl7.org/fhir/StructureDefinition/variable',
41
- valueExpression: {
42
- name: 'DecimalObsBodyWeight',
43
- language: 'application/x-fhir-query',
44
- expression: 'Observation?code=29463-7&_count=1&_sort=-date&patient={{%patient.id}}'
45
- }
46
- },
47
- {
48
- url: 'http://hl7.org/fhir/StructureDefinition/variable',
49
- valueExpression: {
50
- name: 'IntegerObsBloodPressure',
51
- language: 'application/x-fhir-query',
52
- expression: 'Observation?code=85354-9&_count=1&_sort=-date&patient={{%patient.id}}'
53
- }
54
- },
55
- {
56
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext',
57
- extension: [
58
- {
59
- url: 'name',
60
- valueCoding: {
61
- system: 'http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext',
62
- code: 'patient'
63
- }
64
- },
65
- {
66
- url: 'type',
67
- valueCode: 'Patient'
68
- },
69
- {
70
- url: 'description',
71
- valueString: 'The patient that is to be used to pre-populate the form'
72
- }
73
- ]
74
- }
75
- ],
76
- item: [
77
- {
78
- extension: [
79
- {
80
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
81
- valueExpression: {
82
- language: 'text/fhirpath',
83
- expression: '%DecimalObsBodyWeight.entry.resource.value.value'
84
- }
85
- }
86
- ],
87
- linkId: 'decimal',
88
- type: 'decimal',
89
- repeats: false,
90
- text: 'Decimal Test'
91
- },
92
- {
93
- extension: [
94
- {
95
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
96
- valueExpression: {
97
- language: 'text/fhirpath',
98
- expression:
99
- "%IntegerObsBloodPressure.entry.resource.component.where(code.coding.exists(code='8480-6')).value.value"
100
- }
101
- }
102
- ],
103
- linkId: 'integer',
104
- type: 'integer',
105
- repeats: false,
106
- text: 'Integer Test'
107
- },
108
- {
109
- extension: [
110
- {
111
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
112
- valueExpression: {
113
- language: 'text/fhirpath',
114
- expression: "(%patient.name.where(use='official').select(family) | text).first()"
115
- }
116
- }
117
- ],
118
- linkId: 'string',
119
- type: 'string',
120
- repeats: false,
121
- text: 'String Test'
122
- },
123
- {
124
- extension: [
125
- {
126
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
127
- valueExpression: {
128
- language: 'text/fhirpath',
129
- expression:
130
- "%patient.address.where(use='home' and (type.empty() or type!='postal')).select(line.join(', '))"
131
- }
132
- }
133
- ],
134
- linkId: 'text',
135
- type: 'text',
136
- repeats: false,
137
- text: 'Text Test'
138
- },
139
- {
140
- extension: [
141
- {
142
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
143
- valueExpression: {
144
- language: 'text/fhirpath',
145
- expression: '%patient.birthDate'
146
- }
147
- }
148
- ],
149
- linkId: 'date',
150
- type: 'date',
151
- repeats: false,
152
- text: 'Date Test'
153
- },
154
- {
155
- extension: [
156
- {
157
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
158
- valueExpression: {
159
- language: 'text/fhirpath',
160
- expression: '%patient.birthDate'
161
- }
162
- }
163
- ],
164
- linkId: 'dateTime',
165
- type: 'dateTime',
166
- repeats: false,
167
- text: 'DateTime Test'
168
- },
169
- {
170
- linkId: 'repeats-container',
171
- type: 'group',
172
- repeats: false,
173
- text: '',
174
- item: [
175
- {
176
- extension: [
177
- {
178
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
179
- valueExpression: {
180
- language: 'text/fhirpath',
181
- expression: "%patient.telecom.where(system = 'phone' and use = 'home').value"
182
- }
183
- }
184
- ],
185
- linkId: 'repeats-string',
186
- type: 'string',
187
- repeats: true,
188
- text: 'Repeats Test (String)'
189
- }
190
- ]
191
- },
192
- {
193
- extension: [
194
- {
195
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-itemPopulationContext',
196
- valueExpression: {
197
- name: 'PostalAddressRepeat',
198
- language: 'text/fhirpath',
199
- expression: "%patient.address.where(type='postal')"
200
- }
201
- }
202
- ],
203
- linkId: 'repeats-group',
204
- type: 'group',
205
- repeats: true,
206
- text: 'Repeats Group Test',
207
- item: [
208
- {
209
- extension: [
210
- {
211
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
212
- valueExpression: {
213
- language: 'text/fhirpath',
214
- expression: '%PostalAddressRepeat.city'
215
- }
216
- }
217
- ],
218
- linkId: 'repeats-group-string',
219
- text: 'String',
220
- type: 'string',
221
- repeats: false
222
- },
223
- {
224
- extension: [
225
- {
226
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
227
- valueExpression: {
228
- language: 'text/fhirpath',
229
- expression: '%PostalAddressRepeat.state'
230
- }
231
- }
232
- ],
233
- linkId: 'repeats-group-choice',
234
- text: 'Choice',
235
- type: 'choice',
236
- repeats: false,
237
- answerValueSet:
238
- 'https://healthterminologies.gov.au/fhir/ValueSet/australian-states-territories-2'
239
- }
240
- ]
241
- },
242
- {
243
- extension: [
244
- {
245
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-itemPopulationContext',
246
- valueExpression: {
247
- name: 'PostalAddressRepeat',
248
- language: 'text/fhirpath',
249
- expression: "%patient.address.where(type='postal')"
250
- }
251
- },
252
- {
253
- url: 'http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl',
254
- valueCodeableConcept: {
255
- coding: [
256
- {
257
- system: 'http://hl7.org/fhir/questionnaire-item-control',
258
- code: 'gtable'
259
- }
260
- ]
261
- }
262
- }
263
- ],
264
- linkId: 'repeats-gtable',
265
- type: 'group',
266
- repeats: true,
267
- text: 'Repeats Group Table Test',
268
- item: [
269
- {
270
- extension: [
271
- {
272
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
273
- valueExpression: {
274
- language: 'text/fhirpath',
275
- expression: '%PostalAddressRepeat.city'
276
- }
277
- }
278
- ],
279
- linkId: 'repeats-gtable-string',
280
- text: 'String',
281
- type: 'string',
282
- repeats: false
283
- },
284
- {
285
- extension: [
286
- {
287
- url: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression',
288
- valueExpression: {
289
- language: 'text/fhirpath',
290
- expression: '%PostalAddressRepeat.state'
291
- }
292
- }
293
- ],
294
- linkId: 'repeats-gtable-choice',
295
- text: 'Choice',
296
- type: 'choice',
297
- repeats: false,
298
- answerValueSet:
299
- 'https://healthterminologies.gov.au/fhir/ValueSet/australian-states-territories-2'
300
- }
301
- ]
302
- }
303
- ]
304
- };
305
-
306
- export const qrButtonTesterResponse: QuestionnaireResponse = {
307
- resourceType: 'QuestionnaireResponse',
308
- status: 'in-progress',
309
- item: [
310
- {
311
- linkId: 'decimal',
312
- text: 'Decimal Test',
313
- answer: [
314
- {
315
- valueDecimal: 123.45
316
- }
317
- ]
318
- },
319
- {
320
- linkId: 'integer',
321
- text: 'Integer Test',
322
- answer: [
323
- {
324
- valueInteger: 123
325
- }
326
- ]
327
- },
328
- {
329
- linkId: 'string',
330
- text: 'String Test',
331
- answer: [
332
- {
333
- valueString: 'Sample String'
334
- }
335
- ]
336
- },
337
- {
338
- linkId: 'text',
339
- text: 'Text Test',
340
- answer: [
341
- {
342
- valueString: 'Sample Text'
343
- }
344
- ]
345
- },
346
- {
347
- linkId: 'date',
348
- text: 'Date Test',
349
- answer: [
350
- {
351
- valueDate: '2024-05-20'
352
- }
353
- ]
354
- },
355
- {
356
- linkId: 'dateTime',
357
- text: 'DateTime Test',
358
- answer: [
359
- {
360
- valueDateTime: '2024-05-20T15:30:00Z'
361
- }
362
- ]
363
- },
364
- {
365
- linkId: 'repeats-container',
366
- text: '',
367
- item: [
368
- {
369
- linkId: 'repeats-string',
370
- text: 'Repeats Test (String)',
371
- answer: [
372
- {
373
- valueString: 'First String'
374
- },
375
- {
376
- valueString: 'Second String'
377
- }
378
- ]
379
- }
380
- ]
381
- },
382
- {
383
- linkId: 'repeats-group',
384
- text: 'Repeats Group Test',
385
- item: [
386
- {
387
- linkId: 'repeats-group-string',
388
- text: 'String',
389
- answer: [
390
- {
391
- valueString: 'Nested String 1'
392
- }
393
- ]
394
- },
395
- {
396
- linkId: 'repeats-group-choice',
397
- text: 'Choice',
398
- answer: [
399
- {
400
- valueCoding: {
401
- system:
402
- 'https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1',
403
- code: 'NSW'
404
- }
405
- }
406
- ]
407
- }
408
- ]
409
- },
410
- {
411
- linkId: 'repeats-group',
412
- text: 'Repeats Group Test',
413
- item: [
414
- {
415
- linkId: 'repeats-group-string',
416
- text: 'String',
417
- answer: [
418
- {
419
- valueString: 'Nested String 2'
420
- }
421
- ]
422
- },
423
- {
424
- linkId: 'repeats-group-choice',
425
- text: 'Choice',
426
- answer: [
427
- {
428
- valueCoding: {
429
- system:
430
- 'https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1',
431
- code: 'SA'
432
- }
433
- }
434
- ]
435
- }
436
- ]
437
- },
438
- {
439
- linkId: 'repeats-gtable',
440
- text: 'Repeats Group Table Test',
441
- item: [
442
- {
443
- linkId: 'repeats-gtable-string',
444
- text: 'String',
445
- answer: [
446
- {
447
- valueString: 'Group Table String 1'
448
- }
449
- ]
450
- },
451
- {
452
- linkId: 'repeats-gtable-choice',
453
- text: 'Choice',
454
- answer: [
455
- {
456
- valueCoding: {
457
- system:
458
- 'https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1',
459
- code: 'NSW'
460
- }
461
- }
462
- ]
463
- }
464
- ]
465
- },
466
- {
467
- linkId: 'repeats-gtable',
468
- text: 'Repeats Group Table Test',
469
- item: [
470
- {
471
- linkId: 'repeats-gtable-string',
472
- text: 'String',
473
- answer: [
474
- {
475
- valueString: 'Group Table String 2'
476
- }
477
- ]
478
- },
479
- {
480
- linkId: 'repeats-gtable-choice',
481
- text: 'Choice',
482
- answer: [
483
- {
484
- valueCoding: {
485
- system:
486
- 'https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1',
487
- code: 'SA'
488
- }
489
- }
490
- ]
491
- }
492
- ]
493
- }
494
- ],
495
-
496
- questionnaire: 'https://smartforms.csiro.au/docs/tester/button'
497
- };