-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdd_surv_act_obs_source.R
952 lines (821 loc) · 43 KB
/
dd_surv_act_obs_source.R
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ #
# Group Source Dictionary #
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ #
group_source<-
list(
data.frame(
Variable="SurveillanceActivityGroupSourceNumber",
Label="Surveillance Activity Group Source Number",
Definition="The full number of Group Sources targeted in the
Surveillance Activity",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceRecordsNumber",
Label="Surveillance Activity Group Source Records Number",
Definition="The full number of Group Sources Records of the
Surveillance Activity",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourcesIncluded",
Label="Surveillance Activity New Group Sources Included",
Definition="Answer to the question: 'Are new Group Sources considered in the
Surveillance Activity (e.g., the collection of data from new animal groups)?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCodeStructure",
Label="Surveillance Activity New Group Source Code Structure",
Definition="Explain the nomenclature of the new Group Source Codes of the
Surveillance Activity (e.g., 'first letter refers to the pathogen, the next
two letters refer to the country, the next letter refers to the taxonomic group,
and then the number is the sequential number of the Group Source')",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceLocationPreviousSurveillanceActivities",
Label="Surveillance Activity New Group Source Locations in Previous Surveillance Activities",
Definition="Answer to the question: 'Have any of the Locations to obtain
Group Source Records in the Surveillance Activity been included in previous
Suveillance Activities",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceLocationPreviousSurveillanceActivitiesCodes",
Label="Surveillance Activity New Group Source Locations in Previous Surveillance Activities",
Definition="The codes of previous Surveillance Activities containing the Locations used in the
current Surveillance Activities to obtain Group Sources",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourcesLocationUnitOfInterest",
Label="Surveillance Activity New Group Sources Location Unit of Interest",
Definition="Answer to the question: 'Are the Locations where new Group Source
Records are obtained from a unit of interest in the Surveillance Activity
(e.g., markets where animals of Group Sources are caged)?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourcesLocationDefinition",
Label="Surveillance Activity New Group Sources Location Definition",
Definition="Description of what the Locations where Group Source Records
collected from are (e.g., a parcel, an zone of a proteced area, a city, etc.)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourcesLocationList",
Label="Surveillance Activity New Group Sources Location List",
Definition="A list with the Location names or codes where new Group Source
Records are obtained from in the Surveillance Activity",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceLocationSpatialFileProvided",
Label="Surveillance Activity New Group Source Location Spatial File Provided",
Definition="Answer to the question: 'Has a file with the spatial data and other
relevant attributes of the Locations where new Group Source
Records are obtained from in the Surveillance Activity been perovided?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceLocationPolygonProjection",
Label="Surveillance Activity New Group Source Location Polygon Projection",
Definition="The projection of the spatial data of the Locations in the file
provided",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceLocationOtherAttributes",
Label="Surveillance Activity New Group Source Location Other Attributes",
Definition="Answer to the question: 'Does the Surveillance Activity involve tracking
other properties of Locations where new Group Source Records are obtained from
not included in the data model?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceLocationListDefinitionOtherAttributes",
Label="Surveillance Activity New Group Source Location Definition Other Attributes",
Definition="Description of the other attributes of Locations where new Group Source
Records are obtained from not included in the data model. Provide a list with the
name of the attributes and their definition",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourcePlannedVisitsPerLocation",
Label="Surveillance Activity New Group Source Planned Visits Per Location",
Definition="The number of planned visits per Location where new Group Source
Records are obtained from during the Surveillance Activity. An unknown number,
'at least X', or 'at most X' are accepted resposes",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventNumberPerLocationKnown",
Label="Surveillance Activity New Group Source Event Number Per Location Known",
Definition="Answer to the question: 'Is the number of Events per Location
where new Group Source Records are obtained from during the Surveillance Activity Known?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventNumberPerLocation",
Label="Surveillance Activity New Group Source Event Number Per Location",
Definition="The number of Events per Location where new Group Source
Records are obtained from during the Surveillance Activity. An unknown number,
'at least X', or 'at most X' are accepted resposes",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCollectionNumberPerLocationKnown",
Label="Surveillance Activity New Group Source Event Number Per Location Known",
Definition="Answer to the question: 'Is the number of Collections per Location
where new Group Source Records are obtained from during the Surveillance Activity Known?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCollectionNumberPerLocation",
Label="Surveillance Activity New Group Source Event Number Per Location",
Definition="The number of Events per Location where new Group Source
Records are obtained from during the Surveillance Activity. An unknown number,
'at least X', or 'at most X' are accepted resposes",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordsNumberPerLocationKnown",
Label="Surveillance Activity New Group Source Records Number Per Location Known",
Definition="Answer to the question: 'Is the total number of Group Source Records
targeted per Location where new Group Source Records are obtained from during
the Surveillance Activity known?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordsNumberPerLocation",
Label="Surveillance Activity New Group Source Records Number Per Location",
Definition="The total number of Group Source Records targeted per Location
where new Group Source Records are obtained from during the Surveillance Activity.
An unknown number, 'at least X', or 'at most X' are accepted resposes",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordsNumberPerVisitPerLocationKnown",
Label="Surveillance Activity New Group Source Records Number Per Visit to a Location Known",
Definition="Answer to the question: 'Is the total number of Group Source Records
targeted per visit to each Location where new Group Source Records are obtained from during
the Surveillance Activity known?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordsNumberPerVisitPerLocation",
Label="Surveillance Activity New Group Source Records Number Per Visit per Location",
Definition="The total number of Group Source Records targeted per visit to each Location
where new Group Source Records are obtained from during
the Surveillance Activity. An unknown number, 'at least X', or 'at most
X' are accepted resposes",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourcesEventUnitOfInterest",
Label="Surveillance Activity New Group Sources Event Unit of Interest",
Definition="Answer to the question: 'Are the Events where new Group Source
Records are obtained from a unit of interest in the Surveillance Activity
(e.g., the site and time where a mist net is set up)?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourcesEventDefinition",
Label="Surveillance Activity New Group Sources Event Definition",
Definition="Description of what the Events where Group Source Records are
collected from are (e.g., a house, a cave, a tree, etc.)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventIncludesHealthy",
Label="Surveillance Activity New Group Source Event Includes Healthy Individuals",
Definition="Answer to the question: Are healthy individuals of the Group Source
recorded as part of the Event?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventIncludesSick",
Label="Surveillance Activity New Group Source Event Includes Sick Individuals",
Definition="Answer to the question: Are sick individuals of the Group Source
recorded as part of the Event?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventIncludesInjured",
Label="Surveillance Activity New Group Source Event Includes Injured Individuals",
Definition="Answer to the question: Are injured individuals of the Group Source
recorded as part of the Event?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventIncludesDead",
Label="Surveillance Activity New Group Source Event Includes Dead Individuals",
Definition="Answer to the question: Are dead individuals of the Group Source
recorded as part of the Event?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventIncludesManyGroupSources",
Label="Surveillance Activity New Group Source Event Includes Many Group Sources",
Definition="Answer to the question: Events where new Group Source
Records are obtained from can contain records of other Group Sources?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventIncludeAnimalSources",
Label="Surveillance Activity New Group Source Event Includes Animal Sources",
Definition="Answer to the question: Do Events where new Group Source
Records are obtained from contain records of Animal Sources?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventIncludeEnvironmentalSources",
Label="Surveillance Activity New Group Source Event Includes Environmental Sources",
Definition="Answer to the question: Do Events where new Group Source
Records are obtained from contain records of Environmental Sources?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventIncludeArthropodSources",
Label="Surveillance Activity New Group Source Event Includes Arthropod Sources",
Definition="Answer to the question: Do Events where new Group Source
Records are obtained from contain records of Arthropod Sources?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventOtherAttributes",
Label="Surveillance Activity New Group Source Event Other Attributes",
Definition="Answer to the question: 'Does the Surveillance Activity involve tracking
other properties of Events where new Group Source Records are found not included
in the data model?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceEventListDefinitionOtherAtttributes",
Label="Surveillance Activity New Group Source Event Definition Other Attributes",
Definition="Description of other attributes of interest for the Events where new
Group Source Records are found not included in the data model'",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCollectionNumberPerLocationKnown",
Label="Surveillance Activity New Group Source Collection Number Per Location Known",
Definition="Answer to the question: 'Is the number of Collections per Location
where new Group Source Records are obtained from during the Surveillance Activity Known?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCollectionNumberPerLocation",
Label="Surveillance Activity New Group Source Collection Number Per Location",
Definition="The number of Collections per Location where new Group Source
Records are obtained from during the Surveillance Activity. An unknown number,
'at least X', or 'at most X' are accepted resposes",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordsNumberPerEventKnown",
Label="Surveillance Activity New Group Source Records Number Per Event Known",
Definition="Answer to the question: 'Is the total number of Group Source Records
targeted per Event known?. An unknown number, 'at least X', or 'at most
X' are accepted resposes",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordsNumberPerEvent",
Label="Surveillance Activity New Group Source Records Number Per Event",
Definition="The total number of Group Source Records targeted per Event",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourcePassiveCollection",
Label="Surveillance Activity New Group Source Passive Collection",
Definition="Answer to the question:'Are Group Source Records obtained through a
passive collection strategy (e.g., citizen reports, information from news outlets)?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceActiveCollection",
Label="Surveillance Activity New Group Source Active Collection",
Definition="Answer to the question:'Are Group Source Records obtained through an
active collection strategy (e.g., camera traps, mosquito traps, patrolling, transect,
mist nets, observation periods, land exploration, etc.)?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCollectionMethods",
Label="Surveillance Activity New Group Source Collection Methods",
Definition="Description of the Collection methods used to obtain new
Group Source Records (e.g., pair of mist nets placed in X for Y hours in S
sites every M months under a bat roost ans blood samples re collected using ... etc.)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceollectionMethodsReferences",
Label="Surveillance Activity New Group Source Collection Methods References",
Definition="References associated with the Collection Methods to obtain new Group
Source Records",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceActiveCollectionMethodExpectedEffort",
Label="Surveillance Activity New Group Source Active Collection Methods Expected Effort",
Definition="Expected Effort of the Active Collection Methods to obtain new Group
Source Records",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCollectionSeveralGroupSourcesRecords",
Label="Surveillance Activity New Group Source Collection Several Group Sources Records",
Definition="Answer to the question: 'Can a Collection provide Records of several Group Sources?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCollectionRecordsOtherSourceTypes",
Label="Surveillance Activity New Group Source Collection Records Other Source Types",
Definition="Answer to the question: 'Can a Collection provide Records of Sources
of different types?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCollectionOtherAttributes",
Label="Surveillance Activity New Group Source Collection Other Attributes",
Definition="Answer to the question: 'Does the Surveillance Activity involve tracking
other properties of Collections to obtain Group Source Records not included
in the default Collection properties of the data model?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceCollectionListDefinitionOtherAtttributes",
Label="Surveillance Activity New Group Source Collection Definition Other Attributes",
Definition="Description of other attributes of interest of the Collections to obtain
Group Source Records not included in the data model. Provide a list with the name
of the attributes and their definition",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordsNumberPerCollectionKnown",
Label="Surveillance Activity New Group Source Records Number Per Collection Known",
Definition="Answer to the question: 'Is the total number of Group Source Records
targeted per Collection aimed to obtained new Group Source Records during
the Surveillance Activity known?",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordsNumberPerCollection",
Label="Surveillance Activity New Group Source Records Number Per Collection",
Definition="The total number of Group Source Records targeted per Collection
aimed to obtained new Group Source Records during the Surveillance Activity.
An unknown number, 'at least X', or 'at most X' are accepted resposes",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceHowDefined",
Label="Surveillance Activity New Group Sources Definition",
Definition="Description about the process to establish that the animals of
the same species in a Group Sources are assumed to be a epidemiological unit
(e.g., a herd of wildlife herbivores that have been lived in a specific area
and followed for decades, animals of the same species sharing a cage, etc.)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceSpecies",
Label="Surveillance Activity New Group Source Species",
Definition="Species to be documented as part of new Group Sources during the
Surveillance Activity. It is possible to select high taxonomy levels such as
'Mammalia', 'Chordata', 'Insecta', etc. to indicate that no particular species
is targeted",
Type="Multiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceSpeciesIdentificationMethod",
Label="Surveillance Activity New Group Source Species Identification Method",
Definition="The methodology used to identify the species in the new Group Sources",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceSpeciesIdentificationMethodReferences",
Label="Surveillance Activity New Group Source Species Identification Method References",
Definition="References associated with the method to identify the
species in New Group Sources",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceInclusionCriteria",
Label="Surveillance Activity New Group Source Inclusion Criteria",
Definition="The specific criteria for the inclusion of new Group Sources of
the species of interest, if any",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceExclusionCriteria",
Label="Surveillance Activity New Group Source Exclusion Criteria",
Definition="The specific criteria for the exclusion of new Group Sources of
the species of interest, if any",
Type="String",
Mandatory="No"),
# data.frame(
# Variable="GroupSourceHowObtained",
# Label="Obtaining Group Sources",
# Definition="Explain how Group Sources were obtained for the Surveillance Activity",
# Type="String",
# Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceIdentification",
Label="Surveillance Activity New Group Source Identified Individually",
Definition="Answer to the question: 'Are new Group Sources
individually identified ((named herd, etc.)?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceIdentificationMethod",
Label="Surveillance Activity New Group Source Identification Method",
Definition="Description how new Group Sources are individually identified
(e.g. herd, farm, etc.)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceIdentificationMethodReferences",
Label="Surveillance Activity New Group Source Identification Method References",
Definition="References associated with identification method of new Group Sources",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceFollowedOverTime",
Label="New Group Source Followed Over Time",
Definition="Answer to the question: 'Is it aimed to follow the same Group Source during the
Surveillance Activity and obtain Source Records over time?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceFollowedOverTimeFrequency",
Label="New Group Source Followed Over Time",
Definition="Description of the frequency that new Group Sources
will be searched for, observed, collected, examined, etc.",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceHazardType",
Label="Surveillance Activity New Group Source Hazard Type Targeted",
Definition="The types of hazards targeted during the Surveillance Activity
in new Group Sources",
Type="Multiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityyNewGroupSourceHazardNames",
Label="Surveillance Activity yNew Group Source Hazard Names Targeted",
Definition="The names of the hazards targeted during the Surveillance Activity
in new Group Sources",
Type="Multiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceNewDiagnostics",
Label="Surveillance Activity New Group Source New Diagnostics",
Definition="Answer to the question: 'Are new Diagnostics conducted on the
new Group Sources?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceNewDiagnosticProtocols",
Label="Surveillance Activity New Group Source New Diagnostic Protocols",
Definition="Protocols of the new Diagnostic(s) conducted on new Group Sources",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceNewDiagnosticProtocolReferences",
Label="Surveillance Activity New Group Source New Diagnostic Protocol References",
Definition="References associated with the new Diagnostic protocols conducted
on the new Group Sources",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordInclusionCriteria",
Label="Surveillance Activity New Group Source Records Inclusion Criteria",
Definition="The specific criteria for the inclusion of new Group Source Records,
if any",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordExclusionCriteria",
Label="Surveillance Activity New Group Source Records Exclusion Criteria",
Definition="The specific criteria for the exclusion of new Group Source Records,
if any",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceRecordCodeStructure",
Label="Surveillance Activity New Group Source Record Code Structure",
Definition="Explain the nomenclature of the new Group Source Record Codes of the
Surveillance Activity (e.g., 'first letter refers to the pathogen, the next
two letters refer to the country, the next letter refers to the taxonomic group,
the number is the sequential number of the Group Source in the
Surveillance Activity code, and the number is the sequential number of the
Group Source Record')",
Type="String",
Mandatory="Yes"),
# SPECIMENS
data.frame(
Variable="SurveillanceActivityPreviousGroupSourceStoredSpecimens",
Label="Surveillance Activity Previous Group Source Stored Specimens",
Definition="Answer to the question: 'Are stored Specimens from
Group Sources of previous Surveillance Activities included in the current Surveillance Activity?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityPreviousGroupSourceStoredSpecimensProjectOrigin",
Label="Surveillance Activity Previous Group Source Stored Specimens Project Origin",
Definition="The code of the Projects under which stored Group Source Specimens
included in the current Surveillance Activity were originated",
Type="Multiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityPreviousGroupSourceStoredSpecimensSurveillanceActivityOrigin",
Label="Surveillance Activity Previous Group Source Stored Specimens Surveillance Activity Origin",
Definition="The code of the Surveillance Activities under which stored Group Source Specimens
included in the current Surveillance Activity were originated",
Type="Multiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityPreviousGroupSourceNewSpecimens",
Label="Surveillance Activity Previous Group Source New Specimens",
Definition="Answer to the question: 'In the current Surveillance Activity,
are new Specimens generated from stored Carcasses of animals belonging to Group Sources?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityNewGroupSourceNewSpecimens",
Label="Surveillance Activity New Group Source New Specimens",
Definition="Answer to the question: 'In the current Surveillance Activity,
are new Specimens generated from new Group Sources?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceNewSpecimenCodeStructure",
Label="Surveillance Activity Group Source New Specimen Code Structure",
Definition="Explain the nomenclature of the Codes to identify the
newly generated Specimens from Group Sources under the current Surveillance Activity
(e.g., first letter refers to the pathogen, the next two letters refer to the country,
the next letter refers to the taxonomic group, the following letters are the type of
Specimen, then the numbers are the Group Source, and the sequential numbering is the
Group Source Specimen)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenTypes",
Label="Surveillance Activity Group Source Specimen Types",
Definition="Select the types of the newly generated Specimens from Group Sources
under the current Surveillance Activity",
Type="Multiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenPerGroupSourceRecordKnown",
Label="Surveillance Activity Number Specimens Per Group Source Record Known",
Definition="Answer to the question: 'Is the total number of Specimens targeted per
Group Source Record known?. An unknown number, 'at least X', or 'at most
X' are accepted resposes",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenPerGroupSourceRecord",
Label="Surveillance Activity Number Specimens Per Group Source Record",
Definition="The total number of Specimens targeted per Group Source Record",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceNewSpecimenCollectionMethod",
Label="Surveillance Activity Group Source New Specimen Collection Method",
Definition="Explain how the newly generated Specimens of Group Sources are
collected during the Surveilance Activity (e.g., swabs inserted in the rectum
and placed in 2 ml tube with 0.5 RNA-later)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceNewSpecimenCollectionMethodReferences",
Label="Surveillance Activity Group Source New Specimen Collection Method References",
Definition="Name the references supporting the methods used to collect the new
Specimens of Group Sources",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimensInclusionCriteria",
Label="Surveillance Activity Group Source Specimens Inclusion Criteria",
Definition="The specific criteria for the inclusion of Group Source Specimens,
in the Surveillance Activity, if any",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimensExclusionCriteria",
Label="Surveillance Activity Group Source Specimens Exclusion Criteria",
Definition="The specific criteria for the exclusion of Group Source Specimens,
in the Surveillance Activity, if any",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimensIncludesParasitesVectors",
Label="Surveillance Activity Group Source Specimens Includes Parasites or Vectors",
Definition="Answer to the question: 'Are parasites or vectors collected from Group Sources
surroundings included as Specimens in the current Surveillance Activity? (e.g., when
collecting a bat species-specific lice below a roost of the corresponding bat host species.
If the parasite or vector is not linked to a Group Source then it is an 'Arthropod Source')",
Type="Boolean",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceNewSpecimensFieldStorage",
Label="Surveillance Activity Group Source New Specimens Field Storage",
Definition="Method to store the new Group Source Specimens collected while
in the field under the current Surveillance Activity",
Type="Mutiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceNewSpecimensLabStorage",
Label="Surveillance Activity Group Source New Specimens Laboratory Storage",
Definition="Method to store the new Group Source Specimens collected under the current
Surveillance Activity in the laboratory",
Type="Mutiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenPooling",
Label="Surveillance Activity Group Source Specimen Pooling",
Definition="Answer to the question: 'Are Group Source Specimens
included in the current Surveillance Activity pooled?'
(for a definition of 'pooling' in the database see the online database manual)",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenPoolingStrategy",
Label="Surveillance Activity Group Source Specimen Pooling Strategy",
Definition="Explaination of the method to pool Group Source Specimens
used in the current Surveillance Activity (for a definition of 'pooling' in
the database see the online database manual)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenHazardType",
Label="Surveillance Activity Group Source Specimen Hazard Type Targeted",
Definition="The types of hazards targeted during the Surveillance Activity in Group Source
Specimens",
Type="Multiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenHazardNames",
Label="Surveillance Activity Group Source Specimen Hazard Names Targeted",
Definition="The names of the hazards targeted during the Surveillance Activity in Group
Source Specimens",
Type="Multiple selection",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenNewDiagnostic",
Label="Surveillance Activity Group Source New Diagnostics",
Definition="Answer to the question: 'Are new Diagnostics conducted with
the Group Source Specimens included in the Surveillance Activity?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenNewDiagnosticProtocol",
Label="Surveillance Activity Group Source New Diagnostics Protocol",
Definition="Description of the Diagnostic protocols conducted with the
Group Source Specimens included in the Surveillance Activity",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenNewDiagnosticProtocolReferences",
Label="Surveillance Activity Group Source New Diagnostics Protocol References",
Definition="References associated with the Diagnostic protocols conducted with the
Group Source Specimens included in the Surveillance Activity",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceNewDiagnosticProducts",
Label="Surveillance Activity Group Source New Diagnostic Products",
Definition="Answer to the question: 'Are new Diagnostic Products created
as result of the Diagnostics conducted with the Group Source Specimens
included in the Surveillance Activity",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceRecordCriteriaPositiveDiagnostic",
Label="Surveillance Activity Group Source Record Criteria Positive Diagnostic",
Definition="Criteria to establish that each Diagnostic test applied
to a Group Source Record is positive (Diagnostic case definition)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceRecordCriteriaPositiveDiagnosticReferences",
Label="Surveillance Activity Group Source Record Criteria Positive Diagnostic References",
Definition="Provide references associated with the criteria to establish that each Diagnostic
test applied to a Group Source Record is positive",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenCriteriaPositiveDiagnostic",
Label="Surveillance Activity Group Source Specimen Criteria Positive Diagnostic",
Definition="Criteria to establish that each Diagnostic test applied
to a Group Source Specimen is positive (Diagnostic case definition)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenCriteriaPositiveDiagnosticReferences",
Label="Surveillance Activity Group Source Specimen Criteria Positive Diagnostic References",
Definition="References associated with the criteria to establish that each Diagnostic
test applied to an Group Source Specimen is positive",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenCriteriaPositiveCase",
Label="Surveillance Activity Group Source Specimen Criteria Positive Case",
Definition="Criteria to establish that a Group Source Specimen is positive
for each specific hazard targeted in the Surveillance Activity (positive Specimen
case definition)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenCriteriaPositiveCaseReferences",
Label="Surveillance Activity Group Source Specimen Criteria Positive Case References",
Definition="References associated with the criteria to establish that a Group
Source Specimen is positive for each specific hazard targeted in the Surveillance Activity",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceRecordCriteriaPositiveCase",
Label="Surveillance Activity Group Source Record Criteria Positive Case",
Definition="Explain the criteria to establish that a Group Source Record is
positive for each specific hazard targeted in the Surveillance Activity (positive
Group Source Record case definition)",
Type="String",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceRecordCriteriaPositiveCaseReferences",
Label="Surveillance Activity Group Source Record Criteria Positive Case References",
Definition="References associated with the criteria to establish that a Group
Source Record is positive for each specific hazard targeted in the Surveillance Activity",
Type="String",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceRecordDiagnosticInterpretation",
Label="Surveillance Activity Group Source Record Diagnostic Interpretation",
Definition="Answer to the question: 'Are Diagnostics conducted in Group Source Records
Interpreted as part of the Surveillance Activity?'",
Type="boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceRecordDiagnosticInterpretationBy",
Label="Surveillance Activity Group Source Record Diagnostic Interpretation by",
Definition="The individual providing the Interpretation of the Diagnostics
conducted in Group Source Records",
Type="Single selection",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenDiagnosticInterpretation",
Label="Surveillance Activity Group Source Specimen Diagnostic Interpretation",
Definition="Answer to the question: 'Are Diagnostics conducted in Group Source Specimens
Interpreted as part of the Surveillance Activity?'",
Type="boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenDiagnosticInterpretationBy",
Label="Surveillance Activity Group Source Specimen Diagnostic Interpretation by",
Definition="The individual providing the Interpretation of the Diagnostic
conducted in Group Source Specimens",
Type="Single selection",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenInterpretation",
Label="Surveillance Activity Group Source Specimen Interpretation",
Definition="Answer to the question: ''Does the presence of targeted hazards
in Group Source Specimens receive an Interpretation as part of the Surveillance Activity?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceSpecimenInterpretationBy",
Label="Surveillance Activity Group Source Specimen Interpretation by",
Definition="The individual providing the Interpretation of targeted hazards
in Group Source Specimens",
Type="Single selection",
Mandatory="No"),
data.frame(
Variable="SurveillanceActivityGroupSourceRecordInterpretation",
Label="Surveillance Activity Group Source Record Interpretation",
Definition="Answer to the question: ''Does the presence of targeted hazards
in Group Source Records receive an Interpretation as part of
the Surveillance Activity?'",
Type="Boolean",
Mandatory="Yes"),
data.frame(
Variable="SurveillanceActivityGroupSourceRecordInterpretationBy",
Label="Surveillance Activity Group Source Record Interpretation by",
Definition="The individual providing the Interpretation of the Group Source
Records with respect to the presence of targeted hazards",
Type="Single selection",
Mandatory="No"))
group_source<-
group_source %>% bind_rows() |>
gt::gt() %>%
gt::tab_options(table.font.size = 8) %>%
gt::cols_width(Variable ~ gt::pct(22),
Label ~ gt::pct(20),
Definition ~ gt::pct(30),
Type~ gt::pct(13),
Mandatory~ gt::pct(15)) %>%
gt::tab_style(
style = cell_text(size = px(15), weight = "bold"),
locations = cells_column_labels())