aarnal80 commited on
Commit
0881ea1
·
verified ·
1 Parent(s): ce15103

Create guides_data.json

Browse files
Files changed (1) hide show
  1. proa/guides_data.json +116 -0
proa/guides_data.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "bacteremia_cateter",
4
+ "title": "Bacteremia Asociada a Catéter",
5
+ "isPediatric": false,
6
+ "file": "bacteremia_cateter.html"
7
+ },
8
+ {
9
+ "id": "digestivo",
10
+ "title": "Digestivo",
11
+ "isPediatric": false,
12
+ "file": "digestivo.html"
13
+ },
14
+ {
15
+ "id": "digestivo_ped",
16
+ "title": "Digestivo",
17
+ "isPediatric": true,
18
+ "file": "digestivo_pediatrico.html"
19
+ },
20
+ {
21
+ "id": "endocarditis_infecciosa",
22
+ "title": "Endocarditis Infecciosa",
23
+ "isPediatric": false,
24
+ "file": "endocarditis_infecciosa.html"
25
+ },
26
+ {
27
+ "id": "embarazadas",
28
+ "title": "Embarazadas",
29
+ "isPediatric": false,
30
+ "file": "embarazadas.html"
31
+ },
32
+ {
33
+ "id": "ginecologia",
34
+ "title": "Ginecología",
35
+ "isPediatric": false,
36
+ "file": "ginecologia.html"
37
+ },
38
+ {
39
+ "id": "neutropenia",
40
+ "title": "Neutropenia Febril",
41
+ "isPediatric": false,
42
+ "file": "neutropenia.html"
43
+ },
44
+ {
45
+ "id": "oftalmologia",
46
+ "title": "Oftalmología",
47
+ "isPediatric": false,
48
+ "file": "oftalmologia.html"
49
+ },
50
+ {
51
+ "id": "orl",
52
+ "title": "ORL",
53
+ "isPediatric": false,
54
+ "file": "orl.html"
55
+ },
56
+ {
57
+ "id": "orl_ped",
58
+ "title": "ORL",
59
+ "isPediatric": true,
60
+ "file": "orl_pediatrico.html"
61
+ },
62
+ {
63
+ "id": "osteoarticular",
64
+ "title": "Osteoarticular",
65
+ "isPediatric": false,
66
+ "file": "osteoarticular.html"
67
+ },
68
+ {
69
+ "id": "osteoarticulares_ped",
70
+ "title": "Osteoarticular",
71
+ "isPediatric": true,
72
+ "file": "osteoarticulares_pediatrico.html"
73
+ },
74
+ {
75
+ "id": "piel_partes_blandas",
76
+ "title": "Piel y Partes Blandas",
77
+ "isPediatric": false,
78
+ "file": "piel_partes_blandas.html"
79
+ },
80
+ {
81
+ "id": "respiratorio",
82
+ "title": "Respiratorio",
83
+ "isPediatric": false,
84
+ "file": "respiratorio.html"
85
+ },
86
+ {
87
+ "id": "respiratorio_ped",
88
+ "title": "Respiratorio",
89
+ "isPediatric": true,
90
+ "file": "respiratorio_pediatrico.html"
91
+ },
92
+ {
93
+ "id": "snc_ped",
94
+ "title": "Sistema Nervioso Central",
95
+ "isPediatric": true,
96
+ "file": "sistema_nervioso_central_pediatrico.html"
97
+ },
98
+ {
99
+ "id": "sfa_ped",
100
+ "title": "Síndrome Febril Agudo sin Foco",
101
+ "isPediatric": true,
102
+ "file": "sindrome_febril_agudo_pediatrico.html"
103
+ },
104
+ {
105
+ "id": "itu_adultos",
106
+ "title": "Urología (ITU Adultos)",
107
+ "isPediatric": false,
108
+ "file": "infecciones_tracto_urinario_adultos.html"
109
+ },
110
+ {
111
+ "id": "urologia_ped",
112
+ "title": "Urología (ITU)",
113
+ "isPediatric": true,
114
+ "file": "urologia_pediatrica.html"
115
+ }
116
+ ]