-
Notifications
You must be signed in to change notification settings - Fork 7
/
module1Dict.json
5936 lines (5936 loc) · 174 KB
/
module1Dict.json
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
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"AGECOR": {
"questIds": {
"0": {
"conceptId": "104430631",
"concept": "No"
},
"1": {
"conceptId": "353358909",
"concept": "Yes"
}
},
"conceptId": "479353866",
"questionText": "Based on the information you provided when you enrolled in this study, you are [Age from Enrollment Questionnaire] years old today. Is that correct?"
},
"AGE": {
"questionText": "How old are you today?",
"conceptId": "150344905",
"isTextBox": true
},
"MARITAL": {
"questIds": {
"0": {
"conceptId": "514080822",
"concept": "Never married"
},
"1": {
"conceptId": "522680498",
"concept": "Not married but living with partner"
},
"2": {
"conceptId": "288321056",
"concept": "Married"
},
"3": {
"conceptId": "649436542",
"concept": "Divorced"
},
"4": {
"conceptId": "733527132",
"concept": "Widowed"
},
"5": {
"conceptId": "741094625",
"concept": "Separated"
},
"99": {
"conceptId": "746038746",
"concept": "Declined"
}
},
"conceptId": "783167257",
"questionText": "Are you now married, widowed, divorced, separated, never married, or living with a partner?"
},
"RACEETH": {
"questionText": "Which categories describe you? Select all that apply. Note, you may select more than one group.",
"conceptId": "384191091",
"questIds": {
"0": {
"conceptId": "583826374",
"concept": "American Indian or Alaska Native"
},
"1": {
"conceptId": "636411467",
"concept": "Asian"
},
"2": {
"conceptId": "458435048",
"concept": "Black, African American, or African"
},
"3": {
"conceptId": "706998638",
"concept": "Hispanic, Latino, or Spanish"
},
"4": {
"conceptId": "973565052",
"concept": "Middle Eastern or North African"
},
"5": {
"conceptId": "586825330",
"concept": "Native Hawaiian or other Pacific Islander"
},
"6": {
"conceptId": "412790539",
"concept": "White"
},
"55": {
"conceptId": "807835037",
"concept": "None of these fully describe me. Please describe"
},
"99": {
"conceptId": "116984232",
"concept": "Prefer not to answer"
},
"RACEETH_TB": {
"conceptId": "747350323",
"concept": "None of these fully describe me. Please describe [text box]",
"isTextBox": true
}
}
},
"RACEETH2": {
"questionText": "American Indian or Alaska Native- Which categories describe you? Select all that apply. Note, you may select more than one group.",
"conceptId": "362270886",
"questIds": {
"0": {
"conceptId": "249603425",
"concept": "American Indian"
},
"1": {
"conceptId": "530063091",
"concept": "Alaska Native"
},
"2": {
"conceptId": "643489668",
"concept": "Central or South American Indian"
},
"55": {
"conceptId": "923311241",
"concept": "None of these fully describe me. Please describe"
},
"99": {
"conceptId": "780524998",
"concept": "Prefer not to answer"
},
"RACEETH2_TB": {
"conceptId": "650100414",
"concept": "None of these fully describe me. Please describe [text box]",
"isTextBox": true
}
}
},
"RACEETH3": {
"questionText": "Asian- Which categories describe you? Select all that apply. Note, you may select more than one group.",
"conceptId": "525535977",
"questIds": {
"0": {
"conceptId": "773844957",
"concept": "Asian Indian"
},
"1": {
"conceptId": "901439277",
"concept": "Cambodian"
},
"2": {
"conceptId": "750168061",
"concept": "Chinese"
},
"3": {
"conceptId": "326604981",
"concept": "Filipino"
},
"4": {
"conceptId": "469918550",
"concept": "Hmong"
},
"5": {
"conceptId": "288079668",
"concept": "Japanese"
},
"6": {
"conceptId": "240721579",
"concept": "Korean"
},
"7": {
"conceptId": "571633051",
"concept": "Pakistani"
},
"8": {
"conceptId": "964924704",
"concept": "Viete"
},
"55": {
"conceptId": "946150260",
"concept": "None of these fully describe me. Please describe"
},
"99": {
"conceptId": "271443268",
"concept": "Prefer not to answer"
},
"RACEETH3_TB": {
"conceptId": "396618548",
"concept": "None of these fully describe me. Please describe [text box]",
"isTextBox": true
}
}
},
"RACEETH4": {
"questionText": "Black, African American, or African- Which categories describe you? Select all that apply. Note, you may select more than one group.",
"conceptId": "976808005",
"questIds": {
"0": {
"conceptId": "704774349",
"concept": "African American"
},
"1": {
"conceptId": "240854115",
"concept": "Barbadian"
},
"2": {
"conceptId": "280957170",
"concept": "Caribbean"
},
"3": {
"conceptId": "533776046",
"concept": "Ethiopian"
},
"4": {
"conceptId": "647105074",
"concept": "Ghanaian"
},
"5": {
"conceptId": "618222258",
"concept": "Haitian"
},
"6": {
"conceptId": "487027241",
"concept": "Jamaican"
},
"7": {
"conceptId": "900838463",
"concept": "Liberian"
},
"8": {
"conceptId": "379093069",
"concept": "Nigerian"
},
"9": {
"conceptId": "304643362",
"concept": "Somali"
},
"10": {
"conceptId": "151821009",
"concept": "South African"
},
"55": {
"conceptId": "456125070",
"concept": "None of these fully describe me. Please describe"
},
"99": {
"conceptId": "822663722",
"concept": "Prefer not to answer"
},
"RACEETH4_TB": {
"conceptId": "852296096",
"concept": "None of these fully describe me. Please describe [text box]",
"isTextBox": true
}
}
},
"RACEETH5": {
"questionText": "Hispanic, Latino, or Spanish- Which categories describe you? Select all that apply. Note, you may select more than one group.",
"conceptId": "308014437",
"questIds": {
"0": {
"conceptId": "810637250",
"concept": "Colombian"
},
"1": {
"conceptId": "248444252",
"concept": "Cuban"
},
"2": {
"conceptId": "764331628",
"concept": "Dominican"
},
"3": {
"conceptId": "412757551",
"concept": "Ecuadorian"
},
"4": {
"conceptId": "981774939",
"concept": "Honduran"
},
"5": {
"conceptId": "432305109",
"concept": "Mexican or Mexican American"
},
"6": {
"conceptId": "862718552",
"concept": "Puerto Rican"
},
"7": {
"conceptId": "988121468",
"concept": "Salvadoran"
},
"8": {
"conceptId": "773342525",
"concept": "Spanish"
},
"55": {
"conceptId": "751755704",
"concept": "None of these fully describe me. Please describe"
},
"99": {
"conceptId": "128026114",
"concept": "Prefer not to answer"
},
"RACEETH5_TB": {
"conceptId": "440307926",
"concept": "None of these fully describe me. Please describe [text box]",
"isTextBox": true
}
}
},
"RACEETH6": {
"questionText": "Middle Eastern or North African- Which categories describe you? Select all that apply. Note, you may select more than one group.",
"conceptId": "351657815",
"questIds": {
"0": {
"conceptId": "190152384",
"concept": "Afghan"
},
"1": {
"conceptId": "119632587",
"concept": "Algerian"
},
"2": {
"conceptId": "578616917",
"concept": "Egyptian"
},
"3": {
"conceptId": "834030167",
"concept": "Iranian"
},
"4": {
"conceptId": "680575651",
"concept": "Iraqi"
},
"5": {
"conceptId": "144320785",
"concept": "Israeli"
},
"6": {
"conceptId": "214951746",
"concept": "Lebanese"
},
"7": {
"conceptId": "932563284",
"concept": "Moroccan"
},
"8": {
"conceptId": "336596477",
"concept": "Syrian"
},
"9": {
"conceptId": "380583570",
"concept": "Tunisian"
},
"55": {
"conceptId": "508525427",
"concept": "None of these fully describe me. Please describe"
},
"99": {
"conceptId": "836224975",
"concept": "Prefer not to answer"
},
"RACEETH6_TB": {
"conceptId": "576646485",
"concept": "None of these fully describe me. Please describe [text box]",
"isTextBox": true
}
}
},
"RACEETH7": {
"questionText": "Native Hawaiian or other Pacific Islander - Which categories describe you? Select all that apply. Note, you may select more than one group.",
"conceptId": "115616118",
"questIds": {
"0": {
"conceptId": "664730658",
"concept": "Chamorro"
},
"1": {
"conceptId": "949727109",
"concept": "Chuukese"
},
"2": {
"conceptId": "496132363",
"concept": "Fijian"
},
"3": {
"conceptId": "453456270",
"concept": "Marshallese"
},
"4": {
"conceptId": "819018322",
"concept": "Native Hawaiian"
},
"5": {
"conceptId": "685406566",
"concept": "Palauan"
},
"6": {
"conceptId": "786290435",
"concept": "Samoan"
},
"7": {
"conceptId": "167028305",
"concept": "Tahitian"
},
"8": {
"conceptId": "345861266",
"concept": "Tongan"
},
"55": {
"conceptId": "578896602",
"concept": "None of these fully describe me. Please describe"
},
"99": {
"conceptId": "244187388",
"concept": "Prefer not to answer"
},
"RACEETH7_TB": {
"conceptId": "403180970",
"concept": "None of these fully describe me. Please describe [text box]",
"isTextBox": true
}
}
},
"RACEETH8": {
"questionText": "White- Which categories describe you? Select all that apply. Note, you may select more than one group.",
"conceptId": "797626610",
"questIds": {
"0": {
"conceptId": "664571574",
"concept": "Dutch"
},
"1": {
"conceptId": "163149180",
"concept": "English"
},
"2": {
"conceptId": "192776753",
"concept": "European"
},
"3": {
"conceptId": "733789220",
"concept": "French"
},
"4": {
"conceptId": "418464677",
"concept": "German"
},
"5": {
"conceptId": "859329001",
"concept": "Irish"
},
"6": {
"conceptId": "267472307",
"concept": "Italian"
},
"7": {
"conceptId": "918190932",
"concept": "Norwegian"
},
"8": {
"conceptId": "381749264",
"concept": "Polish"
},
"9": {
"conceptId": "704661219",
"concept": "Scottish"
},
"10": {
"conceptId": "147281305",
"concept": "Spanish"
},
"55": {
"conceptId": "175204935",
"concept": "None of these fully describe me. Please describe"
},
"99": {
"conceptId": "871278927",
"concept": "Prefer not to answer"
},
"RACE_ETH8": {
"conceptId": "774928994",
"concept": "None of these fully describe me. Please describe [text box]",
"isTextBox": true
}
}
},
"LANG": {
"questionText": "When you were a child, what language(s) did you first learn at home? Select all that apply",
"conceptId": "588212264",
"questIds": {
"0": {
"conceptId": "876238155",
"concept": "English"
},
"1": {
"conceptId": "813560243",
"concept": "Spanish"
},
"2": {
"conceptId": "918819379",
"concept": "Spanish Creole"
},
"3": {
"conceptId": "196513639",
"concept": "French"
},
"4": {
"conceptId": "760008937",
"concept": "French Creole"
},
"5": {
"conceptId": "133583572",
"concept": "Italian"
},
"6": {
"conceptId": "563857306",
"concept": "Portuguese"
},
"7": {
"conceptId": "402098917",
"concept": "German"
},
"8": {
"conceptId": "236546933",
"concept": "Russian"
},
"9": {
"conceptId": "810350526",
"concept": "Polish"
},
"10": {
"conceptId": "553424289",
"concept": "Hindi"
},
"11": {
"conceptId": "543494377",
"concept": "Chinese"
},
"12": {
"conceptId": "459880289",
"concept": "Korean"
},
"13": {
"conceptId": "865039252",
"concept": "Viete"
},
"14": {
"conceptId": "544197293",
"concept": "Tagalog"
},
"15": {
"conceptId": "367462243",
"concept": "Ilocano"
},
"16": {
"conceptId": "602132550",
"concept": "Japanese"
},
"17": {
"conceptId": "669977999",
"concept": "Arabic"
},
"55": {
"conceptId": "212982928",
"concept": "Other language(s): Please describe"
},
"LANG_TB": {
"conceptId": "486535201",
"concept": "Other language(s): Please describe[text box]",
"isTextBox": true
}
}
},
"SEX": {
"questIds": {
"0": {
"conceptId": "536341288",
"concept": "Female"
},
"1": {
"conceptId": "654207589",
"concept": "Male"
},
"2": {
"conceptId": "576796184",
"concept": "Intersex or other"
}
},
"conceptId": "407056417",
"questionText": "What was your biological sex assigned at birth?"
},
"SEX2": {
"questionText": "Please select the body parts that you were born with.",
"conceptId": "750420077",
"questIds": {
"0": {
"conceptId": "582784267",
"concept": "Penis"
},
"1": {
"conceptId": "751402477",
"concept": "Testes"
},
"2": {
"conceptId": "700100953",
"concept": "Prostate"
},
"3": {
"conceptId": "846483618",
"concept": "Vagina"
},
"4": {
"conceptId": "505282171",
"concept": "Cervix"
},
"5": {
"conceptId": "578416151",
"concept": "Uterus"
},
"6": {
"conceptId": "434651539",
"concept": "Ovaries"
},
"7": {
"conceptId": "108025529",
"concept": "Fallopian Tubes"
}
}
},
"GEN": {
"questIds": {
"0": {
"conceptId": "536341288",
"concept": "Female"
},
"1": {
"conceptId": "654207589",
"concept": "Male"
},
"2": {
"conceptId": "405267600",
"concept": "Transgender Male/Trans Man/Female-to-Male (FTM)"
},
"3": {
"conceptId": "873138103",
"concept": "Transgender Female/Trans Woman/Male-to-Female (MTF)"
},
"4": {
"conceptId": "805712793",
"concept": "Genderqueer, not exclusively male or female"
},
"55": {
"conceptId": "438483626",
"concept": "Other"
},
"99": {
"conceptId": "746038746",
"concept": "Declined"
},
"GEN_TB": {
"conceptId": "918409306",
"concept": "Do you think of yourself as: [text box]",
"isTextBox": true
}
},
"conceptId": "289664241",
"questionText": "Do you think of yourself as:"
},
"SEXORIENT": {
"questIds": {
"0": {
"conceptId": "271882746",
"concept": "Straight or heterosexual"
},
"1": {
"conceptId": "903084185",
"concept": "Lesbian, gay, or homosexual"
},
"2": {
"conceptId": "999994434",
"concept": "Bisexual"
},
"55": {
"conceptId": "481662922",
"concept": "Something else: Please describe [text box]"
},
"99": {
"conceptId": "746038746",
"concept": "Declined"
},
"SEXORIENT_TB": {
"conceptId": "979809707",
"concept": "Do you think of yourself as:",
"isTextBox": true
}
},
"conceptId": "555481393",
"questionText": "Do you think of yourself as:"
},
"SKINCANC": {
"questIds": {
"0": {
"conceptId": "104430631",
"concept": "No"
},
"1": {
"conceptId": "353358909",
"concept": "Yes"
}
},
"conceptId": "537153788",
"questionText": "Has a doctor or other health professional ever told you that you have or had non-melanoma skin cancer?"
},
"SKINCANC2": {
"questionText": "What type(s) of skin cancer did a doctor or other health professional tell you that you have or had? Select all that apply.",
"conceptId": "508846529",
"questIds": {
"0": {
"conceptId": "864052438",
"concept": "Basal cell"
},
"1": {
"conceptId": "323177352",
"concept": "Squamous cell"
},
"77": {
"conceptId": "426285737",
"concept": "Don't know"
}
}
},
"SKINCANC3": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had skin cancer?",
"conceptId": "904550680",
"questIds": {
"SKINCANC3_AGE": {
"conceptId": "206625031",
"concept": "Skin cancer diagnosis age",
"isTextBox": true
},
"SKINCANC3_YEAR": {
"conceptId": "261863326",
"concept": "Skin cancer diagnosis year",
"isTextBox": true
}
}
},
"MHGROUP1": {
"questionText": "Cardiovascular Disease- Has a doctor or other health professional ever told you that you have or had any of these conditions? Select all that apply.",
"conceptId": "167101091",
"questIds": {
"0": {
"conceptId": "698944820",
"concept": "B-12 Deficiency (Pernicious Anemia)"
},
"1": {
"conceptId": "838744325",
"concept": "Coronary Artery/Coronary Heart Disease"
},
"2": {
"conceptId": "769790179",
"concept": "Congestive Heart Failure"
},
"3": {
"conceptId": "699553344",
"concept": "High Cholesterol"
},
"4": {
"conceptId": "700811160",
"concept": "Heart Attack (Myocardial Infarction)"
},
"5": {
"conceptId": "336505365",
"concept": "Abnormal Heart Rhythm (Arrhythmia)"
},
"6": {
"conceptId": "132548932",
"concept": "Chest Pain (Angina)"
},
"7": {
"conceptId": "747787163",
"concept": "Heart Valve Problems"
},
"8": {
"conceptId": "693851465",
"concept": "High Blood Pressure (Hypertension) [Please do not include hypertension during pregnancy.]"
},
"9": {
"conceptId": "512012656",
"concept": "Blood Clots (Deep Vein Thrombosis, Pulmonary Embolism)"
},
"10": {
"conceptId": "619337095",
"concept": "Stroke"
},
"88": {
"conceptId": "535003378",
"concept": "I have not had any of these conditions"
}
}
},
"ANEMIA": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had vitamin B-12 deficiency (pernicious anemia)?",
"conceptId": "965917116",
"questIds": {
"ANEMIA_AGE": {
"conceptId": "931993957",
"concept": "B-12 deficiency (pernicious anemia) diagnosis age",
"isTextBox": true
},
"ANEMIA_YEAR": {
"conceptId": "576179368",
"concept": "B-12 deficiency (pernicious anemia) diagnosis year",
"isTextBox": true
}
}
},
"CVD": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had coronary artery/coronary heart disease?",
"conceptId": "929240175",
"questIds": {
"CVD_AGE": {
"conceptId": "228799893",
"concept": "Coronary artery/coronary heart disease diagnosis age",
"isTextBox": true
},
"CVD_YEAR": {
"conceptId": "108590237",
"concept": "Coronary artery/coronary heart disease diagnosis year",
"isTextBox": true
}
}
},
"CHF": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had congestive heart failure?",
"conceptId": "836712013",
"questIds": {
"CHF_AGE": {
"conceptId": "516399119",
"concept": "Congestive heart failure diagnosis age",
"isTextBox": true
},
"CHF_YEAR": {
"conceptId": "818385316",
"concept": "Congestive heart failure diagnosis year",
"isTextBox": true
}
}
},
"CHOL": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had high cholesterol?",
"conceptId": "836890480",
"questIds": {
"CHOL_AGE": {
"conceptId": "637556277",
"concept": "High cholesteroldiagnosis age",
"isTextBox": true
},
"CHOL_YEAR": {
"conceptId": "470282814",
"concept": "High cholesterol diagnosis year",
"isTextBox": true
}
}
},
"HEARTATT": {
"questionText": "How old were you when a doctor or other health professional first told you that you have had a heart attack (myocardial infarction)?",
"conceptId": "624479779",
"questIds": {
"HEARTATT_AGE": {
"conceptId": "652228674",
"concept": "Heart attack (myocardial infarction)diagnosis age",
"isTextBox": true
},
"HEARTATT_YEAR": {
"conceptId": "298689217",
"concept": "Heart attack (myocardial infarction) diagnosis year",
"isTextBox": true
}
}
},
"ARRHYT": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had abnormal heart rhythm (arrhythmia)?",
"conceptId": "337278854",
"questIds": {
"ARRHYT_AGE": {
"conceptId": "431020458",
"concept": "Abnormal heart rhythm (arrhythmia) diagnosis age",
"isTextBox": true
},
"ARRHYT_YEAR": {
"conceptId": "675507089",
"concept": "Abnormal heart rhythm (arrhythmia) diagnosis year",
"isTextBox": true
}
}
},
"CHESTPAIN": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had chest pain (angina)?",
"conceptId": "681229479",
"questIds": {
"CHESTPAIN_AGE": {
"conceptId": "320057074",
"concept": "chest pain (angina)diagnosis age",
"isTextBox": true
},
"CHESTPAIN_YEAR": {
"conceptId": "400070088",
"concept": "chest pain (angina) diagnosis year",
"isTextBox": true
}
}
},
"HEARTVALV": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had heart valve problems?",
"conceptId": "660358706",
"questIds": {
"HEARTVALV_AGE": {
"conceptId": "235755344",
"concept": "heart valve problems diagnosis age",
"isTextBox": true
},
"HEARTVALV_YEAR": {
"conceptId": "787473236",
"concept": "heart valve problemsdiagnosis year",
"isTextBox": true
}
}
},
"HTN": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had high blood pressure (hypertension)?",
"conceptId": "884793537",
"questIds": {
"HTN_AGE": {
"conceptId": "367670682",
"concept": "high blood pressure (hypertension)diagnosis age",
"isTextBox": true
},
"HTN_YEAR": {
"conceptId": "608469482",
"concept": "high blood pressure (hypertension) diagnosis year",
"isTextBox": true
}
}
},
"BLOODCLOT": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had blood clots (deep vein thrombosis, pulmonary embolism)?",
"conceptId": "460062034",
"questIds": {
"BLOODCLOT_AGE": {
"conceptId": "497018554",
"concept": "blood clots (deep vein thrombosis, pulmonary embolism)diagnosis age",
"isTextBox": true
},
"BLOODCLOT_YEAR": {
"conceptId": "694594047",
"concept": "blood clots (deep vein thrombosis, pulmonary embolism)diagnosis year",
"isTextBox": true
}
}
},
"STROKE": {
"questionText": "How old were you when a doctor or other health professional first told you that you have had a stroke?",
"conceptId": "110652436",
"questIds": {
"STROKE_AGE": {
"conceptId": "224468136",
"concept": "stroke diagnosis age",
"isTextBox": true
},
"STROKE_YEAR": {
"conceptId": "208748910",
"concept": "stroke diagnosis year",
"isTextBox": true
}
}
},
"MHGROUP2": {
"questionText": "Respiratory Problems- Has a doctor or other health professional ever told you that you have or had any of these conditions? Select all that apply.",
"conceptId": "894259747",
"questIds": {
"0": {
"conceptId": "359025642",
"concept": "Chronic lung disease (Emphysema, Chronic Bronchitis, or Chronic Obstructive Pulmonary Disease (COPD))"
},
"1": {
"conceptId": "407340134",
"concept": "Asthma"
},
"2": {
"conceptId": "427219143",
"concept": "Hay Fever (Allergic to pollen or Allergic Rhinitis)"
},
"88": {
"conceptId": "445446905",
"concept": "I have not had any of these conditions"
}
}
},
"COPD": {
"questionText": "How old were you when a doctor or other health professional first told you that you have or had COPD?",
"conceptId": "448722126",
"questIds": {
"COPD_YEAR": {