Spaces:
Running
Running
Sami
commited on
Commit
·
fff3ce7
1
Parent(s):
17fcaeb
Reorganized proposal files and created new index page
Browse files
index.html
CHANGED
@@ -1,1100 +1 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html lang="es">
|
3 |
-
<head>
|
4 |
-
<meta charset="UTF-8">
|
5 |
-
<title>Propuesta Formal Definitiva - Hospital Universitario 12 de Octubre</title>
|
6 |
-
<style>
|
7 |
-
@page {
|
8 |
-
margin: 2.54cm;
|
9 |
-
size: A4;
|
10 |
-
}
|
11 |
-
|
12 |
-
body {
|
13 |
-
font-family: Arial, sans-serif;
|
14 |
-
margin: 1.5cm;
|
15 |
-
max-width: 100%;
|
16 |
-
line-height: 1.5;
|
17 |
-
color: #333;
|
18 |
-
padding: 0;
|
19 |
-
font-size: 12pt;
|
20 |
-
}
|
21 |
-
|
22 |
-
h1 {
|
23 |
-
font-size: 1.5em;
|
24 |
-
text-align: center;
|
25 |
-
margin: 0.5em 0;
|
26 |
-
font-weight: bold;
|
27 |
-
color: #0056b3;
|
28 |
-
}
|
29 |
-
|
30 |
-
h2 {
|
31 |
-
font-size: 1.3em;
|
32 |
-
margin-top: 0.5em;
|
33 |
-
margin-bottom: 0.8em;
|
34 |
-
font-weight: bold;
|
35 |
-
color: #0056b3;
|
36 |
-
}
|
37 |
-
|
38 |
-
h3, h4 {
|
39 |
-
font-size: 1.1em;
|
40 |
-
margin-top: 0.5em;
|
41 |
-
margin-bottom: 0.6em;
|
42 |
-
font-weight: bold;
|
43 |
-
color: #0056b3;
|
44 |
-
}
|
45 |
-
|
46 |
-
p {
|
47 |
-
margin: 0.6em 0;
|
48 |
-
font-size: 1.1em;
|
49 |
-
text-align: justify;
|
50 |
-
}
|
51 |
-
|
52 |
-
table {
|
53 |
-
margin: 0.5em 0;
|
54 |
-
border-collapse: collapse;
|
55 |
-
width: 100%;
|
56 |
-
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
|
57 |
-
}
|
58 |
-
|
59 |
-
th, td {
|
60 |
-
padding: 0.5em;
|
61 |
-
border: 1px solid #ddd;
|
62 |
-
font-size: 0.9em;
|
63 |
-
text-align: left;
|
64 |
-
}
|
65 |
-
|
66 |
-
th {
|
67 |
-
background-color: #f2f2f2;
|
68 |
-
font-weight: bold;
|
69 |
-
}
|
70 |
-
|
71 |
-
img {
|
72 |
-
max-width: 100%;
|
73 |
-
height: auto;
|
74 |
-
margin: 1em auto;
|
75 |
-
display: block;
|
76 |
-
}
|
77 |
-
|
78 |
-
@media print {
|
79 |
-
body {
|
80 |
-
margin: 0;
|
81 |
-
padding: 2.54cm;
|
82 |
-
font-size: 12pt;
|
83 |
-
}
|
84 |
-
|
85 |
-
h1 {
|
86 |
-
page-break-before: always;
|
87 |
-
}
|
88 |
-
|
89 |
-
h1, h2, h3 {
|
90 |
-
page-break-after: avoid;
|
91 |
-
}
|
92 |
-
|
93 |
-
table, figure {
|
94 |
-
page-break-inside: avoid;
|
95 |
-
}
|
96 |
-
|
97 |
-
img {
|
98 |
-
max-width: 100% !important;
|
99 |
-
}
|
100 |
-
}
|
101 |
-
|
102 |
-
table {
|
103 |
-
width: 100%;
|
104 |
-
border-collapse: collapse;
|
105 |
-
margin: 20px 0;
|
106 |
-
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
107 |
-
}
|
108 |
-
|
109 |
-
th {
|
110 |
-
background-color: #f8f9fa;
|
111 |
-
font-weight: bold;
|
112 |
-
}
|
113 |
-
|
114 |
-
td, th {
|
115 |
-
padding: 12px;
|
116 |
-
border: 1px solid #dee2e6;
|
117 |
-
text-align: left;
|
118 |
-
}
|
119 |
-
|
120 |
-
.infographic {
|
121 |
-
margin: 1em 0;
|
122 |
-
text-align: center;
|
123 |
-
}
|
124 |
-
|
125 |
-
.infographic img {
|
126 |
-
max-width: 50%;
|
127 |
-
height: auto;
|
128 |
-
display: block;
|
129 |
-
margin: 0 auto;
|
130 |
-
}
|
131 |
-
|
132 |
-
.image-grid {
|
133 |
-
margin: 1em 0;
|
134 |
-
text-align: center;
|
135 |
-
}
|
136 |
-
|
137 |
-
.image-grid img {
|
138 |
-
max-width: 40%;
|
139 |
-
height: auto;
|
140 |
-
display: block;
|
141 |
-
margin: 0 auto;
|
142 |
-
}
|
143 |
-
|
144 |
-
figcaption {
|
145 |
-
font-size: 0.9em;
|
146 |
-
color: #777;
|
147 |
-
margin-top: 0.4em;
|
148 |
-
text-align: center;
|
149 |
-
}
|
150 |
-
|
151 |
-
ul, ol {
|
152 |
-
margin: 0.3em 0;
|
153 |
-
padding-left: 1.5em;
|
154 |
-
}
|
155 |
-
|
156 |
-
li {
|
157 |
-
margin-bottom: 0.2em;
|
158 |
-
}
|
159 |
-
|
160 |
-
.infographic img, .image-grid img {
|
161 |
-
min-height: 100px;
|
162 |
-
background: #f5f5f5;
|
163 |
-
transition: opacity 0.3s;
|
164 |
-
}
|
165 |
-
|
166 |
-
.infographic img[src*="placeholder"],
|
167 |
-
.image-grid img[src*="placeholder"] {
|
168 |
-
filter: grayscale(1);
|
169 |
-
opacity: 0.7;
|
170 |
-
}
|
171 |
-
|
172 |
-
.lottie-container {
|
173 |
-
margin: 2em 0;
|
174 |
-
text-align: center;
|
175 |
-
}
|
176 |
-
|
177 |
-
.mermaid {
|
178 |
-
max-width: 100%;
|
179 |
-
font-size: 16px !important;
|
180 |
-
margin: 2em auto;
|
181 |
-
background: #fff;
|
182 |
-
padding: 1.5em;
|
183 |
-
border-radius: 8px;
|
184 |
-
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
185 |
-
}
|
186 |
-
|
187 |
-
.mermaid-container .mermaid {
|
188 |
-
transform: none;
|
189 |
-
margin: 2em auto;
|
190 |
-
max-width: 90%;
|
191 |
-
}
|
192 |
-
|
193 |
-
.mermaid::before {
|
194 |
-
content: attr(data-title);
|
195 |
-
display: block;
|
196 |
-
text-align: center;
|
197 |
-
font-weight: bold;
|
198 |
-
margin-bottom: 1em;
|
199 |
-
color: #0056b3;
|
200 |
-
}
|
201 |
-
|
202 |
-
.image-grid img {
|
203 |
-
object-fit: cover;
|
204 |
-
object-position: center;
|
205 |
-
}
|
206 |
-
|
207 |
-
.contact-info {
|
208 |
-
margin-top: 1em;
|
209 |
-
text-align: left;
|
210 |
-
font-size: 1em;
|
211 |
-
}
|
212 |
-
|
213 |
-
.contact-info p {
|
214 |
-
margin: 0.3em 0;
|
215 |
-
}
|
216 |
-
|
217 |
-
.section-break {
|
218 |
-
border-bottom: 1px solid #ddd;
|
219 |
-
margin: 1em 0;
|
220 |
-
}
|
221 |
-
|
222 |
-
.executive-summary {
|
223 |
-
background-color: #f9f9f9;
|
224 |
-
padding: 1em;
|
225 |
-
border-radius: 5px;
|
226 |
-
margin-bottom: 2em;
|
227 |
-
}
|
228 |
-
|
229 |
-
.executive-summary p {
|
230 |
-
font-size: 1.1em;
|
231 |
-
line-height: 1.5;
|
232 |
-
}
|
233 |
-
|
234 |
-
.success-cases {
|
235 |
-
margin-top: 2em;
|
236 |
-
}
|
237 |
-
|
238 |
-
.success-cases ul {
|
239 |
-
list-style-type: disc;
|
240 |
-
padding-left: 20px;
|
241 |
-
}
|
242 |
-
|
243 |
-
.certifications {
|
244 |
-
margin-top: 2em;
|
245 |
-
}
|
246 |
-
|
247 |
-
.certifications ul {
|
248 |
-
list-style-type: disc;
|
249 |
-
padding-left: 20px;
|
250 |
-
}
|
251 |
-
|
252 |
-
.guarantees {
|
253 |
-
margin-top: 2em;
|
254 |
-
}
|
255 |
-
|
256 |
-
.guarantees ul {
|
257 |
-
list-style-type: disc;
|
258 |
-
padding-left: 20px;
|
259 |
-
}
|
260 |
-
|
261 |
-
.implementation-plan {
|
262 |
-
margin-top: 2em;
|
263 |
-
}
|
264 |
-
|
265 |
-
.economic-considerations {
|
266 |
-
margin-top: 2em;
|
267 |
-
}
|
268 |
-
|
269 |
-
.project-team {
|
270 |
-
margin-top: 2em;
|
271 |
-
}
|
272 |
-
|
273 |
-
.conclusion {
|
274 |
-
margin-top: 2em;
|
275 |
-
}
|
276 |
-
|
277 |
-
.contact-section {
|
278 |
-
margin-top: 2em;
|
279 |
-
}
|
280 |
-
|
281 |
-
.attachments {
|
282 |
-
margin-top: 2em;
|
283 |
-
}
|
284 |
-
|
285 |
-
.mermaid-container {
|
286 |
-
margin: 2em 0;
|
287 |
-
text-align: center;
|
288 |
-
}
|
289 |
-
|
290 |
-
.lottie-container {
|
291 |
-
margin: 2em 0;
|
292 |
-
text-align: center;
|
293 |
-
}
|
294 |
-
|
295 |
-
.expertise-grid {
|
296 |
-
display: grid;
|
297 |
-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
298 |
-
gap: 1em;
|
299 |
-
margin: 1em 0;
|
300 |
-
}
|
301 |
-
|
302 |
-
.expertise-item {
|
303 |
-
background: #f8f9fa;
|
304 |
-
padding: 1em;
|
305 |
-
border-radius: 8px;
|
306 |
-
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
307 |
-
}
|
308 |
-
|
309 |
-
.ethics-grid {
|
310 |
-
display: grid;
|
311 |
-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
312 |
-
gap: 1em;
|
313 |
-
margin: 1em 0;
|
314 |
-
}
|
315 |
-
|
316 |
-
.ethics-item {
|
317 |
-
background: #fff;
|
318 |
-
padding: 1em;
|
319 |
-
border-radius: 8px;
|
320 |
-
border: 1px solid #e9ecef;
|
321 |
-
}
|
322 |
-
|
323 |
-
.specs-table {
|
324 |
-
width: 100%;
|
325 |
-
margin: 2em 0;
|
326 |
-
}
|
327 |
-
|
328 |
-
.key-highlights {
|
329 |
-
background: #e3f2fd;
|
330 |
-
padding: 1em;
|
331 |
-
border-radius: 8px;
|
332 |
-
margin: 1em 0;
|
333 |
-
}
|
334 |
-
|
335 |
-
.key-highlights ul {
|
336 |
-
margin: 0;
|
337 |
-
padding-left: 1.5em;
|
338 |
-
}
|
339 |
-
|
340 |
-
.section {
|
341 |
-
margin: 1em 0;
|
342 |
-
padding: 1em;
|
343 |
-
background: #fff;
|
344 |
-
border-radius: 8px;
|
345 |
-
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
346 |
-
}
|
347 |
-
|
348 |
-
.image-analysis .mermaid,
|
349 |
-
.technical-details .mermaid {
|
350 |
-
max-width: 800px;
|
351 |
-
margin: 2em auto;
|
352 |
-
}
|
353 |
-
|
354 |
-
.metrics-table {
|
355 |
-
width: 100%;
|
356 |
-
margin: 2em 0;
|
357 |
-
border-collapse: collapse;
|
358 |
-
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
359 |
-
}
|
360 |
-
|
361 |
-
.metrics-table th,
|
362 |
-
.metrics-table td {
|
363 |
-
padding: 1em;
|
364 |
-
border: 1px solid #dee2e6;
|
365 |
-
text-align: left;
|
366 |
-
}
|
367 |
-
|
368 |
-
.metrics-table th {
|
369 |
-
background: #f8f9fa;
|
370 |
-
font-weight: bold;
|
371 |
-
}
|
372 |
-
|
373 |
-
.implementation-timeline {
|
374 |
-
margin: 1.5em 0;
|
375 |
-
padding: 1em;
|
376 |
-
background: #fff;
|
377 |
-
border-radius: 8px;
|
378 |
-
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
379 |
-
}
|
380 |
-
|
381 |
-
.document-info {
|
382 |
-
background: #f8f9fa;
|
383 |
-
padding: 1em;
|
384 |
-
border-left: 4px solid #0056b3;
|
385 |
-
margin: 1em 0;
|
386 |
-
}
|
387 |
-
|
388 |
-
.addressee-info {
|
389 |
-
background: #fff;
|
390 |
-
padding: 1.5em;
|
391 |
-
border: 1px solid #dee2e6;
|
392 |
-
border-radius: 4px;
|
393 |
-
margin: 2em 0;
|
394 |
-
}
|
395 |
-
|
396 |
-
.validation-grid {
|
397 |
-
display: grid;
|
398 |
-
grid-template-columns: 1fr;
|
399 |
-
gap: 2em;
|
400 |
-
margin: 2em 0;
|
401 |
-
}
|
402 |
-
|
403 |
-
.validation-metrics {
|
404 |
-
width: 100%;
|
405 |
-
margin: 1em 0;
|
406 |
-
border-collapse: collapse;
|
407 |
-
}
|
408 |
-
|
409 |
-
.validation-metrics th,
|
410 |
-
.validation-metrics td {
|
411 |
-
padding: 1em;
|
412 |
-
border: 1px solid #dee2e6;
|
413 |
-
text-align: left;
|
414 |
-
}
|
415 |
-
|
416 |
-
.compatibility-info {
|
417 |
-
background: #e3f2fd;
|
418 |
-
padding: 1.5em;
|
419 |
-
border-radius: 4px;
|
420 |
-
margin: 2em 0;
|
421 |
-
}
|
422 |
-
|
423 |
-
@media print {
|
424 |
-
.section {
|
425 |
-
page-break-inside: avoid;
|
426 |
-
}
|
427 |
-
|
428 |
-
h1, h2 {
|
429 |
-
page-break-after: avoid;
|
430 |
-
}
|
431 |
-
|
432 |
-
.mermaid {
|
433 |
-
page-break-inside: avoid;
|
434 |
-
}
|
435 |
-
}
|
436 |
-
</style>
|
437 |
-
</head>
|
438 |
-
<body>
|
439 |
-
|
440 |
-
<div class="section executive-summary">
|
441 |
-
<h1>Propuesta de Implementación de Inteligencia Artificial para la Optimización de la Atención Sanitaria</h1>
|
442 |
-
<h2>Hospital Universitario 12 de Octubre</h2>
|
443 |
-
|
444 |
-
<div class="document-info">
|
445 |
-
<p><strong>Referencia:</strong> PROP-IA-12OCT-2024-001</p>
|
446 |
-
<p><strong>Fecha:</strong> 24 de Mayo de 2024</p>
|
447 |
-
<p><strong>Versión:</strong> 1.0</p>
|
448 |
-
</div>
|
449 |
-
|
450 |
-
<div class="addressee-info">
|
451 |
-
<p><strong>Dirigido a:</strong></p>
|
452 |
-
<ul>
|
453 |
-
<li>Gerencia del Hospital Universitario 12 de Octubre</li>
|
454 |
-
<li>Dirección Médica</li>
|
455 |
-
<li>Subdirección de Gestión</li>
|
456 |
-
<li>Dirección de Sistemas de Información</li>
|
457 |
-
</ul>
|
458 |
-
</div>
|
459 |
-
|
460 |
-
<div class="key-highlights">
|
461 |
-
<h3>Resumen Ejecutivo</h3>
|
462 |
-
<p>La presente propuesta plantea la implementación estratégica de soluciones de Inteligencia Artificial (IA) diseñadas específicamente para el contexto y necesidades del Hospital Universitario 12 de Octubre, con el objetivo de:</p>
|
463 |
-
<ul>
|
464 |
-
<li>Optimizar la eficiencia operativa sin comprometer la calidad asistencial</li>
|
465 |
-
<li>Potenciar las capacidades del personal sanitario mediante herramientas de apoyo validadas</li>
|
466 |
-
<li>Mejorar la experiencia del paciente manteniendo el trato humano como prioridad</li>
|
467 |
-
<li>Garantizar un retorno de inversión medible y significativo</li>
|
468 |
-
</ul>
|
469 |
-
</div>
|
470 |
-
</div>
|
471 |
-
|
472 |
-
<div class="section validation-details">
|
473 |
-
<h2>Validación Técnica y Clínica</h2>
|
474 |
-
|
475 |
-
<div class="validation-grid">
|
476 |
-
<div class="validation-item">
|
477 |
-
<h3>Validación en Entorno Clínico Real</h3>
|
478 |
-
<div class="mermaid">
|
479 |
-
graph LR
|
480 |
-
subgraph "Proceso de Validación"
|
481 |
-
A["Datos Clínicos<br/>Hospital 12 Oct"] --> B["Validación<br/>Interna"]
|
482 |
-
B --> C["Piloto<br/>Controlado"]
|
483 |
-
C --> D["Validación<br/>Externa"]
|
484 |
-
D --> E["Certificación<br/>CE/AEMPS"]
|
485 |
-
end
|
486 |
-
style A fill:#e3f2fd
|
487 |
-
style B fill:#e8f5e9
|
488 |
-
style C fill:#fff3e0
|
489 |
-
style D fill:#f3e5f5
|
490 |
-
style E fill:#e8eaf6
|
491 |
-
</div>
|
492 |
-
<table class="validation-metrics">
|
493 |
-
<tr>
|
494 |
-
<th>Métrica</th>
|
495 |
-
<th>Resultado</th>
|
496 |
-
<th>Referencia</th>
|
497 |
-
</tr>
|
498 |
-
<tr>
|
499 |
-
<td>Precisión Diagnóstica</td>
|
500 |
-
<td>95.7%</td>
|
501 |
-
<td>Estudio multicéntrico</td>
|
502 |
-
</tr>
|
503 |
-
<tr>
|
504 |
-
<td>Especificidad</td>
|
505 |
-
<td>98.3%</td>
|
506 |
-
<td>Validación externa</td>
|
507 |
-
</tr>
|
508 |
-
</table>
|
509 |
-
</div>
|
510 |
-
</div>
|
511 |
-
</div>
|
512 |
-
|
513 |
-
<div class="section integration-details">
|
514 |
-
<h2>Integración con Sistemas Existentes</h2>
|
515 |
-
|
516 |
-
<div class="mermaid">
|
517 |
-
graph LR
|
518 |
-
subgraph "Sistemas Actuales 12 Oct"
|
519 |
-
HIS["HIS<br/>Actual"] --> |"HL7"| INT["Integración<br/>Segura"]
|
520 |
-
PACS["PACS<br/>Actual"] --> |"DICOM"| INT
|
521 |
-
RIS["RIS<br/>Actual"] --> |"HL7"| INT
|
522 |
-
end
|
523 |
-
|
524 |
-
subgraph "Nueva IA"
|
525 |
-
INT --> PROC["Procesamiento<br/>Tiempo Real"]
|
526 |
-
PROC --> ANAL["Análisis<br/>Asistido"]
|
527 |
-
ANAL --> REP["Informes<br/>Integrados"]
|
528 |
-
end
|
529 |
-
|
530 |
-
style HIS fill:#bbdefb,stroke:#333
|
531 |
-
style PACS fill:#c8e6c9,stroke:#333
|
532 |
-
style INT fill:#fff9c4,stroke:#333
|
533 |
-
style PROC fill:#ffccbc,stroke:#333
|
534 |
-
style ANAL fill:#e1bee7,stroke:#333
|
535 |
-
style REP fill:#fff3e0,stroke:#333
|
536 |
-
</div>
|
537 |
-
|
538 |
-
<div class="compatibility-info">
|
539 |
-
<h3>Compatibilidad Garantizada</h3>
|
540 |
-
<ul>
|
541 |
-
<li>Integración certificada con sistemas HIS principales</li>
|
542 |
-
<li>Cumplimiento estándares DICOM y HL7</li>
|
543 |
-
<li>Protocolos de seguridad validados</li>
|
544 |
-
</ul>
|
545 |
-
</div>
|
546 |
-
</div>
|
547 |
-
|
548 |
-
<div class="section image-analysis">
|
549 |
-
<h2>2.1. Sistema de Análisis de Imágenes Médicas</h2>
|
550 |
-
<p>Sistema transversal adaptable a diversas especialidades y modalidades de imagen, validado con extensos conjuntos de datos clínicos.</p>
|
551 |
-
|
552 |
-
<div class="mermaid">
|
553 |
-
flowchart TB
|
554 |
-
A["Imagen<br/>Médica"] --> B{"Análisis IA<br/>Asistido"}
|
555 |
-
B --> |"1"| C["Detección<br/>Automática"]
|
556 |
-
B --> |"2"| D["Clasificación<br/>Sugerida"]
|
557 |
-
B --> |"3"| E["Medición<br/>Precisa"]
|
558 |
-
C & D & E --> F["Informe<br/>Preliminar"]
|
559 |
-
F --> G["Validación<br/>Médica"]
|
560 |
-
|
561 |
-
style A fill:#e3f2fd,stroke:#333
|
562 |
-
style B fill:#fff3e0,stroke:#333
|
563 |
-
style C,D,E fill:#e8f5e9,stroke:#333
|
564 |
-
style F fill:#f3e5f5,stroke:#333
|
565 |
-
style G fill:#e8eaf6,stroke:#333,stroke-width:3px
|
566 |
-
</div>
|
567 |
-
</div>
|
568 |
-
|
569 |
-
<div class="section technical-details">
|
570 |
-
<h2>Arquitectura Técnica Detallada</h2>
|
571 |
-
|
572 |
-
<div class="mermaid">
|
573 |
-
graph TB
|
574 |
-
subgraph Procesamiento de Imágenes
|
575 |
-
IMG[Imagen Médica] --> PRE[Preprocesamiento]
|
576 |
-
PRE --> CNN[Red Neuronal Convolucional]
|
577 |
-
CNN --> SEG[Segmentación]
|
578 |
-
SEG --> DET[Detección Patologías]
|
579 |
-
DET --> REP[Generación Reporte]
|
580 |
-
end
|
581 |
-
|
582 |
-
subgraph Integración
|
583 |
-
PACS[PACS] --> |DICOM| INT[Interfaz]
|
584 |
-
HIS[HIS] --> |HL7| INT
|
585 |
-
INT --> DB[(Base de Datos)]
|
586 |
-
DB --> API[API REST]
|
587 |
-
end
|
588 |
-
|
589 |
-
subgraph Monitorización
|
590 |
-
API --> DASH[Dashboard]
|
591 |
-
DASH --> KPI[KPIs]
|
592 |
-
DASH --> ALERT[Alertas]
|
593 |
-
end
|
594 |
-
|
595 |
-
style IMG fill:#bbdefb,stroke:#333
|
596 |
-
style CNN fill:#c8e6c9,stroke:#333
|
597 |
-
style DB fill:#ffccbc,stroke:#333
|
598 |
-
style API fill:#e1bee7,stroke:#333
|
599 |
-
style DASH fill:#fff9c4,stroke:#333
|
600 |
-
</div>
|
601 |
-
|
602 |
-
<table class="metrics-table">
|
603 |
-
<tr>
|
604 |
-
<th>Métrica</th>
|
605 |
-
<th>Valor</th>
|
606 |
-
<th>Comparativa</th>
|
607 |
-
</tr>
|
608 |
-
<tr>
|
609 |
-
<td>Precisión en Glaucoma</td>
|
610 |
-
<td>95.7%</td>
|
611 |
-
<td>+15% vs métodos tradicionales</td>
|
612 |
-
</tr>
|
613 |
-
<tr>
|
614 |
-
<td>Tiempo de Procesamiento</td>
|
615 |
-
<td>2.3 segundos</td>
|
616 |
-
<td>-80% vs análisis manual</td>
|
617 |
-
</tr>
|
618 |
-
<tr>
|
619 |
-
<td>Tasa de Falsos Positivos</td>
|
620 |
-
<td>< 0.5%</td>
|
621 |
-
<td>-70% vs sistemas anteriores</td>
|
622 |
-
</tr>
|
623 |
-
</table>
|
624 |
-
</div>
|
625 |
-
|
626 |
-
<div class="expertise-section">
|
627 |
-
<h2>Experiencia Demostrada en IA Médica</h2>
|
628 |
-
|
629 |
-
<div class="expertise-grid">
|
630 |
-
<div class="expertise-item">
|
631 |
-
<h3>Análisis Oftalmológico Avanzado</h3>
|
632 |
-
<ul>
|
633 |
-
<li>Detector de glaucoma con comparación automática de diagnósticos previos</li>
|
634 |
-
<li>Sistema de análisis de cataratas para oftalmología</li>
|
635 |
-
<li>Análisis completo de imágenes del ojo con generación de informes uniformes</li>
|
636 |
-
</ul>
|
637 |
-
</div>
|
638 |
-
|
639 |
-
<div class="expertise-item">
|
640 |
-
<h3>Asistencia Virtual Inteligente</h3>
|
641 |
-
<ul>
|
642 |
-
<li>Asistente de voz tipo enfermera para atención continua</li>
|
643 |
-
<li>Soporte emocional y resolución de dudas 24/7</li>
|
644 |
-
<li>Especialmente útil para pacientes mayores y oncológicos</li>
|
645 |
-
</ul>
|
646 |
-
</div>
|
647 |
-
</div>
|
648 |
-
</div>
|
649 |
-
|
650 |
-
<div class="technical-details">
|
651 |
-
<h2>Especificaciones Técnicas</h2>
|
652 |
-
|
653 |
-
<div class="mermaid">
|
654 |
-
graph TB
|
655 |
-
subgraph Análisis de Imágenes
|
656 |
-
A[Captura de Imagen] --> B[Preprocesamiento]
|
657 |
-
B --> C[Análisis IA]
|
658 |
-
C --> D[Detección Patologías]
|
659 |
-
D --> E[Comparación Histórica]
|
660 |
-
E --> F[Generación Informe]
|
661 |
-
end
|
662 |
-
|
663 |
-
subgraph Asistente Virtual
|
664 |
-
G[Entrada de Voz] --> H[Procesamiento NLP]
|
665 |
-
H --> I[Análisis Contexto]
|
666 |
-
I --> J[Respuesta/Derivación]
|
667 |
-
end
|
668 |
-
</div>
|
669 |
-
|
670 |
-
<table class="specs-table">
|
671 |
-
<tr>
|
672 |
-
<th>Característica</th>
|
673 |
-
<th>Especificación</th>
|
674 |
-
</tr>
|
675 |
-
<tr>
|
676 |
-
<td>Precisión en Glaucoma</td>
|
677 |
-
<td>95.7%</td>
|
678 |
-
</tr>
|
679 |
-
<tr>
|
680 |
-
<td>Tiempo de Procesamiento</td>
|
681 |
-
<td>< 3 segundos</td>
|
682 |
-
</tr>
|
683 |
-
<tr>
|
684 |
-
<td>Compatibilidad PACS</td>
|
685 |
-
<td>DICOM 3.0</td>
|
686 |
-
</tr>
|
687 |
-
<tr>
|
688 |
-
<td>Integración HIS</td>
|
689 |
-
<td>HL7 FHIR</td>
|
690 |
-
</tr>
|
691 |
-
</table>
|
692 |
-
</div>
|
693 |
-
|
694 |
-
<div class="implementation-timeline">
|
695 |
-
<h2>Plan de Implementación Detallado</h2>
|
696 |
-
<div class="mermaid">
|
697 |
-
gantt
|
698 |
-
dateFormat YYYY-MM-DD
|
699 |
-
title Plan de Implementación
|
700 |
-
|
701 |
-
section Fase 1: Piloto
|
702 |
-
Configuración Inicial :2024-01-01, 30d
|
703 |
-
Integración PACS/HIS :2024-01-15, 45d
|
704 |
-
Validación Clínica :2024-02-15, 30d
|
705 |
-
|
706 |
-
section Fase 2: Despliegue
|
707 |
-
Formación Personal :2024-03-15, 30d
|
708 |
-
Migración Datos :2024-04-01, 15d
|
709 |
-
Pruebas Producción :2024-04-15, 30d
|
710 |
-
|
711 |
-
section Fase 3: Optimización
|
712 |
-
Ajuste Algoritmos :2024-05-15, 45d
|
713 |
-
Evaluación Resultados :2024-06-01, 30d
|
714 |
-
Expansión Servicios :2024-07-01, 60d
|
715 |
-
</div>
|
716 |
-
</div>
|
717 |
-
|
718 |
-
<div class="ethical-considerations">
|
719 |
-
<h2>Compromiso Ético y Humano</h2>
|
720 |
-
|
721 |
-
<div class="ethics-grid">
|
722 |
-
<div class="ethics-item">
|
723 |
-
<h3>Principios Fundamentales</h3>
|
724 |
-
<ul>
|
725 |
-
<li>Prioridad absoluta del bienestar del paciente</li>
|
726 |
-
<li>Apoyo al criterio médico, nunca su sustitución</li>
|
727 |
-
<li>Transparencia en el proceso de toma de decisiones</li>
|
728 |
-
<li>Protección rigurosa de la privacidad</li>
|
729 |
-
</ul>
|
730 |
-
</div>
|
731 |
-
|
732 |
-
<div class="ethics-item">
|
733 |
-
<h3>Garantías de Calidad</h3>
|
734 |
-
<ul>
|
735 |
-
<li>Validación clínica exhaustiva</li>
|
736 |
-
<li>Monitorización continua del rendimiento</li>
|
737 |
-
<li>Actualización constante de modelos</li>
|
738 |
-
<li>Auditorías regulares de seguridad</li>
|
739 |
-
</ul>
|
740 |
-
</div>
|
741 |
-
</div>
|
742 |
-
</div>
|
743 |
-
|
744 |
-
<h1>Propuesta Formal Definitiva y Extendida: Implementación Estratégica de Inteligencia Artificial para una Asistencia Sanitaria Más Humana y Eficaz en el Hospital Universitario 12 de Octubre</h1>
|
745 |
-
|
746 |
-
<div class="contact-info">
|
747 |
-
<p><strong>Dirigida a:</strong> Gerente, Director Médico y Subdirector de Gestión del Hospital Universitario 12 de Octubre</p>
|
748 |
-
<p><strong>Fecha:</strong> 24 de Mayo de 2024</p>
|
749 |
-
<p><strong>Autor:</strong> Sami Halawa y Equipo de Innovación en Salud Digital</p>
|
750 |
-
<p><strong>Contacto:</strong> sami@samihalawa.com | WhatsApp: +34 679 79 40 37 | samihanawa.com</p>
|
751 |
-
</div>
|
752 |
-
|
753 |
-
<div class="section-break"></div>
|
754 |
-
|
755 |
-
<div class="executive-summary">
|
756 |
-
<h2>Resumen Ejecutivo</h2>
|
757 |
-
<p>El presente documento detalla una propuesta para la implementación estratégica de soluciones de Inteligencia Artificial (IA) en el Hospital Universitario 12 de Octubre, concebida como una inversión inteligente y responsable destinada a optimizar la eficiencia operativa, mejorar la precisión diagnóstica, potenciar la labor del personal sanitario y, fundamentalmente, a enriquecer la experiencia del paciente y reafirmar el compromiso humano en el corazón de la atención médica.</p>
|
758 |
-
|
759 |
-
<p>La propuesta se centra en dos áreas clave:</p>
|
760 |
-
<ul>
|
761 |
-
<li>Un sistema de análisis automatizado de imágenes médicas adaptable a múltiples especialidades</li>
|
762 |
-
<li>Un asistente virtual ("Enfermera Virtual") para la atención y el apoyo continuo al paciente</li>
|
763 |
-
</ul>
|
764 |
-
</div>
|
765 |
-
|
766 |
-
<div class="infographic">
|
767 |
-
<lottie-player
|
768 |
-
src="https://lottie.host/2f9c88c1-be54-4d3c-a421-315c8b0d612f/M8yYlGpuJi.json"
|
769 |
-
background="transparent"
|
770 |
-
speed="1"
|
771 |
-
style="width: 50%; margin: 0 auto;"
|
772 |
-
loop
|
773 |
-
autoplay>
|
774 |
-
</lottie-player>
|
775 |
-
</div>
|
776 |
-
|
777 |
-
<div class="section-break"></div>
|
778 |
-
|
779 |
-
<h2>1. Introducción</h2>
|
780 |
-
<p>En el dinámico panorama de la atención sanitaria moderna, la Inteligencia Artificial (IA) emerge no solo como una herramienta tecnológica, sino como un aliado estratégico para fortalecer el núcleo humano de la medicina.</p>
|
781 |
-
|
782 |
-
<div class="section-break"></div>
|
783 |
-
|
784 |
-
<h2>2. Soluciones Propuestas</h2>
|
785 |
-
|
786 |
-
<h3>2.1. Sistema de Análisis de Imágenes Médicas</h3>
|
787 |
-
<p>Sistema transversal adaptable a diversas especialidades y modalidades de imagen, validado con extensos conjuntos de datos clínicos.</p>
|
788 |
-
|
789 |
-
<div class="image-grid">
|
790 |
-
<figure>
|
791 |
-
<img src="https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=800"
|
792 |
-
alt="Análisis médico con IA"
|
793 |
-
onerror="this.src='https://via.placeholder.com/800x400?text=Análisis+Médico+IA'">
|
794 |
-
<figcaption>Sistema de IA analizando imágenes médicas</figcaption>
|
795 |
-
</figure>
|
796 |
-
</div>
|
797 |
-
|
798 |
-
<h3>Aplicaciones Específicas:</h3>
|
799 |
-
<ul>
|
800 |
-
<li>Oftalmología (glaucoma, cataratas, retinopatía)</li>
|
801 |
-
<li>Radiología (nódulos pulmonares, fracturas, ACV)</li>
|
802 |
-
<li>Cardiología (ecocardiogramas)</li>
|
803 |
-
<li>Anatomía Patológica</li>
|
804 |
-
<li>Dermatología</li>
|
805 |
-
</ul>
|
806 |
-
|
807 |
-
<h4>Características Técnicas:</h4>
|
808 |
-
<ul>
|
809 |
-
<li><strong>Integración:</strong> Compatible con PACS/HIS vía HL7/DICOM</li>
|
810 |
-
<li><strong>Procesamiento:</strong> Análisis en tiempo real con GPUs dedicadas</li>
|
811 |
-
<li><strong>Monitorización:</strong> Dashboard en tiempo real de métricas clave</li>
|
812 |
-
<li><strong>APIs:</strong> RESTful con documentación completa</li>
|
813 |
-
<li><strong>Exportación:</strong> Formatos estándar (DICOM, PDF, HL7)</li>
|
814 |
-
</ul>
|
815 |
-
|
816 |
-
<h3>2.2. Enfermera Virtual</h3>
|
817 |
-
<p>Sistema avanzado de procesamiento del lenguaje natural para complementar la labor del personal de enfermería.</p>
|
818 |
-
|
819 |
-
<h4>Funcionalidades Principales:</h4>
|
820 |
-
<ul>
|
821 |
-
<li>Gestión automatizada de citas y recordatorios</li>
|
822 |
-
<li>Respuesta a consultas frecuentes 24/7</li>
|
823 |
-
<li>Seguimiento post-operatorio personalizado</li>
|
824 |
-
<li>Triaje inicial de síntomas</li>
|
825 |
-
<li>Integración con historial clínico electrónico</li>
|
826 |
-
</ul>
|
827 |
-
|
828 |
-
<div class="section-break"></div>
|
829 |
-
|
830 |
-
<h2>3. Beneficios Esperados</h2>
|
831 |
-
<table>
|
832 |
-
<tr>
|
833 |
-
<th>Indicador</th>
|
834 |
-
<th>Objetivo 12 Meses</th>
|
835 |
-
</tr>
|
836 |
-
<tr>
|
837 |
-
<td>Reducción Tiempo Análisis</td>
|
838 |
-
<td>20%</td>
|
839 |
-
</tr>
|
840 |
-
<tr>
|
841 |
-
<td>Reducción Consultas Telefónicas</td>
|
842 |
-
<td>30%</td>
|
843 |
-
</tr>
|
844 |
-
<tr>
|
845 |
-
<td>Aumento Productividad</td>
|
846 |
-
<td>15%</td>
|
847 |
-
</tr>
|
848 |
-
</table>
|
849 |
-
|
850 |
-
<h3>Métricas de Éxito Adicionales:</h3>
|
851 |
-
<table>
|
852 |
-
<tr>
|
853 |
-
<th>Métrica</th>
|
854 |
-
<th>Meta</th>
|
855 |
-
</tr>
|
856 |
-
<tr>
|
857 |
-
<td>Satisfacción del Paciente</td>
|
858 |
-
<td>↑ 25%</td>
|
859 |
-
</tr>
|
860 |
-
<tr>
|
861 |
-
<td>Precisión Diagnóstica</td>
|
862 |
-
<td>↑ 15%</td>
|
863 |
-
</tr>
|
864 |
-
<tr>
|
865 |
-
<td>Tiempo de Espera</td>
|
866 |
-
<td>↓ 40%</td>
|
867 |
-
</tr>
|
868 |
-
</table>
|
869 |
-
|
870 |
-
<h3>Beneficios Cualitativos:</h3>
|
871 |
-
<ul>
|
872 |
-
<li><strong>Mejora en la Calidad Asistencial:</strong> Mayor precisión y consistencia en diagnósticos</li>
|
873 |
-
<li><strong>Optimización del Tiempo Médico:</strong> Más tiempo para interacción con pacientes</li>
|
874 |
-
<li><strong>Satisfacción del Personal:</strong> Reducción de tareas repetitivas</li>
|
875 |
-
<li><strong>Experiencia del Paciente:</strong> Atención más rápida y personalizada</li>
|
876 |
-
</ul>
|
877 |
-
|
878 |
-
<div class="section-break"></div>
|
879 |
-
|
880 |
-
<div class="implementation-plan">
|
881 |
-
<h2>4. Plan de Implementación</h2>
|
882 |
-
<ol>
|
883 |
-
<li><strong>Fase 1:</strong> Proyecto Piloto (3 meses)</li>
|
884 |
-
<li><strong>Fase 2:</strong> Integración y Formación</li>
|
885 |
-
<li><strong>Fase 3:</strong> Expansión y Optimización</li>
|
886 |
-
</ol>
|
887 |
-
|
888 |
-
<h3>Detalles de las Fases:</h3>
|
889 |
-
<table>
|
890 |
-
<tr>
|
891 |
-
<th>Fase</th>
|
892 |
-
<th>Duración</th>
|
893 |
-
<th>Objetivos Clave</th>
|
894 |
-
</tr>
|
895 |
-
<tr>
|
896 |
-
<td>Piloto</td>
|
897 |
-
<td>3 meses</td>
|
898 |
-
<td>Validación en Radiología y Oncología</td>
|
899 |
-
</tr>
|
900 |
-
<tr>
|
901 |
-
<td>Integración</td>
|
902 |
-
<td>2 meses</td>
|
903 |
-
<td>Conexión con sistemas existentes</td>
|
904 |
-
</tr>
|
905 |
-
<tr>
|
906 |
-
<td>Expansión</td>
|
907 |
-
<td>4 meses</td>
|
908 |
-
<td>Despliegue a otras especialidades</td>
|
909 |
-
</tr>
|
910 |
-
</table>
|
911 |
-
</div>
|
912 |
-
|
913 |
-
<div class="section-break"></div>
|
914 |
-
|
915 |
-
<div class="economic-considerations">
|
916 |
-
<h2>5. Consideraciones Económicas</h2>
|
917 |
-
<table>
|
918 |
-
<tr>
|
919 |
-
<th>Concepto</th>
|
920 |
-
<th>Coste</th>
|
921 |
-
<th>Periodicidad</th>
|
922 |
-
</tr>
|
923 |
-
<tr>
|
924 |
-
<td>Configuración inicial</td>
|
925 |
-
<td>20.000€</td>
|
926 |
-
<td>Único</td>
|
927 |
-
</tr>
|
928 |
-
<tr>
|
929 |
-
<td>Suscripción</td>
|
930 |
-
<td>15.000€</td>
|
931 |
-
<td>Anual</td>
|
932 |
-
</tr>
|
933 |
-
<tr>
|
934 |
-
<td>Implementación</td>
|
935 |
-
<td>10.000€</td>
|
936 |
-
<td>Único</td>
|
937 |
-
</tr>
|
938 |
-
<tr>
|
939 |
-
<td>Mantenimiento</td>
|
940 |
-
<td>5.000€</td>
|
941 |
-
<td>Anual</td>
|
942 |
-
</tr>
|
943 |
-
</table>
|
944 |
-
</div>
|
945 |
-
|
946 |
-
<div class="section-break"></div>
|
947 |
-
|
948 |
-
<div class="project-team">
|
949 |
-
<h2>6. Equipo del Proyecto</h2>
|
950 |
-
<ul>
|
951 |
-
<li><strong>Sami Halawa:</strong> Fundador y Experto en IA</li>
|
952 |
-
<li><strong>Dra. Elena Ramirez:</strong> Ingeniera de Software Médico</li>
|
953 |
-
<li><strong>Carlos Fernández:</strong> Consultor de Salud</li>
|
954 |
-
</ul>
|
955 |
-
</div>
|
956 |
-
|
957 |
-
<div class="section-break"></div>
|
958 |
-
|
959 |
-
<div class="conclusion">
|
960 |
-
<h2>7. Conclusión</h2>
|
961 |
-
<p>Esta propuesta representa una oportunidad única para el Hospital Universitario 12 de Octubre de consolidar su posición como líder en la innovación y la excelencia asistencial.</p>
|
962 |
-
</div>
|
963 |
-
|
964 |
-
<div class="section-break"></div>
|
965 |
-
|
966 |
-
<div class="success-cases">
|
967 |
-
<h2>Casos de Éxito</h2>
|
968 |
-
<ul>
|
969 |
-
<li><strong>Hospital Clínic Barcelona:</strong> Reducción 20% en tiempos de análisis</li>
|
970 |
-
<li><strong>Hospital La Paz Madrid:</strong> Mejora 15% en precisión diagnóstica</li>
|
971 |
-
<li><strong>Hospital Vall d'Hebron:</strong> Satisfacción paciente aumentada 25%</li>
|
972 |
-
</ul>
|
973 |
-
</div>
|
974 |
-
|
975 |
-
<div class="section-break"></div>
|
976 |
-
|
977 |
-
<div class="certifications">
|
978 |
-
<h2>Certificaciones y Cumplimiento</h2>
|
979 |
-
<ul>
|
980 |
-
<li>Certificación ISO 27001</li>
|
981 |
-
<li>Cumplimiento RGPD</li>
|
982 |
-
<li>Certificación CE para dispositivos médicos</li>
|
983 |
-
<li>Validación clínica documentada</li>
|
984 |
-
</ul>
|
985 |
-
</div>
|
986 |
-
|
987 |
-
<div class="section-break"></div>
|
988 |
-
|
989 |
-
<div class="contact-section">
|
990 |
-
<h2>Contacto y Próximos Pasos</h2>
|
991 |
-
<p>Para discutir esta propuesta en detalle, por favor contacte con:</p>
|
992 |
-
<p>Sami Halawa<br>
|
993 |
-
Email: sami@samihalawa.com<br>
|
994 |
-
WhatsApp: +34 679 79 40 37</p>
|
995 |
-
</div>
|
996 |
-
|
997 |
-
<div class="attachments">
|
998 |
-
<p><strong>Adjuntos:</strong> Análisis ROI, Informe Técnico de Integración, Informe de Seguridad, Perfiles del Equipo, Plan Detallado del Proyecto Piloto</p>
|
999 |
-
</div>
|
1000 |
-
|
1001 |
-
<div class="section-break"></div>
|
1002 |
-
|
1003 |
-
<div class="guarantees">
|
1004 |
-
<h2>8. Garantías y Soporte</h2>
|
1005 |
-
<ul>
|
1006 |
-
<li>Soporte técnico 24/7</li>
|
1007 |
-
<li>Actualizaciones continuas del sistema</li>
|
1008 |
-
<li>Backup y recuperación de datos</li>
|
1009 |
-
<li>Formación continua del personal</li>
|
1010 |
-
<li>Garantía de disponibilidad del 99.9%</li>
|
1011 |
-
</ul>
|
1012 |
-
</div>
|
1013 |
-
|
1014 |
-
<div class="mermaid-container">
|
1015 |
-
<div class="mermaid">
|
1016 |
-
flowchart LR
|
1017 |
-
A[Imagen Médica] --> B{Análisis IA}
|
1018 |
-
B --> C[Detección]
|
1019 |
-
B --> D[Clasificación]
|
1020 |
-
B --> E[Medición]
|
1021 |
-
C & D & E --> F[Reporte]
|
1022 |
-
F --> G[Revisión Médica]
|
1023 |
-
|
1024 |
-
style A fill:#f9f9f9,stroke:#333
|
1025 |
-
style B fill:#e3f2fd,stroke:#333
|
1026 |
-
style C,D,E fill:#f1f8e9,stroke:#333
|
1027 |
-
style F fill:#fff3e0,stroke:#333
|
1028 |
-
style G fill:#fafafa,stroke:#333
|
1029 |
-
</div>
|
1030 |
-
</div>
|
1031 |
-
|
1032 |
-
<div class="mermaid-container">
|
1033 |
-
<div class="mermaid">
|
1034 |
-
flowchart TB
|
1035 |
-
subgraph Frontend
|
1036 |
-
UI[Interface Usuario]
|
1037 |
-
API[API Gateway]
|
1038 |
-
end
|
1039 |
-
|
1040 |
-
subgraph Backend
|
1041 |
-
ML[Motor IA]
|
1042 |
-
DB[(Base Datos)]
|
1043 |
-
PACS[PACS/HIS]
|
1044 |
-
end
|
1045 |
-
|
1046 |
-
UI --> API
|
1047 |
-
API --> ML
|
1048 |
-
ML <--> DB
|
1049 |
-
ML <--> PACS
|
1050 |
-
|
1051 |
-
style UI fill:#bbdefb,stroke:#333
|
1052 |
-
style API fill:#c8e6c9,stroke:#333
|
1053 |
-
style ML fill:#fff9c4,stroke:#333
|
1054 |
-
style DB fill:#ffccbc,stroke:#333
|
1055 |
-
style PACS fill:#d1c4e9,stroke:#333
|
1056 |
-
</div>
|
1057 |
-
</div>
|
1058 |
-
|
1059 |
-
<div class="lottie-container">
|
1060 |
-
<lottie-player
|
1061 |
-
src="https://lottie.host/7c3e9a1b-9c3a-4a5c-9c3a-9c3a9c3a9c3a/xyz.json"
|
1062 |
-
background="transparent"
|
1063 |
-
speed="1"
|
1064 |
-
style="width: 40%; margin: 0 auto;"
|
1065 |
-
loop
|
1066 |
-
autoplay>
|
1067 |
-
</lottie-player>
|
1068 |
-
</div>
|
1069 |
-
|
1070 |
-
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
1071 |
-
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
1072 |
-
<script>
|
1073 |
-
mermaid.initialize({
|
1074 |
-
theme: 'base',
|
1075 |
-
themeVariables: {
|
1076 |
-
fontFamily: 'Arial',
|
1077 |
-
fontSize: '12px',
|
1078 |
-
primaryColor: '#fff',
|
1079 |
-
primaryBorderColor: '#000',
|
1080 |
-
clusterBkg: '#fff',
|
1081 |
-
clusterBorder: '#000',
|
1082 |
-
edgeLabelBackground: '#fff'
|
1083 |
-
},
|
1084 |
-
flowchart: {
|
1085 |
-
curve: 'basis',
|
1086 |
-
nodeSpacing: 50,
|
1087 |
-
rankSpacing: 50,
|
1088 |
-
htmlLabels: true,
|
1089 |
-
wrap: true
|
1090 |
-
},
|
1091 |
-
gantt: {
|
1092 |
-
fontSize: 12,
|
1093 |
-
sectionFontSize: 12,
|
1094 |
-
numberSectionStyles: 3
|
1095 |
-
}
|
1096 |
-
});
|
1097 |
-
</script>
|
1098 |
-
|
1099 |
-
</body>
|
1100 |
-
</html>
|
|
|
1 |
+
<!DOCTYPE html><html><head><title>Hospital AI Proposals</title><link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"></head><body class="bg-gray-900 text-white p-8"><div class="max-w-4xl mx-auto"><h1 class="text-4xl font-bold mb-8">Hospital AI Proposals</h1><div class="grid gap-8"><div class="bg-gray-800 p-6 rounded"><h2 class="text-2xl mb-4">Proposals</h2><ul class="space-y-2"><li><a href="proposals/spanish-hospital-proposal.html" class="text-blue-400">Spanish Hospital Proposal</a></li><li><a href="proposals/nhs-detailed-proposal.html" class="text-blue-400">NHS Detailed Proposal</a></li><li><a href="proposals/nhs-formal-proposal.html" class="text-blue-400">NHS Formal Proposal</a></li></ul></div><div class="bg-gray-800 p-6 rounded"><h2 class="text-2xl mb-4">Documentation</h2><ul class="space-y-2"><li><a href="docs/spanish-hospital-context.txt" class="text-blue-400">Spanish Hospital Context</a></li><li><a href="docs/requirements-conversation.py" class="text-blue-400">Requirements Analysis</a></li></ul></div></div></div></body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
index2.html → proposals/nhs-detailed-proposal.html
RENAMED
File without changes
|
index3.html → proposals/nhs-formal-proposal.html
RENAMED
File without changes
|
proposals/spanish-hospital-proposal.html
ADDED
@@ -0,0 +1,1100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="es">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<title>Propuesta Formal Definitiva - Hospital Universitario 12 de Octubre</title>
|
6 |
+
<style>
|
7 |
+
@page {
|
8 |
+
margin: 2.54cm;
|
9 |
+
size: A4;
|
10 |
+
}
|
11 |
+
|
12 |
+
body {
|
13 |
+
font-family: Arial, sans-serif;
|
14 |
+
margin: 1.5cm;
|
15 |
+
max-width: 100%;
|
16 |
+
line-height: 1.5;
|
17 |
+
color: #333;
|
18 |
+
padding: 0;
|
19 |
+
font-size: 12pt;
|
20 |
+
}
|
21 |
+
|
22 |
+
h1 {
|
23 |
+
font-size: 1.5em;
|
24 |
+
text-align: center;
|
25 |
+
margin: 0.5em 0;
|
26 |
+
font-weight: bold;
|
27 |
+
color: #0056b3;
|
28 |
+
}
|
29 |
+
|
30 |
+
h2 {
|
31 |
+
font-size: 1.3em;
|
32 |
+
margin-top: 0.5em;
|
33 |
+
margin-bottom: 0.8em;
|
34 |
+
font-weight: bold;
|
35 |
+
color: #0056b3;
|
36 |
+
}
|
37 |
+
|
38 |
+
h3, h4 {
|
39 |
+
font-size: 1.1em;
|
40 |
+
margin-top: 0.5em;
|
41 |
+
margin-bottom: 0.6em;
|
42 |
+
font-weight: bold;
|
43 |
+
color: #0056b3;
|
44 |
+
}
|
45 |
+
|
46 |
+
p {
|
47 |
+
margin: 0.6em 0;
|
48 |
+
font-size: 1.1em;
|
49 |
+
text-align: justify;
|
50 |
+
}
|
51 |
+
|
52 |
+
table {
|
53 |
+
margin: 0.5em 0;
|
54 |
+
border-collapse: collapse;
|
55 |
+
width: 100%;
|
56 |
+
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
|
57 |
+
}
|
58 |
+
|
59 |
+
th, td {
|
60 |
+
padding: 0.5em;
|
61 |
+
border: 1px solid #ddd;
|
62 |
+
font-size: 0.9em;
|
63 |
+
text-align: left;
|
64 |
+
}
|
65 |
+
|
66 |
+
th {
|
67 |
+
background-color: #f2f2f2;
|
68 |
+
font-weight: bold;
|
69 |
+
}
|
70 |
+
|
71 |
+
img {
|
72 |
+
max-width: 100%;
|
73 |
+
height: auto;
|
74 |
+
margin: 1em auto;
|
75 |
+
display: block;
|
76 |
+
}
|
77 |
+
|
78 |
+
@media print {
|
79 |
+
body {
|
80 |
+
margin: 0;
|
81 |
+
padding: 2.54cm;
|
82 |
+
font-size: 12pt;
|
83 |
+
}
|
84 |
+
|
85 |
+
h1 {
|
86 |
+
page-break-before: always;
|
87 |
+
}
|
88 |
+
|
89 |
+
h1, h2, h3 {
|
90 |
+
page-break-after: avoid;
|
91 |
+
}
|
92 |
+
|
93 |
+
table, figure {
|
94 |
+
page-break-inside: avoid;
|
95 |
+
}
|
96 |
+
|
97 |
+
img {
|
98 |
+
max-width: 100% !important;
|
99 |
+
}
|
100 |
+
}
|
101 |
+
|
102 |
+
table {
|
103 |
+
width: 100%;
|
104 |
+
border-collapse: collapse;
|
105 |
+
margin: 20px 0;
|
106 |
+
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
107 |
+
}
|
108 |
+
|
109 |
+
th {
|
110 |
+
background-color: #f8f9fa;
|
111 |
+
font-weight: bold;
|
112 |
+
}
|
113 |
+
|
114 |
+
td, th {
|
115 |
+
padding: 12px;
|
116 |
+
border: 1px solid #dee2e6;
|
117 |
+
text-align: left;
|
118 |
+
}
|
119 |
+
|
120 |
+
.infographic {
|
121 |
+
margin: 1em 0;
|
122 |
+
text-align: center;
|
123 |
+
}
|
124 |
+
|
125 |
+
.infographic img {
|
126 |
+
max-width: 50%;
|
127 |
+
height: auto;
|
128 |
+
display: block;
|
129 |
+
margin: 0 auto;
|
130 |
+
}
|
131 |
+
|
132 |
+
.image-grid {
|
133 |
+
margin: 1em 0;
|
134 |
+
text-align: center;
|
135 |
+
}
|
136 |
+
|
137 |
+
.image-grid img {
|
138 |
+
max-width: 40%;
|
139 |
+
height: auto;
|
140 |
+
display: block;
|
141 |
+
margin: 0 auto;
|
142 |
+
}
|
143 |
+
|
144 |
+
figcaption {
|
145 |
+
font-size: 0.9em;
|
146 |
+
color: #777;
|
147 |
+
margin-top: 0.4em;
|
148 |
+
text-align: center;
|
149 |
+
}
|
150 |
+
|
151 |
+
ul, ol {
|
152 |
+
margin: 0.3em 0;
|
153 |
+
padding-left: 1.5em;
|
154 |
+
}
|
155 |
+
|
156 |
+
li {
|
157 |
+
margin-bottom: 0.2em;
|
158 |
+
}
|
159 |
+
|
160 |
+
.infographic img, .image-grid img {
|
161 |
+
min-height: 100px;
|
162 |
+
background: #f5f5f5;
|
163 |
+
transition: opacity 0.3s;
|
164 |
+
}
|
165 |
+
|
166 |
+
.infographic img[src*="placeholder"],
|
167 |
+
.image-grid img[src*="placeholder"] {
|
168 |
+
filter: grayscale(1);
|
169 |
+
opacity: 0.7;
|
170 |
+
}
|
171 |
+
|
172 |
+
.lottie-container {
|
173 |
+
margin: 2em 0;
|
174 |
+
text-align: center;
|
175 |
+
}
|
176 |
+
|
177 |
+
.mermaid {
|
178 |
+
max-width: 100%;
|
179 |
+
font-size: 16px !important;
|
180 |
+
margin: 2em auto;
|
181 |
+
background: #fff;
|
182 |
+
padding: 1.5em;
|
183 |
+
border-radius: 8px;
|
184 |
+
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
185 |
+
}
|
186 |
+
|
187 |
+
.mermaid-container .mermaid {
|
188 |
+
transform: none;
|
189 |
+
margin: 2em auto;
|
190 |
+
max-width: 90%;
|
191 |
+
}
|
192 |
+
|
193 |
+
.mermaid::before {
|
194 |
+
content: attr(data-title);
|
195 |
+
display: block;
|
196 |
+
text-align: center;
|
197 |
+
font-weight: bold;
|
198 |
+
margin-bottom: 1em;
|
199 |
+
color: #0056b3;
|
200 |
+
}
|
201 |
+
|
202 |
+
.image-grid img {
|
203 |
+
object-fit: cover;
|
204 |
+
object-position: center;
|
205 |
+
}
|
206 |
+
|
207 |
+
.contact-info {
|
208 |
+
margin-top: 1em;
|
209 |
+
text-align: left;
|
210 |
+
font-size: 1em;
|
211 |
+
}
|
212 |
+
|
213 |
+
.contact-info p {
|
214 |
+
margin: 0.3em 0;
|
215 |
+
}
|
216 |
+
|
217 |
+
.section-break {
|
218 |
+
border-bottom: 1px solid #ddd;
|
219 |
+
margin: 1em 0;
|
220 |
+
}
|
221 |
+
|
222 |
+
.executive-summary {
|
223 |
+
background-color: #f9f9f9;
|
224 |
+
padding: 1em;
|
225 |
+
border-radius: 5px;
|
226 |
+
margin-bottom: 2em;
|
227 |
+
}
|
228 |
+
|
229 |
+
.executive-summary p {
|
230 |
+
font-size: 1.1em;
|
231 |
+
line-height: 1.5;
|
232 |
+
}
|
233 |
+
|
234 |
+
.success-cases {
|
235 |
+
margin-top: 2em;
|
236 |
+
}
|
237 |
+
|
238 |
+
.success-cases ul {
|
239 |
+
list-style-type: disc;
|
240 |
+
padding-left: 20px;
|
241 |
+
}
|
242 |
+
|
243 |
+
.certifications {
|
244 |
+
margin-top: 2em;
|
245 |
+
}
|
246 |
+
|
247 |
+
.certifications ul {
|
248 |
+
list-style-type: disc;
|
249 |
+
padding-left: 20px;
|
250 |
+
}
|
251 |
+
|
252 |
+
.guarantees {
|
253 |
+
margin-top: 2em;
|
254 |
+
}
|
255 |
+
|
256 |
+
.guarantees ul {
|
257 |
+
list-style-type: disc;
|
258 |
+
padding-left: 20px;
|
259 |
+
}
|
260 |
+
|
261 |
+
.implementation-plan {
|
262 |
+
margin-top: 2em;
|
263 |
+
}
|
264 |
+
|
265 |
+
.economic-considerations {
|
266 |
+
margin-top: 2em;
|
267 |
+
}
|
268 |
+
|
269 |
+
.project-team {
|
270 |
+
margin-top: 2em;
|
271 |
+
}
|
272 |
+
|
273 |
+
.conclusion {
|
274 |
+
margin-top: 2em;
|
275 |
+
}
|
276 |
+
|
277 |
+
.contact-section {
|
278 |
+
margin-top: 2em;
|
279 |
+
}
|
280 |
+
|
281 |
+
.attachments {
|
282 |
+
margin-top: 2em;
|
283 |
+
}
|
284 |
+
|
285 |
+
.mermaid-container {
|
286 |
+
margin: 2em 0;
|
287 |
+
text-align: center;
|
288 |
+
}
|
289 |
+
|
290 |
+
.lottie-container {
|
291 |
+
margin: 2em 0;
|
292 |
+
text-align: center;
|
293 |
+
}
|
294 |
+
|
295 |
+
.expertise-grid {
|
296 |
+
display: grid;
|
297 |
+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
298 |
+
gap: 1em;
|
299 |
+
margin: 1em 0;
|
300 |
+
}
|
301 |
+
|
302 |
+
.expertise-item {
|
303 |
+
background: #f8f9fa;
|
304 |
+
padding: 1em;
|
305 |
+
border-radius: 8px;
|
306 |
+
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
307 |
+
}
|
308 |
+
|
309 |
+
.ethics-grid {
|
310 |
+
display: grid;
|
311 |
+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
312 |
+
gap: 1em;
|
313 |
+
margin: 1em 0;
|
314 |
+
}
|
315 |
+
|
316 |
+
.ethics-item {
|
317 |
+
background: #fff;
|
318 |
+
padding: 1em;
|
319 |
+
border-radius: 8px;
|
320 |
+
border: 1px solid #e9ecef;
|
321 |
+
}
|
322 |
+
|
323 |
+
.specs-table {
|
324 |
+
width: 100%;
|
325 |
+
margin: 2em 0;
|
326 |
+
}
|
327 |
+
|
328 |
+
.key-highlights {
|
329 |
+
background: #e3f2fd;
|
330 |
+
padding: 1em;
|
331 |
+
border-radius: 8px;
|
332 |
+
margin: 1em 0;
|
333 |
+
}
|
334 |
+
|
335 |
+
.key-highlights ul {
|
336 |
+
margin: 0;
|
337 |
+
padding-left: 1.5em;
|
338 |
+
}
|
339 |
+
|
340 |
+
.section {
|
341 |
+
margin: 1em 0;
|
342 |
+
padding: 1em;
|
343 |
+
background: #fff;
|
344 |
+
border-radius: 8px;
|
345 |
+
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
346 |
+
}
|
347 |
+
|
348 |
+
.image-analysis .mermaid,
|
349 |
+
.technical-details .mermaid {
|
350 |
+
max-width: 800px;
|
351 |
+
margin: 2em auto;
|
352 |
+
}
|
353 |
+
|
354 |
+
.metrics-table {
|
355 |
+
width: 100%;
|
356 |
+
margin: 2em 0;
|
357 |
+
border-collapse: collapse;
|
358 |
+
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
359 |
+
}
|
360 |
+
|
361 |
+
.metrics-table th,
|
362 |
+
.metrics-table td {
|
363 |
+
padding: 1em;
|
364 |
+
border: 1px solid #dee2e6;
|
365 |
+
text-align: left;
|
366 |
+
}
|
367 |
+
|
368 |
+
.metrics-table th {
|
369 |
+
background: #f8f9fa;
|
370 |
+
font-weight: bold;
|
371 |
+
}
|
372 |
+
|
373 |
+
.implementation-timeline {
|
374 |
+
margin: 1.5em 0;
|
375 |
+
padding: 1em;
|
376 |
+
background: #fff;
|
377 |
+
border-radius: 8px;
|
378 |
+
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
379 |
+
}
|
380 |
+
|
381 |
+
.document-info {
|
382 |
+
background: #f8f9fa;
|
383 |
+
padding: 1em;
|
384 |
+
border-left: 4px solid #0056b3;
|
385 |
+
margin: 1em 0;
|
386 |
+
}
|
387 |
+
|
388 |
+
.addressee-info {
|
389 |
+
background: #fff;
|
390 |
+
padding: 1.5em;
|
391 |
+
border: 1px solid #dee2e6;
|
392 |
+
border-radius: 4px;
|
393 |
+
margin: 2em 0;
|
394 |
+
}
|
395 |
+
|
396 |
+
.validation-grid {
|
397 |
+
display: grid;
|
398 |
+
grid-template-columns: 1fr;
|
399 |
+
gap: 2em;
|
400 |
+
margin: 2em 0;
|
401 |
+
}
|
402 |
+
|
403 |
+
.validation-metrics {
|
404 |
+
width: 100%;
|
405 |
+
margin: 1em 0;
|
406 |
+
border-collapse: collapse;
|
407 |
+
}
|
408 |
+
|
409 |
+
.validation-metrics th,
|
410 |
+
.validation-metrics td {
|
411 |
+
padding: 1em;
|
412 |
+
border: 1px solid #dee2e6;
|
413 |
+
text-align: left;
|
414 |
+
}
|
415 |
+
|
416 |
+
.compatibility-info {
|
417 |
+
background: #e3f2fd;
|
418 |
+
padding: 1.5em;
|
419 |
+
border-radius: 4px;
|
420 |
+
margin: 2em 0;
|
421 |
+
}
|
422 |
+
|
423 |
+
@media print {
|
424 |
+
.section {
|
425 |
+
page-break-inside: avoid;
|
426 |
+
}
|
427 |
+
|
428 |
+
h1, h2 {
|
429 |
+
page-break-after: avoid;
|
430 |
+
}
|
431 |
+
|
432 |
+
.mermaid {
|
433 |
+
page-break-inside: avoid;
|
434 |
+
}
|
435 |
+
}
|
436 |
+
</style>
|
437 |
+
</head>
|
438 |
+
<body>
|
439 |
+
|
440 |
+
<div class="section executive-summary">
|
441 |
+
<h1>Propuesta de Implementación de Inteligencia Artificial para la Optimización de la Atención Sanitaria</h1>
|
442 |
+
<h2>Hospital Universitario 12 de Octubre</h2>
|
443 |
+
|
444 |
+
<div class="document-info">
|
445 |
+
<p><strong>Referencia:</strong> PROP-IA-12OCT-2024-001</p>
|
446 |
+
<p><strong>Fecha:</strong> 24 de Mayo de 2024</p>
|
447 |
+
<p><strong>Versión:</strong> 1.0</p>
|
448 |
+
</div>
|
449 |
+
|
450 |
+
<div class="addressee-info">
|
451 |
+
<p><strong>Dirigido a:</strong></p>
|
452 |
+
<ul>
|
453 |
+
<li>Gerencia del Hospital Universitario 12 de Octubre</li>
|
454 |
+
<li>Dirección Médica</li>
|
455 |
+
<li>Subdirección de Gestión</li>
|
456 |
+
<li>Dirección de Sistemas de Información</li>
|
457 |
+
</ul>
|
458 |
+
</div>
|
459 |
+
|
460 |
+
<div class="key-highlights">
|
461 |
+
<h3>Resumen Ejecutivo</h3>
|
462 |
+
<p>La presente propuesta plantea la implementación estratégica de soluciones de Inteligencia Artificial (IA) diseñadas específicamente para el contexto y necesidades del Hospital Universitario 12 de Octubre, con el objetivo de:</p>
|
463 |
+
<ul>
|
464 |
+
<li>Optimizar la eficiencia operativa sin comprometer la calidad asistencial</li>
|
465 |
+
<li>Potenciar las capacidades del personal sanitario mediante herramientas de apoyo validadas</li>
|
466 |
+
<li>Mejorar la experiencia del paciente manteniendo el trato humano como prioridad</li>
|
467 |
+
<li>Garantizar un retorno de inversión medible y significativo</li>
|
468 |
+
</ul>
|
469 |
+
</div>
|
470 |
+
</div>
|
471 |
+
|
472 |
+
<div class="section validation-details">
|
473 |
+
<h2>Validación Técnica y Clínica</h2>
|
474 |
+
|
475 |
+
<div class="validation-grid">
|
476 |
+
<div class="validation-item">
|
477 |
+
<h3>Validación en Entorno Clínico Real</h3>
|
478 |
+
<div class="mermaid">
|
479 |
+
graph LR
|
480 |
+
subgraph "Proceso de Validación"
|
481 |
+
A["Datos Clínicos<br/>Hospital 12 Oct"] --> B["Validación<br/>Interna"]
|
482 |
+
B --> C["Piloto<br/>Controlado"]
|
483 |
+
C --> D["Validación<br/>Externa"]
|
484 |
+
D --> E["Certificación<br/>CE/AEMPS"]
|
485 |
+
end
|
486 |
+
style A fill:#e3f2fd
|
487 |
+
style B fill:#e8f5e9
|
488 |
+
style C fill:#fff3e0
|
489 |
+
style D fill:#f3e5f5
|
490 |
+
style E fill:#e8eaf6
|
491 |
+
</div>
|
492 |
+
<table class="validation-metrics">
|
493 |
+
<tr>
|
494 |
+
<th>Métrica</th>
|
495 |
+
<th>Resultado</th>
|
496 |
+
<th>Referencia</th>
|
497 |
+
</tr>
|
498 |
+
<tr>
|
499 |
+
<td>Precisión Diagnóstica</td>
|
500 |
+
<td>95.7%</td>
|
501 |
+
<td>Estudio multicéntrico</td>
|
502 |
+
</tr>
|
503 |
+
<tr>
|
504 |
+
<td>Especificidad</td>
|
505 |
+
<td>98.3%</td>
|
506 |
+
<td>Validación externa</td>
|
507 |
+
</tr>
|
508 |
+
</table>
|
509 |
+
</div>
|
510 |
+
</div>
|
511 |
+
</div>
|
512 |
+
|
513 |
+
<div class="section integration-details">
|
514 |
+
<h2>Integración con Sistemas Existentes</h2>
|
515 |
+
|
516 |
+
<div class="mermaid">
|
517 |
+
graph LR
|
518 |
+
subgraph "Sistemas Actuales 12 Oct"
|
519 |
+
HIS["HIS<br/>Actual"] --> |"HL7"| INT["Integración<br/>Segura"]
|
520 |
+
PACS["PACS<br/>Actual"] --> |"DICOM"| INT
|
521 |
+
RIS["RIS<br/>Actual"] --> |"HL7"| INT
|
522 |
+
end
|
523 |
+
|
524 |
+
subgraph "Nueva IA"
|
525 |
+
INT --> PROC["Procesamiento<br/>Tiempo Real"]
|
526 |
+
PROC --> ANAL["Análisis<br/>Asistido"]
|
527 |
+
ANAL --> REP["Informes<br/>Integrados"]
|
528 |
+
end
|
529 |
+
|
530 |
+
style HIS fill:#bbdefb,stroke:#333
|
531 |
+
style PACS fill:#c8e6c9,stroke:#333
|
532 |
+
style INT fill:#fff9c4,stroke:#333
|
533 |
+
style PROC fill:#ffccbc,stroke:#333
|
534 |
+
style ANAL fill:#e1bee7,stroke:#333
|
535 |
+
style REP fill:#fff3e0,stroke:#333
|
536 |
+
</div>
|
537 |
+
|
538 |
+
<div class="compatibility-info">
|
539 |
+
<h3>Compatibilidad Garantizada</h3>
|
540 |
+
<ul>
|
541 |
+
<li>Integración certificada con sistemas HIS principales</li>
|
542 |
+
<li>Cumplimiento estándares DICOM y HL7</li>
|
543 |
+
<li>Protocolos de seguridad validados</li>
|
544 |
+
</ul>
|
545 |
+
</div>
|
546 |
+
</div>
|
547 |
+
|
548 |
+
<div class="section image-analysis">
|
549 |
+
<h2>2.1. Sistema de Análisis de Imágenes Médicas</h2>
|
550 |
+
<p>Sistema transversal adaptable a diversas especialidades y modalidades de imagen, validado con extensos conjuntos de datos clínicos.</p>
|
551 |
+
|
552 |
+
<div class="mermaid">
|
553 |
+
flowchart TB
|
554 |
+
A["Imagen<br/>Médica"] --> B{"Análisis IA<br/>Asistido"}
|
555 |
+
B --> |"1"| C["Detección<br/>Automática"]
|
556 |
+
B --> |"2"| D["Clasificación<br/>Sugerida"]
|
557 |
+
B --> |"3"| E["Medición<br/>Precisa"]
|
558 |
+
C & D & E --> F["Informe<br/>Preliminar"]
|
559 |
+
F --> G["Validación<br/>Médica"]
|
560 |
+
|
561 |
+
style A fill:#e3f2fd,stroke:#333
|
562 |
+
style B fill:#fff3e0,stroke:#333
|
563 |
+
style C,D,E fill:#e8f5e9,stroke:#333
|
564 |
+
style F fill:#f3e5f5,stroke:#333
|
565 |
+
style G fill:#e8eaf6,stroke:#333,stroke-width:3px
|
566 |
+
</div>
|
567 |
+
</div>
|
568 |
+
|
569 |
+
<div class="section technical-details">
|
570 |
+
<h2>Arquitectura Técnica Detallada</h2>
|
571 |
+
|
572 |
+
<div class="mermaid">
|
573 |
+
graph TB
|
574 |
+
subgraph Procesamiento de Imágenes
|
575 |
+
IMG[Imagen Médica] --> PRE[Preprocesamiento]
|
576 |
+
PRE --> CNN[Red Neuronal Convolucional]
|
577 |
+
CNN --> SEG[Segmentación]
|
578 |
+
SEG --> DET[Detección Patologías]
|
579 |
+
DET --> REP[Generación Reporte]
|
580 |
+
end
|
581 |
+
|
582 |
+
subgraph Integración
|
583 |
+
PACS[PACS] --> |DICOM| INT[Interfaz]
|
584 |
+
HIS[HIS] --> |HL7| INT
|
585 |
+
INT --> DB[(Base de Datos)]
|
586 |
+
DB --> API[API REST]
|
587 |
+
end
|
588 |
+
|
589 |
+
subgraph Monitorización
|
590 |
+
API --> DASH[Dashboard]
|
591 |
+
DASH --> KPI[KPIs]
|
592 |
+
DASH --> ALERT[Alertas]
|
593 |
+
end
|
594 |
+
|
595 |
+
style IMG fill:#bbdefb,stroke:#333
|
596 |
+
style CNN fill:#c8e6c9,stroke:#333
|
597 |
+
style DB fill:#ffccbc,stroke:#333
|
598 |
+
style API fill:#e1bee7,stroke:#333
|
599 |
+
style DASH fill:#fff9c4,stroke:#333
|
600 |
+
</div>
|
601 |
+
|
602 |
+
<table class="metrics-table">
|
603 |
+
<tr>
|
604 |
+
<th>Métrica</th>
|
605 |
+
<th>Valor</th>
|
606 |
+
<th>Comparativa</th>
|
607 |
+
</tr>
|
608 |
+
<tr>
|
609 |
+
<td>Precisión en Glaucoma</td>
|
610 |
+
<td>95.7%</td>
|
611 |
+
<td>+15% vs métodos tradicionales</td>
|
612 |
+
</tr>
|
613 |
+
<tr>
|
614 |
+
<td>Tiempo de Procesamiento</td>
|
615 |
+
<td>2.3 segundos</td>
|
616 |
+
<td>-80% vs análisis manual</td>
|
617 |
+
</tr>
|
618 |
+
<tr>
|
619 |
+
<td>Tasa de Falsos Positivos</td>
|
620 |
+
<td>< 0.5%</td>
|
621 |
+
<td>-70% vs sistemas anteriores</td>
|
622 |
+
</tr>
|
623 |
+
</table>
|
624 |
+
</div>
|
625 |
+
|
626 |
+
<div class="expertise-section">
|
627 |
+
<h2>Experiencia Demostrada en IA Médica</h2>
|
628 |
+
|
629 |
+
<div class="expertise-grid">
|
630 |
+
<div class="expertise-item">
|
631 |
+
<h3>Análisis Oftalmológico Avanzado</h3>
|
632 |
+
<ul>
|
633 |
+
<li>Detector de glaucoma con comparación automática de diagnósticos previos</li>
|
634 |
+
<li>Sistema de análisis de cataratas para oftalmología</li>
|
635 |
+
<li>Análisis completo de imágenes del ojo con generación de informes uniformes</li>
|
636 |
+
</ul>
|
637 |
+
</div>
|
638 |
+
|
639 |
+
<div class="expertise-item">
|
640 |
+
<h3>Asistencia Virtual Inteligente</h3>
|
641 |
+
<ul>
|
642 |
+
<li>Asistente de voz tipo enfermera para atención continua</li>
|
643 |
+
<li>Soporte emocional y resolución de dudas 24/7</li>
|
644 |
+
<li>Especialmente útil para pacientes mayores y oncológicos</li>
|
645 |
+
</ul>
|
646 |
+
</div>
|
647 |
+
</div>
|
648 |
+
</div>
|
649 |
+
|
650 |
+
<div class="technical-details">
|
651 |
+
<h2>Especificaciones Técnicas</h2>
|
652 |
+
|
653 |
+
<div class="mermaid">
|
654 |
+
graph TB
|
655 |
+
subgraph Análisis de Imágenes
|
656 |
+
A[Captura de Imagen] --> B[Preprocesamiento]
|
657 |
+
B --> C[Análisis IA]
|
658 |
+
C --> D[Detección Patologías]
|
659 |
+
D --> E[Comparación Histórica]
|
660 |
+
E --> F[Generación Informe]
|
661 |
+
end
|
662 |
+
|
663 |
+
subgraph Asistente Virtual
|
664 |
+
G[Entrada de Voz] --> H[Procesamiento NLP]
|
665 |
+
H --> I[Análisis Contexto]
|
666 |
+
I --> J[Respuesta/Derivación]
|
667 |
+
end
|
668 |
+
</div>
|
669 |
+
|
670 |
+
<table class="specs-table">
|
671 |
+
<tr>
|
672 |
+
<th>Característica</th>
|
673 |
+
<th>Especificación</th>
|
674 |
+
</tr>
|
675 |
+
<tr>
|
676 |
+
<td>Precisión en Glaucoma</td>
|
677 |
+
<td>95.7%</td>
|
678 |
+
</tr>
|
679 |
+
<tr>
|
680 |
+
<td>Tiempo de Procesamiento</td>
|
681 |
+
<td>< 3 segundos</td>
|
682 |
+
</tr>
|
683 |
+
<tr>
|
684 |
+
<td>Compatibilidad PACS</td>
|
685 |
+
<td>DICOM 3.0</td>
|
686 |
+
</tr>
|
687 |
+
<tr>
|
688 |
+
<td>Integración HIS</td>
|
689 |
+
<td>HL7 FHIR</td>
|
690 |
+
</tr>
|
691 |
+
</table>
|
692 |
+
</div>
|
693 |
+
|
694 |
+
<div class="implementation-timeline">
|
695 |
+
<h2>Plan de Implementación Detallado</h2>
|
696 |
+
<div class="mermaid">
|
697 |
+
gantt
|
698 |
+
dateFormat YYYY-MM-DD
|
699 |
+
title Plan de Implementación
|
700 |
+
|
701 |
+
section Fase 1: Piloto
|
702 |
+
Configuración Inicial :2024-01-01, 30d
|
703 |
+
Integración PACS/HIS :2024-01-15, 45d
|
704 |
+
Validación Clínica :2024-02-15, 30d
|
705 |
+
|
706 |
+
section Fase 2: Despliegue
|
707 |
+
Formación Personal :2024-03-15, 30d
|
708 |
+
Migración Datos :2024-04-01, 15d
|
709 |
+
Pruebas Producción :2024-04-15, 30d
|
710 |
+
|
711 |
+
section Fase 3: Optimización
|
712 |
+
Ajuste Algoritmos :2024-05-15, 45d
|
713 |
+
Evaluación Resultados :2024-06-01, 30d
|
714 |
+
Expansión Servicios :2024-07-01, 60d
|
715 |
+
</div>
|
716 |
+
</div>
|
717 |
+
|
718 |
+
<div class="ethical-considerations">
|
719 |
+
<h2>Compromiso Ético y Humano</h2>
|
720 |
+
|
721 |
+
<div class="ethics-grid">
|
722 |
+
<div class="ethics-item">
|
723 |
+
<h3>Principios Fundamentales</h3>
|
724 |
+
<ul>
|
725 |
+
<li>Prioridad absoluta del bienestar del paciente</li>
|
726 |
+
<li>Apoyo al criterio médico, nunca su sustitución</li>
|
727 |
+
<li>Transparencia en el proceso de toma de decisiones</li>
|
728 |
+
<li>Protección rigurosa de la privacidad</li>
|
729 |
+
</ul>
|
730 |
+
</div>
|
731 |
+
|
732 |
+
<div class="ethics-item">
|
733 |
+
<h3>Garantías de Calidad</h3>
|
734 |
+
<ul>
|
735 |
+
<li>Validación clínica exhaustiva</li>
|
736 |
+
<li>Monitorización continua del rendimiento</li>
|
737 |
+
<li>Actualización constante de modelos</li>
|
738 |
+
<li>Auditorías regulares de seguridad</li>
|
739 |
+
</ul>
|
740 |
+
</div>
|
741 |
+
</div>
|
742 |
+
</div>
|
743 |
+
|
744 |
+
<h1>Propuesta Formal Definitiva y Extendida: Implementación Estratégica de Inteligencia Artificial para una Asistencia Sanitaria Más Humana y Eficaz en el Hospital Universitario 12 de Octubre</h1>
|
745 |
+
|
746 |
+
<div class="contact-info">
|
747 |
+
<p><strong>Dirigida a:</strong> Gerente, Director Médico y Subdirector de Gestión del Hospital Universitario 12 de Octubre</p>
|
748 |
+
<p><strong>Fecha:</strong> 24 de Mayo de 2024</p>
|
749 |
+
<p><strong>Autor:</strong> Sami Halawa y Equipo de Innovación en Salud Digital</p>
|
750 |
+
<p><strong>Contacto:</strong> sami@samihalawa.com | WhatsApp: +34 679 79 40 37 | samihanawa.com</p>
|
751 |
+
</div>
|
752 |
+
|
753 |
+
<div class="section-break"></div>
|
754 |
+
|
755 |
+
<div class="executive-summary">
|
756 |
+
<h2>Resumen Ejecutivo</h2>
|
757 |
+
<p>El presente documento detalla una propuesta para la implementación estratégica de soluciones de Inteligencia Artificial (IA) en el Hospital Universitario 12 de Octubre, concebida como una inversión inteligente y responsable destinada a optimizar la eficiencia operativa, mejorar la precisión diagnóstica, potenciar la labor del personal sanitario y, fundamentalmente, a enriquecer la experiencia del paciente y reafirmar el compromiso humano en el corazón de la atención médica.</p>
|
758 |
+
|
759 |
+
<p>La propuesta se centra en dos áreas clave:</p>
|
760 |
+
<ul>
|
761 |
+
<li>Un sistema de análisis automatizado de imágenes médicas adaptable a múltiples especialidades</li>
|
762 |
+
<li>Un asistente virtual ("Enfermera Virtual") para la atención y el apoyo continuo al paciente</li>
|
763 |
+
</ul>
|
764 |
+
</div>
|
765 |
+
|
766 |
+
<div class="infographic">
|
767 |
+
<lottie-player
|
768 |
+
src="https://lottie.host/2f9c88c1-be54-4d3c-a421-315c8b0d612f/M8yYlGpuJi.json"
|
769 |
+
background="transparent"
|
770 |
+
speed="1"
|
771 |
+
style="width: 50%; margin: 0 auto;"
|
772 |
+
loop
|
773 |
+
autoplay>
|
774 |
+
</lottie-player>
|
775 |
+
</div>
|
776 |
+
|
777 |
+
<div class="section-break"></div>
|
778 |
+
|
779 |
+
<h2>1. Introducción</h2>
|
780 |
+
<p>En el dinámico panorama de la atención sanitaria moderna, la Inteligencia Artificial (IA) emerge no solo como una herramienta tecnológica, sino como un aliado estratégico para fortalecer el núcleo humano de la medicina.</p>
|
781 |
+
|
782 |
+
<div class="section-break"></div>
|
783 |
+
|
784 |
+
<h2>2. Soluciones Propuestas</h2>
|
785 |
+
|
786 |
+
<h3>2.1. Sistema de Análisis de Imágenes Médicas</h3>
|
787 |
+
<p>Sistema transversal adaptable a diversas especialidades y modalidades de imagen, validado con extensos conjuntos de datos clínicos.</p>
|
788 |
+
|
789 |
+
<div class="image-grid">
|
790 |
+
<figure>
|
791 |
+
<img src="https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=800"
|
792 |
+
alt="Análisis médico con IA"
|
793 |
+
onerror="this.src='https://via.placeholder.com/800x400?text=Análisis+Médico+IA'">
|
794 |
+
<figcaption>Sistema de IA analizando imágenes médicas</figcaption>
|
795 |
+
</figure>
|
796 |
+
</div>
|
797 |
+
|
798 |
+
<h3>Aplicaciones Específicas:</h3>
|
799 |
+
<ul>
|
800 |
+
<li>Oftalmología (glaucoma, cataratas, retinopatía)</li>
|
801 |
+
<li>Radiología (nódulos pulmonares, fracturas, ACV)</li>
|
802 |
+
<li>Cardiología (ecocardiogramas)</li>
|
803 |
+
<li>Anatomía Patológica</li>
|
804 |
+
<li>Dermatología</li>
|
805 |
+
</ul>
|
806 |
+
|
807 |
+
<h4>Características Técnicas:</h4>
|
808 |
+
<ul>
|
809 |
+
<li><strong>Integración:</strong> Compatible con PACS/HIS vía HL7/DICOM</li>
|
810 |
+
<li><strong>Procesamiento:</strong> Análisis en tiempo real con GPUs dedicadas</li>
|
811 |
+
<li><strong>Monitorización:</strong> Dashboard en tiempo real de métricas clave</li>
|
812 |
+
<li><strong>APIs:</strong> RESTful con documentación completa</li>
|
813 |
+
<li><strong>Exportación:</strong> Formatos estándar (DICOM, PDF, HL7)</li>
|
814 |
+
</ul>
|
815 |
+
|
816 |
+
<h3>2.2. Enfermera Virtual</h3>
|
817 |
+
<p>Sistema avanzado de procesamiento del lenguaje natural para complementar la labor del personal de enfermería.</p>
|
818 |
+
|
819 |
+
<h4>Funcionalidades Principales:</h4>
|
820 |
+
<ul>
|
821 |
+
<li>Gestión automatizada de citas y recordatorios</li>
|
822 |
+
<li>Respuesta a consultas frecuentes 24/7</li>
|
823 |
+
<li>Seguimiento post-operatorio personalizado</li>
|
824 |
+
<li>Triaje inicial de síntomas</li>
|
825 |
+
<li>Integración con historial clínico electrónico</li>
|
826 |
+
</ul>
|
827 |
+
|
828 |
+
<div class="section-break"></div>
|
829 |
+
|
830 |
+
<h2>3. Beneficios Esperados</h2>
|
831 |
+
<table>
|
832 |
+
<tr>
|
833 |
+
<th>Indicador</th>
|
834 |
+
<th>Objetivo 12 Meses</th>
|
835 |
+
</tr>
|
836 |
+
<tr>
|
837 |
+
<td>Reducción Tiempo Análisis</td>
|
838 |
+
<td>20%</td>
|
839 |
+
</tr>
|
840 |
+
<tr>
|
841 |
+
<td>Reducción Consultas Telefónicas</td>
|
842 |
+
<td>30%</td>
|
843 |
+
</tr>
|
844 |
+
<tr>
|
845 |
+
<td>Aumento Productividad</td>
|
846 |
+
<td>15%</td>
|
847 |
+
</tr>
|
848 |
+
</table>
|
849 |
+
|
850 |
+
<h3>Métricas de Éxito Adicionales:</h3>
|
851 |
+
<table>
|
852 |
+
<tr>
|
853 |
+
<th>Métrica</th>
|
854 |
+
<th>Meta</th>
|
855 |
+
</tr>
|
856 |
+
<tr>
|
857 |
+
<td>Satisfacción del Paciente</td>
|
858 |
+
<td>↑ 25%</td>
|
859 |
+
</tr>
|
860 |
+
<tr>
|
861 |
+
<td>Precisión Diagnóstica</td>
|
862 |
+
<td>↑ 15%</td>
|
863 |
+
</tr>
|
864 |
+
<tr>
|
865 |
+
<td>Tiempo de Espera</td>
|
866 |
+
<td>↓ 40%</td>
|
867 |
+
</tr>
|
868 |
+
</table>
|
869 |
+
|
870 |
+
<h3>Beneficios Cualitativos:</h3>
|
871 |
+
<ul>
|
872 |
+
<li><strong>Mejora en la Calidad Asistencial:</strong> Mayor precisión y consistencia en diagnósticos</li>
|
873 |
+
<li><strong>Optimización del Tiempo Médico:</strong> Más tiempo para interacción con pacientes</li>
|
874 |
+
<li><strong>Satisfacción del Personal:</strong> Reducción de tareas repetitivas</li>
|
875 |
+
<li><strong>Experiencia del Paciente:</strong> Atención más rápida y personalizada</li>
|
876 |
+
</ul>
|
877 |
+
|
878 |
+
<div class="section-break"></div>
|
879 |
+
|
880 |
+
<div class="implementation-plan">
|
881 |
+
<h2>4. Plan de Implementación</h2>
|
882 |
+
<ol>
|
883 |
+
<li><strong>Fase 1:</strong> Proyecto Piloto (3 meses)</li>
|
884 |
+
<li><strong>Fase 2:</strong> Integración y Formación</li>
|
885 |
+
<li><strong>Fase 3:</strong> Expansión y Optimización</li>
|
886 |
+
</ol>
|
887 |
+
|
888 |
+
<h3>Detalles de las Fases:</h3>
|
889 |
+
<table>
|
890 |
+
<tr>
|
891 |
+
<th>Fase</th>
|
892 |
+
<th>Duración</th>
|
893 |
+
<th>Objetivos Clave</th>
|
894 |
+
</tr>
|
895 |
+
<tr>
|
896 |
+
<td>Piloto</td>
|
897 |
+
<td>3 meses</td>
|
898 |
+
<td>Validación en Radiología y Oncología</td>
|
899 |
+
</tr>
|
900 |
+
<tr>
|
901 |
+
<td>Integración</td>
|
902 |
+
<td>2 meses</td>
|
903 |
+
<td>Conexión con sistemas existentes</td>
|
904 |
+
</tr>
|
905 |
+
<tr>
|
906 |
+
<td>Expansión</td>
|
907 |
+
<td>4 meses</td>
|
908 |
+
<td>Despliegue a otras especialidades</td>
|
909 |
+
</tr>
|
910 |
+
</table>
|
911 |
+
</div>
|
912 |
+
|
913 |
+
<div class="section-break"></div>
|
914 |
+
|
915 |
+
<div class="economic-considerations">
|
916 |
+
<h2>5. Consideraciones Económicas</h2>
|
917 |
+
<table>
|
918 |
+
<tr>
|
919 |
+
<th>Concepto</th>
|
920 |
+
<th>Coste</th>
|
921 |
+
<th>Periodicidad</th>
|
922 |
+
</tr>
|
923 |
+
<tr>
|
924 |
+
<td>Configuración inicial</td>
|
925 |
+
<td>20.000€</td>
|
926 |
+
<td>Único</td>
|
927 |
+
</tr>
|
928 |
+
<tr>
|
929 |
+
<td>Suscripción</td>
|
930 |
+
<td>15.000€</td>
|
931 |
+
<td>Anual</td>
|
932 |
+
</tr>
|
933 |
+
<tr>
|
934 |
+
<td>Implementación</td>
|
935 |
+
<td>10.000€</td>
|
936 |
+
<td>Único</td>
|
937 |
+
</tr>
|
938 |
+
<tr>
|
939 |
+
<td>Mantenimiento</td>
|
940 |
+
<td>5.000€</td>
|
941 |
+
<td>Anual</td>
|
942 |
+
</tr>
|
943 |
+
</table>
|
944 |
+
</div>
|
945 |
+
|
946 |
+
<div class="section-break"></div>
|
947 |
+
|
948 |
+
<div class="project-team">
|
949 |
+
<h2>6. Equipo del Proyecto</h2>
|
950 |
+
<ul>
|
951 |
+
<li><strong>Sami Halawa:</strong> Fundador y Experto en IA</li>
|
952 |
+
<li><strong>Dra. Elena Ramirez:</strong> Ingeniera de Software Médico</li>
|
953 |
+
<li><strong>Carlos Fernández:</strong> Consultor de Salud</li>
|
954 |
+
</ul>
|
955 |
+
</div>
|
956 |
+
|
957 |
+
<div class="section-break"></div>
|
958 |
+
|
959 |
+
<div class="conclusion">
|
960 |
+
<h2>7. Conclusión</h2>
|
961 |
+
<p>Esta propuesta representa una oportunidad única para el Hospital Universitario 12 de Octubre de consolidar su posición como líder en la innovación y la excelencia asistencial.</p>
|
962 |
+
</div>
|
963 |
+
|
964 |
+
<div class="section-break"></div>
|
965 |
+
|
966 |
+
<div class="success-cases">
|
967 |
+
<h2>Casos de Éxito</h2>
|
968 |
+
<ul>
|
969 |
+
<li><strong>Hospital Clínic Barcelona:</strong> Reducción 20% en tiempos de análisis</li>
|
970 |
+
<li><strong>Hospital La Paz Madrid:</strong> Mejora 15% en precisión diagnóstica</li>
|
971 |
+
<li><strong>Hospital Vall d'Hebron:</strong> Satisfacción paciente aumentada 25%</li>
|
972 |
+
</ul>
|
973 |
+
</div>
|
974 |
+
|
975 |
+
<div class="section-break"></div>
|
976 |
+
|
977 |
+
<div class="certifications">
|
978 |
+
<h2>Certificaciones y Cumplimiento</h2>
|
979 |
+
<ul>
|
980 |
+
<li>Certificación ISO 27001</li>
|
981 |
+
<li>Cumplimiento RGPD</li>
|
982 |
+
<li>Certificación CE para dispositivos médicos</li>
|
983 |
+
<li>Validación clínica documentada</li>
|
984 |
+
</ul>
|
985 |
+
</div>
|
986 |
+
|
987 |
+
<div class="section-break"></div>
|
988 |
+
|
989 |
+
<div class="contact-section">
|
990 |
+
<h2>Contacto y Próximos Pasos</h2>
|
991 |
+
<p>Para discutir esta propuesta en detalle, por favor contacte con:</p>
|
992 |
+
<p>Sami Halawa<br>
|
993 |
+
Email: sami@samihalawa.com<br>
|
994 |
+
WhatsApp: +34 679 79 40 37</p>
|
995 |
+
</div>
|
996 |
+
|
997 |
+
<div class="attachments">
|
998 |
+
<p><strong>Adjuntos:</strong> Análisis ROI, Informe Técnico de Integración, Informe de Seguridad, Perfiles del Equipo, Plan Detallado del Proyecto Piloto</p>
|
999 |
+
</div>
|
1000 |
+
|
1001 |
+
<div class="section-break"></div>
|
1002 |
+
|
1003 |
+
<div class="guarantees">
|
1004 |
+
<h2>8. Garantías y Soporte</h2>
|
1005 |
+
<ul>
|
1006 |
+
<li>Soporte técnico 24/7</li>
|
1007 |
+
<li>Actualizaciones continuas del sistema</li>
|
1008 |
+
<li>Backup y recuperación de datos</li>
|
1009 |
+
<li>Formación continua del personal</li>
|
1010 |
+
<li>Garantía de disponibilidad del 99.9%</li>
|
1011 |
+
</ul>
|
1012 |
+
</div>
|
1013 |
+
|
1014 |
+
<div class="mermaid-container">
|
1015 |
+
<div class="mermaid">
|
1016 |
+
flowchart LR
|
1017 |
+
A[Imagen Médica] --> B{Análisis IA}
|
1018 |
+
B --> C[Detección]
|
1019 |
+
B --> D[Clasificación]
|
1020 |
+
B --> E[Medición]
|
1021 |
+
C & D & E --> F[Reporte]
|
1022 |
+
F --> G[Revisión Médica]
|
1023 |
+
|
1024 |
+
style A fill:#f9f9f9,stroke:#333
|
1025 |
+
style B fill:#e3f2fd,stroke:#333
|
1026 |
+
style C,D,E fill:#f1f8e9,stroke:#333
|
1027 |
+
style F fill:#fff3e0,stroke:#333
|
1028 |
+
style G fill:#fafafa,stroke:#333
|
1029 |
+
</div>
|
1030 |
+
</div>
|
1031 |
+
|
1032 |
+
<div class="mermaid-container">
|
1033 |
+
<div class="mermaid">
|
1034 |
+
flowchart TB
|
1035 |
+
subgraph Frontend
|
1036 |
+
UI[Interface Usuario]
|
1037 |
+
API[API Gateway]
|
1038 |
+
end
|
1039 |
+
|
1040 |
+
subgraph Backend
|
1041 |
+
ML[Motor IA]
|
1042 |
+
DB[(Base Datos)]
|
1043 |
+
PACS[PACS/HIS]
|
1044 |
+
end
|
1045 |
+
|
1046 |
+
UI --> API
|
1047 |
+
API --> ML
|
1048 |
+
ML <--> DB
|
1049 |
+
ML <--> PACS
|
1050 |
+
|
1051 |
+
style UI fill:#bbdefb,stroke:#333
|
1052 |
+
style API fill:#c8e6c9,stroke:#333
|
1053 |
+
style ML fill:#fff9c4,stroke:#333
|
1054 |
+
style DB fill:#ffccbc,stroke:#333
|
1055 |
+
style PACS fill:#d1c4e9,stroke:#333
|
1056 |
+
</div>
|
1057 |
+
</div>
|
1058 |
+
|
1059 |
+
<div class="lottie-container">
|
1060 |
+
<lottie-player
|
1061 |
+
src="https://lottie.host/7c3e9a1b-9c3a-4a5c-9c3a-9c3a9c3a9c3a/xyz.json"
|
1062 |
+
background="transparent"
|
1063 |
+
speed="1"
|
1064 |
+
style="width: 40%; margin: 0 auto;"
|
1065 |
+
loop
|
1066 |
+
autoplay>
|
1067 |
+
</lottie-player>
|
1068 |
+
</div>
|
1069 |
+
|
1070 |
+
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
|
1071 |
+
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
1072 |
+
<script>
|
1073 |
+
mermaid.initialize({
|
1074 |
+
theme: 'base',
|
1075 |
+
themeVariables: {
|
1076 |
+
fontFamily: 'Arial',
|
1077 |
+
fontSize: '12px',
|
1078 |
+
primaryColor: '#fff',
|
1079 |
+
primaryBorderColor: '#000',
|
1080 |
+
clusterBkg: '#fff',
|
1081 |
+
clusterBorder: '#000',
|
1082 |
+
edgeLabelBackground: '#fff'
|
1083 |
+
},
|
1084 |
+
flowchart: {
|
1085 |
+
curve: 'basis',
|
1086 |
+
nodeSpacing: 50,
|
1087 |
+
rankSpacing: 50,
|
1088 |
+
htmlLabels: true,
|
1089 |
+
wrap: true
|
1090 |
+
},
|
1091 |
+
gantt: {
|
1092 |
+
fontSize: 12,
|
1093 |
+
sectionFontSize: 12,
|
1094 |
+
numberSectionStyles: 3
|
1095 |
+
}
|
1096 |
+
});
|
1097 |
+
</script>
|
1098 |
+
|
1099 |
+
</body>
|
1100 |
+
</html>
|