-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodeldata.json
68 lines (68 loc) · 1.91 KB
/
modeldata.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
{
"user": {
"username": "alejo97",
"email": "[email protected]",
"profile": {
"bio": "Lorem Lorem Lorem",
"avatar": "",
"type": "RDR | P | S",
"rotapoints": 0,
"participated events": [],
"complete_persentage": 90
},
"personal": {
"first_name": "Alejo",
"last_name": "Gschwind",
"gender": "m",
"birthdate": "19/08/97",
"passport": "40527438",
"phone_number": "5492284217890",
"job": "Estudiante de Ingenieria en Sistemas"
},
"institucional": {
"weel": "Rotary | Rotaract | Interact",
"airaup_commission": "IT",
"airaup_position": "Presidente",
"district": "4921",
"district_position": "RDR",
"club": "Rotaract Club Tandil",
"club_position": "Socio"
},
"location": {
"apartment": "5to",
"address": "Alberdi 832",
"city": "Tandil",
"state": "Buenos Aires",
"contry": "Argentina",
"geo": {
"lat": "123321232",
"log": "123121223"
}
},
"emergency_contact": {
"first_name": "Isabel",
"last_name": "Manzanelli",
"relation": "Madre",
"phone_number": "5492284232890"
},
"medical": {
"health_insurance": "Swiss Medical",
"affiliate_number": "1231203019230012",
"blood_type": "A+",
"allergy": true,
"obs_allergy": "Tengo alergia al ...",
"special_diet": true,
"obs_special_diet": "Mi dieta especial es ...",
"periodic_treatment": true,
"obs_periodic_treatment": "Me tratamiento peridodico es ..",
"physical_limitation": true,
"obs_physical_limitation": "Tengo ...",
"medication": true,
"obs_medication": "Ibuprofeno 600 cada 8 horas",
"surgeries": true,
"obs_surgeries": "Tengo cirugias de ...",
"additional_data": true,
"additional_obs": " Tengo otros datos de relevancia "
}
}
}