@kenyaemr/esm-care-panel-app 5.4.3-pre.2915 → 5.4.3-pre.2919

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.
@@ -1,5 +1,7 @@
1
1
  import { Type } from '@openmrs/esm-framework';
2
2
 
3
+ type FormTag = 'enrollment' | 'initial' | 'bound-to-current-visit';
4
+
3
5
  export interface CarePanelConfig {
4
6
  regimenObs: {
5
7
  encounterProviderRoleUuid: string;
@@ -12,12 +14,12 @@ export interface CarePanelConfig {
12
14
  careProgramForms: Array<{
13
15
  programName: string;
14
16
  programUuid: string;
15
- forms: {
17
+ forms: Array<{
16
18
  formName: string;
17
19
  formUuId: string;
18
20
  dependancies: string[];
19
- isEnrollment: boolean;
20
- }[];
21
+ tags: Array<FormTag>;
22
+ }>;
21
23
  }>;
22
24
  peerEducatorRelationshipType: string;
23
25
  peerCalendarOutreactForm: string;
@@ -75,19 +77,19 @@ export const configSchema = {
75
77
  formName: 'Postnatal Care (PNC) Enrollment Form',
76
78
  formUuId: '286598d5-1886-4f0d-9e5f-fa5473399cee',
77
79
  dependancies: [],
78
- isEnrollment: true,
80
+ tags: ['enrollment'],
79
81
  },
80
82
  {
81
83
  formName: 'MCH Postnatal Visit Form',
82
84
  formUuId: '72aa78e0-ee4b-47c3-9073-26f3b9ecc4a7',
83
85
  dependancies: ['286598d5-1886-4f0d-9e5f-fa5473399cee'],
84
- isEnrollment: false,
86
+ tags: ['bound-to-current-visit'],
85
87
  },
86
88
  {
87
89
  formName: 'PNC Services Discontinuation',
88
90
  formUuId: '30db888b-d6d3-47fb-b0c9-dbdf10a57ff5',
89
91
  dependancies: ['286598d5-1886-4f0d-9e5f-fa5473399cee'],
90
- isEnrollment: false,
92
+ tags: [],
91
93
  },
92
94
  ],
93
95
  },
@@ -99,25 +101,25 @@ export const configSchema = {
99
101
  formName: 'Antenatal Care (ANC) Enrollment Form',
100
102
  formUuId: 'b287050b-f9a5-4929-96b0-31ac602384e1',
101
103
  dependancies: [],
102
- isEnrollment: true,
104
+ tags: ['enrollment'],
103
105
  },
104
106
  {
105
107
  formName: 'MCH Antenatal Visit',
106
108
  formUuId: 'e8f98494-af35-4bb8-9fc7-c409c8fed843',
107
109
  dependancies: ['b287050b-f9a5-4929-96b0-31ac602384e1'],
108
- isEnrollment: false,
110
+ tags: ['initial'],
109
111
  },
110
112
  {
111
113
  formName: 'ANC Follow Up form',
112
114
  formUuId: '6fb1a39b-0a57-4239-afd7-a5490d281cb9',
113
115
  dependancies: ['b287050b-f9a5-4929-96b0-31ac602384e1', 'e8f98494-af35-4bb8-9fc7-c409c8fed843'],
114
- isEnrollment: false,
116
+ tags: ['bound-to-current-visit'],
115
117
  },
116
118
  {
117
119
  formName: 'Antenatal Care (ANC) Discontinuation',
118
120
  formUuId: '38885518-c71a-4661-8edf-3db67707e1d1',
119
121
  dependancies: ['b287050b-f9a5-4929-96b0-31ac602384e1', 'e8f98494-af35-4bb8-9fc7-c409c8fed843'],
120
- isEnrollment: false,
122
+ tags: [],
121
123
  },
122
124
  ],
123
125
  },
@@ -129,19 +131,19 @@ export const configSchema = {
129
131
  formName: 'CWC Enrolment Form',
130
132
  formUuId: '8553d869-bdc8-4287-8505-910c7c998aff',
131
133
  dependancies: [],
132
- isEnrollment: true,
134
+ tags: ['enrollment'],
133
135
  }, // mch child enrollment
134
136
  {
135
137
  formName: 'Child welfare clinic form',
136
138
  formUuId: '755b59e6-acbb-4853-abaf-be302039f902',
137
139
  dependancies: ['8553d869-bdc8-4287-8505-910c7c998aff'],
138
- isEnrollment: false,
140
+ tags: [],
139
141
  }, // CWC followup
140
142
  {
141
143
  formName: 'Child Welfare Services Discontinuation',
142
144
  formUuId: '1dd02c43-904b-4206-8378-7b1a8414c326',
143
145
  dependancies: ['8553d869-bdc8-4287-8505-910c7c998aff'],
144
- isEnrollment: false,
146
+ tags: [],
145
147
  },
146
148
  ],
147
149
  },
@@ -153,19 +155,19 @@ export const configSchema = {
153
155
  formName: 'Nutrition Enrollment Form',
154
156
  formUuId: '849e88cc-6a78-463a-a4d2-e4e8c2f795bc',
155
157
  dependancies: [],
156
- isEnrollment: true,
158
+ tags: ['enrollment'],
157
159
  },
158
160
  {
159
161
  formName: 'Nutrition form',
160
162
  formUuId: 'b8357314-0f6a-4fc9-a5b7-339f47095d62',
161
163
  dependancies: ['849e88cc-6a78-463a-a4d2-e4e8c2f795bc'],
162
- isEnrollment: false,
164
+ tags: [],
163
165
  },
164
166
  {
165
167
  formName: 'Nutrition Services Discontinuation',
166
168
  formUuId: '0648a046-f404-4246-806f-c9ee78232d6d',
167
169
  dependancies: ['849e88cc-6a78-463a-a4d2-e4e8c2f795bc'],
168
- isEnrollment: false,
170
+ tags: [],
169
171
  },
170
172
  ],
171
173
  },
@@ -177,19 +179,19 @@ export const configSchema = {
177
179
  formName: 'Family Planning Enrollment Form',
178
180
  formUuId: '5a07d260-77d7-477d-8ae5-f5bc2fb4a1e5',
179
181
  dependancies: [],
180
- isEnrollment: true,
182
+ tags: ['enrollment'],
181
183
  },
182
184
  {
183
185
  formName: 'Family Planning Form',
184
186
  formUuId: 'a52c57d4-110f-4879-82ae-907b0d90add6',
185
187
  dependancies: ['5a07d260-77d7-477d-8ae5-f5bc2fb4a1e5'],
186
- isEnrollment: false,
188
+ tags: ['bound-to-current-visit'],
187
189
  },
188
190
  {
189
191
  formName: 'Family Planning Discontinuation',
190
192
  formUuId: 'efc782ea-9a16-4791-824a-18be7417eda4',
191
193
  dependancies: ['5a07d260-77d7-477d-8ae5-f5bc2fb4a1e5'],
192
- isEnrollment: false,
194
+ tags: [],
193
195
  },
194
196
  ],
195
197
  },
@@ -201,25 +203,25 @@ export const configSchema = {
201
203
  formName: 'TB Enrollment',
202
204
  formUuId: '89994550-9939-40f3-afa6-173bce445c79',
203
205
  dependancies: [],
204
- isEnrollment: true,
206
+ tags: ['enrollment'],
205
207
  },
206
208
  {
207
209
  formName: 'TB Initial',
208
210
  formUuId: '6a4f7090-f496-46d2-b582-5ac7e71a16e4',
209
211
  dependancies: ['89994550-9939-40f3-afa6-173bce445c79'],
210
- isEnrollment: false,
212
+ tags: ['initial'],
211
213
  },
212
214
  {
213
215
  formName: 'TB FollowUp',
214
216
  formUuId: '2daabb77-7ad6-4952-864b-8d23e109c69d',
215
217
  dependancies: ['89994550-9939-40f3-afa6-173bce445c79', '6a4f7090-f496-46d2-b582-5ac7e71a16e4'],
216
- isEnrollment: false,
218
+ tags: [],
217
219
  },
218
220
  {
219
221
  formName: 'TB Discontinuation',
220
222
  formUuId: '4b296dd0-f6be-4007-9eb8-d0fd4e94fb3a',
221
223
  dependancies: ['89994550-9939-40f3-afa6-173bce445c79', '6a4f7090-f496-46d2-b582-5ac7e71a16e4'],
222
- isEnrollment: false,
224
+ tags: [],
223
225
  },
224
226
  ],
225
227
  },
@@ -231,19 +233,19 @@ export const configSchema = {
231
233
  formName: 'Violence enrollment',
232
234
  formUuId: '9ba1d4aa-57d7-48f9-a635-a23508e8136c',
233
235
  dependancies: [],
234
- isEnrollment: true,
236
+ tags: ['enrollment'],
235
237
  },
236
238
  {
237
239
  formName: 'Violence Initial Form',
238
240
  formUuId: 'e182d25f-d824-4cc7-8e0c-188519c300aa',
239
241
  dependancies: ['9ba1d4aa-57d7-48f9-a635-a23508e8136c'],
240
- isEnrollment: false,
242
+ tags: ['initial'],
241
243
  },
242
244
  {
243
245
  formName: 'Violence Screening',
244
246
  formUuId: '03767614-1384-4ce3-aea9-27e2f4e67d01',
245
247
  dependancies: ['9ba1d4aa-57d7-48f9-a635-a23508e8136c'],
246
- isEnrollment: false,
248
+ tags: [],
247
249
  },
248
250
  {
249
251
  formName: 'Violence Reporting Form',
@@ -253,7 +255,7 @@ export const configSchema = {
253
255
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
254
256
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
255
257
  ],
256
- isEnrollment: false,
258
+ tags: [],
257
259
  },
258
260
  {
259
261
  formName: 'Violence Consent Form',
@@ -263,7 +265,7 @@ export const configSchema = {
263
265
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
264
266
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
265
267
  ],
266
- isEnrollment: false,
268
+ tags: [],
267
269
  },
268
270
  {
269
271
  formName: 'Sexual Violence post rape care 363A',
@@ -273,7 +275,7 @@ export const configSchema = {
273
275
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
274
276
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
275
277
  ],
276
- isEnrollment: false,
278
+ tags: [],
277
279
  }, // PRC Form Part A
278
280
  {
279
281
  formName: 'Sexual Violence PRC Psychological Assessment 363B',
@@ -283,7 +285,7 @@ export const configSchema = {
283
285
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
284
286
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
285
287
  ],
286
- isEnrollment: false,
288
+ tags: [],
287
289
  }, // PRC Form Part B
288
290
  {
289
291
  formName: 'Physical and Emotional Violence Form',
@@ -293,7 +295,7 @@ export const configSchema = {
293
295
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
294
296
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
295
297
  ],
296
- isEnrollment: false,
298
+ tags: [],
297
299
  },
298
300
  {
299
301
  formName: 'Violence Trauma Counselling',
@@ -303,7 +305,7 @@ export const configSchema = {
303
305
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
304
306
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
305
307
  ],
306
- isEnrollment: false,
308
+ tags: [],
307
309
  },
308
310
  {
309
311
  formName: 'Violence Community Linkage Form',
@@ -313,7 +315,7 @@ export const configSchema = {
313
315
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
314
316
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
315
317
  ],
316
- isEnrollment: false,
318
+ tags: [],
317
319
  },
318
320
  {
319
321
  formName: 'Violence Legal Form',
@@ -323,7 +325,7 @@ export const configSchema = {
323
325
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
324
326
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
325
327
  ],
326
- isEnrollment: false,
328
+ tags: [],
327
329
  },
328
330
  {
329
331
  formName: 'Violence Perpetrator Details',
@@ -333,7 +335,7 @@ export const configSchema = {
333
335
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
334
336
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
335
337
  ],
336
- isEnrollment: false,
338
+ tags: [],
337
339
  },
338
340
  {
339
341
  formName: 'PEP FOLLOWUP Form',
@@ -343,7 +345,7 @@ export const configSchema = {
343
345
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
344
346
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
345
347
  ],
346
- isEnrollment: false,
348
+ tags: [],
347
349
  },
348
350
  {
349
351
  formName: 'Violence Discontinuation Form',
@@ -353,7 +355,7 @@ export const configSchema = {
353
355
  'e182d25f-d824-4cc7-8e0c-188519c300aa',
354
356
  '03767614-1384-4ce3-aea9-27e2f4e67d01',
355
357
  ],
356
- isEnrollment: false,
358
+ tags: [],
357
359
  },
358
360
  ],
359
361
  },
@@ -365,25 +367,25 @@ export const configSchema = {
365
367
  formName: 'TPT Initiation',
366
368
  formUuId: '61ea2a72-b0f9-47cf-ae86-443f88656acc',
367
369
  dependancies: [],
368
- isEnrollment: true,
370
+ tags: ['enrollment'],
369
371
  },
370
372
  {
371
373
  formName: 'TPT Initial',
372
374
  formUuId: '9d75d6c7-2db8-44ba-8068-f1b3601a1cb9',
373
375
  dependancies: ['61ea2a72-b0f9-47cf-ae86-443f88656acc'],
374
- isEnrollment: false,
376
+ tags: ['initial'],
375
377
  },
376
378
  {
377
379
  formName: 'TPT FollowUp',
378
380
  formUuId: '9d0e4be8-ab72-4394-8df7-b509b9d45179',
379
381
  dependancies: ['61ea2a72-b0f9-47cf-ae86-443f88656acc', '9d75d6c7-2db8-44ba-8068-f1b3601a1cb9'],
380
- isEnrollment: false,
382
+ tags: [],
381
383
  },
382
384
  {
383
385
  formName: 'TPT Outcome/Discontinuation',
384
386
  formUuId: '5bdd3b65-8b7b-46a0-9f7b-dfe764143848',
385
387
  dependancies: ['61ea2a72-b0f9-47cf-ae86-443f88656acc', '9d75d6c7-2db8-44ba-8068-f1b3601a1cb9'],
386
- isEnrollment: false,
388
+ tags: [],
387
389
  },
388
390
  ],
389
391
  },
@@ -395,31 +397,31 @@ export const configSchema = {
395
397
  formName: 'PrEP INITIATION',
396
398
  formUuId: 'd5ca78be-654e-4d23-836e-a934739be555',
397
399
  dependancies: [],
398
- isEnrollment: true,
400
+ tags: ['enrollment'],
399
401
  },
400
402
  {
401
403
  formName: 'PrEP Initial Enrollment Form',
402
404
  formUuId: 'd63eb2ee-d5e8-4ea4-b5ea-ea3670af03ac',
403
405
  dependancies: ['d5ca78be-654e-4d23-836e-a934739be555'],
404
- isEnrollment: false,
406
+ tags: ['initial'],
405
407
  },
406
408
  {
407
409
  formName: 'PrEP Initial Form',
408
410
  formUuId: '1bfb09fc-56d7-4108-bd59-b2765fd312b8',
409
411
  dependancies: ['d5ca78be-654e-4d23-836e-a934739be555', 'd63eb2ee-d5e8-4ea4-b5ea-ea3670af03ac'],
410
- isEnrollment: false,
412
+ tags: [],
411
413
  },
412
414
  {
413
415
  formName: 'PrEP Follow Up',
414
416
  formUuId: 'ee3e2017-52c0-4a54-99ab-ebb542fb8984',
415
417
  dependancies: ['d5ca78be-654e-4d23-836e-a934739be555', 'd63eb2ee-d5e8-4ea4-b5ea-ea3670af03ac'],
416
- isEnrollment: false,
418
+ tags: [],
417
419
  },
418
420
  {
419
421
  formName: 'PrEP Monthly Refill Form',
420
422
  formUuId: '291c03c8-a216-11e9-a2a3-2a2ae2dbcce4',
421
423
  dependancies: ['d5ca78be-654e-4d23-836e-a934739be555', 'd63eb2ee-d5e8-4ea4-b5ea-ea3670af03ac'],
422
- isEnrollment: false,
424
+ tags: [],
423
425
  },
424
426
  ],
425
427
  },
@@ -431,19 +433,19 @@ export const configSchema = {
431
433
  formName: 'NCD Initial Form',
432
434
  formUuId: 'c4994dd7-f2b6-4c28-bdc7-8b1d9d2a6a97',
433
435
  dependancies: [],
434
- isEnrollment: true,
436
+ tags: ['enrollment'],
435
437
  },
436
438
  {
437
439
  formName: 'NCD Follow Up',
438
440
  formUuId: '3e1057da-f130-44d9-b2bb-53e039b953c6',
439
441
  dependancies: ['c4994dd7-f2b6-4c28-bdc7-8b1d9d2a6a97'],
440
- isEnrollment: false,
442
+ tags: [],
441
443
  },
442
444
  {
443
445
  formName: 'NCD Discontinuation',
444
446
  formUuId: '63182d28-a23f-4d14-b48e-38077bbd8ed2',
445
447
  dependancies: ['c4994dd7-f2b6-4c28-bdc7-8b1d9d2a6a97'],
446
- isEnrollment: false,
448
+ tags: [],
447
449
  },
448
450
  ],
449
451
  },
@@ -455,25 +457,25 @@ export const configSchema = {
455
457
  formName: 'KVP Contact Form',
456
458
  formUuId: '185dec84-df6f-4fc7-a370-15aa8be531ec',
457
459
  dependancies: [],
458
- isEnrollment: true,
460
+ tags: ['enrollment'],
459
461
  },
460
462
  {
461
463
  formName: 'KVP Initial Form',
462
464
  formUuId: 'ead9e306-f1e5-4ed8-aa7d-be9a55309b3c',
463
465
  dependancies: ['185dec84-df6f-4fc7-a370-15aa8be531ec'],
464
- isEnrollment: false,
466
+ tags: ['initial'],
465
467
  },
466
468
  {
467
469
  formName: 'KVP Clinical Enrollment',
468
470
  formUuId: 'c7f47cea-207b-11e9-ab14-d663bd873d93',
469
471
  dependancies: ['185dec84-df6f-4fc7-a370-15aa8be531ec', 'ead9e306-f1e5-4ed8-aa7d-be9a55309b3c'],
470
- isEnrollment: false,
472
+ tags: [],
471
473
  },
472
474
  {
473
475
  formName: 'KVP Peer Educator Outreach Calendar',
474
476
  formUuId: '7492cffe-5874-4144-a1e6-c9e455472a35',
475
477
  dependancies: ['185dec84-df6f-4fc7-a370-15aa8be531ec', 'ead9e306-f1e5-4ed8-aa7d-be9a55309b3c'],
476
- isEnrollment: false,
478
+ tags: [],
477
479
  },
478
480
  {
479
481
  formName: 'KVP Clinical Encounter form',
@@ -483,7 +485,7 @@ export const configSchema = {
483
485
  'c7f47cea-207b-11e9-ab14-d663bd873d93',
484
486
  'ead9e306-f1e5-4ed8-aa7d-be9a55309b3c',
485
487
  ],
486
- isEnrollment: false,
488
+ tags: [],
487
489
  },
488
490
  {
489
491
  formName: 'KVP Client Discontinuation',
@@ -493,7 +495,7 @@ export const configSchema = {
493
495
  'c7f47cea-207b-11e9-ab14-d663bd873d93',
494
496
  'ead9e306-f1e5-4ed8-aa7d-be9a55309b3c',
495
497
  ],
496
- isEnrollment: false,
498
+ tags: [],
497
499
  },
498
500
  ],
499
501
  },
@@ -503,33 +505,33 @@ export const configSchema = {
503
505
  forms: [
504
506
  {
505
507
  formName: 'HIV Enrollment',
506
- formUuId: 'e4b506c1-7379-42b6-a374-284469cba8da',
508
+ formUuId: '592fd92c-35f6-4dd8-8f0d-a401c1e5b2e2',
507
509
  dependancies: [],
508
- isEnrollment: true,
510
+ tags: ['enrollment'],
509
511
  },
510
512
  {
511
513
  formName: 'HIV Initial form',
512
- formUuId: '592fd92c-35f6-4dd8-8f0d-a401c1e5b2e2',
513
- dependancies: ['e4b506c1-7379-42b6-a374-284469cba8da'],
514
- isEnrollment: false,
514
+ formUuId: 'e4b506c1-7379-42b6-a374-284469cba8da',
515
+ dependancies: ['592fd92c-35f6-4dd8-8f0d-a401c1e5b2e2'],
516
+ tags: [],
515
517
  },
516
518
  {
517
519
  formName: 'ART Readyness',
518
520
  formUuId: '782a4263-3ac9-4ce8-b316-534571233f12',
519
- dependancies: ['e4b506c1-7379-42b6-a374-284469cba8da', '592fd92c-35f6-4dd8-8f0d-a401c1e5b2e2'],
520
- isEnrollment: false,
521
+ dependancies: ['e4b506c1-7379-42b6-a374-284469cba8da'],
522
+ tags: [],
521
523
  }, // USING ART prepairation form (closest to readiness)
522
524
  {
523
525
  formName: 'HIV Green Card',
524
526
  formUuId: '22c68f86-bbf0-49ba-b2d1-23fa7ccf0259',
525
- dependancies: ['e4b506c1-7379-42b6-a374-284469cba8da', '592fd92c-35f6-4dd8-8f0d-a401c1e5b2e2'],
526
- isEnrollment: false,
527
+ dependancies: ['e4b506c1-7379-42b6-a374-284469cba8da'],
528
+ tags: ['bound-to-current-visit'],
527
529
  },
528
530
  {
529
531
  formName: 'HIV Discontinuation',
530
532
  formUuId: 'e3237ede-fa70-451f-9e6c-0908bc39f8b9',
531
- dependancies: ['e4b506c1-7379-42b6-a374-284469cba8da', '592fd92c-35f6-4dd8-8f0d-a401c1e5b2e2'],
532
- isEnrollment: false,
533
+ dependancies: ['e4b506c1-7379-42b6-a374-284469cba8da'],
534
+ tags: [],
533
535
  },
534
536
  ],
535
537
  },
@@ -541,19 +543,19 @@ export const configSchema = {
541
543
  formName: 'Pre-Conception Care Enrollment Form',
542
544
  formUuId: '236161a4-29ad-4282-9829-6684aab85daa',
543
545
  dependancies: [],
544
- isEnrollment: true,
546
+ tags: ['enrollment'],
545
547
  },
546
548
  {
547
549
  formName: 'Pre-Conception Care',
548
550
  formUuId: '2cf38f9a-f910-492b-a055-e29924e513f8',
549
551
  dependancies: ['236161a4-29ad-4282-9829-6684aab85daa'],
550
- isEnrollment: false,
552
+ tags: [],
551
553
  },
552
554
  {
553
555
  formName: 'Pre-Conception Discontinuation',
554
556
  formUuId: 'a9128c54-3a05-4d66-ba50-149565eadfd7',
555
557
  dependancies: ['236161a4-29ad-4282-9829-6684aab85daa'],
556
- isEnrollment: false,
558
+ tags: [],
557
559
  },
558
560
  ],
559
561
  },
@@ -565,43 +567,43 @@ export const configSchema = {
565
567
  formName: 'MAT Initial Registration Form',
566
568
  formUuId: '9a9cadd7-fba1-4a24-94aa-43edfbecf8d9',
567
569
  dependancies: [],
568
- isEnrollment: true,
570
+ tags: ['enrollment'],
569
571
  },
570
572
  {
571
573
  formName: 'MAT Clinical Encounter Form',
572
574
  formUuId: '5ed937a0-0933-41c3-b638-63d8a4779845',
573
575
  dependancies: ['9a9cadd7-fba1-4a24-94aa-43edfbecf8d9'],
574
- isEnrollment: false,
576
+ tags: [],
575
577
  },
576
578
  {
577
579
  formName: 'MAT Psycho-social Intake & Follow-up Form',
578
580
  formUuId: 'cfd2109b-63b3-43de-8bb3-682e80c5a965',
579
581
  dependancies: ['9a9cadd7-fba1-4a24-94aa-43edfbecf8d9'],
580
- isEnrollment: false,
582
+ tags: [],
581
583
  },
582
584
  {
583
585
  formName: 'MAT Psychiatric Intake and Follow up Form',
584
586
  formUuId: 'fdea46a1-9423-4ef9-b780-93b32b48a528',
585
587
  dependancies: ['9a9cadd7-fba1-4a24-94aa-43edfbecf8d9'],
586
- isEnrollment: false,
588
+ tags: [],
587
589
  },
588
590
  {
589
591
  formName: 'MAT Transit/Referral Form',
590
592
  formUuId: 'b9495048-eceb-4dd2-bfba-330dc4900ee9',
591
593
  dependancies: ['9a9cadd7-fba1-4a24-94aa-43edfbecf8d9'],
592
- isEnrollment: false,
594
+ tags: [],
593
595
  },
594
596
  {
595
597
  formName: 'MAT Cessation Form',
596
598
  formUuId: 'fa58cbc1-91c8-4920-813b-fde7fd69533b',
597
599
  dependancies: ['9a9cadd7-fba1-4a24-94aa-43edfbecf8d9'],
598
- isEnrollment: false,
600
+ tags: [],
599
601
  },
600
602
  {
601
603
  formName: 'MAT Discontinuation Form',
602
604
  formUuId: '38d6e116-b96c-4916-a821-b4dc83e2041d',
603
605
  dependancies: ['9a9cadd7-fba1-4a24-94aa-43edfbecf8d9'],
604
- isEnrollment: false,
606
+ tags: [],
605
607
  },
606
608
  ],
607
609
  },