forked from jerseycity17/team-16
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeforgood-team16-export.json
92 lines (92 loc) · 2.52 KB
/
codeforgood-team16-export.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
{
"Syria" : {
"Admin" : {
"name" : "Admin1"
},
"alerts" : [ {
"description" : "Please avoid walking near US Embassy. Car explosion!",
"tier" : 5,
"title" : "Explosion near embassy"
}, {
"desciption" : "Beware of military vehicles driving on roads. Interrogating anyone walking on streets.",
"tier" : 3,
"title" : "Syrian Military Curfew"
} ],
"customs" : {
"eye contact" : "direct eye contact norm. Indrect eye contact seen as rude except when talking with an elder",
"greeting" : {
"men and women greeting" : "handshake, kiss in usually unacceptable",
"men greeting men" : "men shake hands",
"women greeting women" : "women shake hands and optional kiss on cheek"
}
},
"emergency" : {
"1" : {
"cell_phone" : "646-262-3444",
"name" : "Yves Nommay",
"position" : "Dir. International Safety & Security"
},
"RSSAs" : {
"RSSA1" : {
"cell_number" : "+1 646-856-7686",
"name" : "Barry Steyn, Asia"
}
},
"medical" : {
"ISOS-1" : {
"name" : "Philadelphia Alarm Center",
"phone_number" : "+1-215-942-8226"
},
"after-ISOS" : {
"person1" : {
"name" : "Brian Johnson, HR",
"phone_1" : "+1 212-551-2934",
"phone_2" : "+1 603-490-7097"
},
"person2" : {
"name" : "Ciaran Donnelly, IPD",
"phone_1" : "+1 212-551-0981"
}
}
}
},
"health" : {
"vaccine" : {
"Chickenpox" : "Chickenpox",
"DTaP" : "DTaP",
"Diphtheria" : "Diphtheria",
"Flu" : "Flu",
"HPV" : "HPV",
"Hepatitis A" : "Hepatitis A",
"Hib" : "Hib",
"MMR" : "MMR",
"Meningococcal" : "Meningococcal",
"Pertussis" : "Pertussis",
"Pneumococcal" : "Pneumococcal",
"Polio" : "Polio",
"Rotavirus" : "Rotavirus",
"Shingles" : "Shingles",
"Tetanus" : "Tetanus"
}
},
"region" : {
"region1" : {
"address" : "123 Main Street",
"phone_number" : "(123)-456-7890",
"recipient_name" : "John Smith",
"region_name" : "Region1"
}
},
"staff" : [ null, {
"id" : 1,
"name" : "John Doe",
"phone_number" : "123-456-7890",
"region" : "region1"
}, {
"id" : 2,
"name" : "John Smith",
"phone_number" : "456-789-0123",
"region" : "region2"
} ]
}
}