Inspección global

library(readxl)
BASE <- read_excel("BASE6-07-2026.xlsx")

library(dlookr)
library(DT)
library(janitor)
library(dplyr)

cols_fecha <- grep("Fecha", names(BASE), value = TRUE) 
BASE1 <- BASE %>% mutate(across(all_of(cols_fecha), ~ as.Date(.x, format = "%d/%m/%Y"))) 
BASE1 <- BASE1 %>% clean_names()

BASE1 <- BASE1 %>%
  clean_names()  # Convierte todo a snake_case automáticamente

diagnose(BASE1) %>% 
  mutate(across(where(is.numeric), ~round(., 1))) %>% 
  left_join(
    tibble(variables = names(BASE1),
           n_valores = sapply(BASE1, function(x) length(unique(x)))),
    by = "variables"
  ) %>% 
  datatable(options = list(pageLength = 25))

Análisis exploratorio filtrando por evento de ingreso

BASE1_ingreso <- BASE1 %>% filter(event_name == "Ingreso")
BASE1_egreso <- BASE1 %>% filter(event_name == "Egreso")

#### INGRESO ####

library(summarytools)
library(dplyr)
print(
  dfSummary(BASE1_ingreso %>% select(-c(record_id))),
  method = 'render'
)

Data Frame Summary

BASE1_ingreso

Dimensions: 1578 x 186
Duplicates: 0
No Variable Stats / Values Freqs (% of Valid) Graph Valid Missing
1 event_name [character] 1. Ingreso
1578(100.0%)
1578 (100.0%) 0 (0.0%)
2 fecha_de_nacimiento [Date]
min : 1923-01-01
med : 1944-02-01
max : 2938-12-04
range : 1015y 11m 3d
1277 distinct values 1574 (99.7%) 4 (0.3%)
3 fecha_de_atencion [Date]
min : 2023-05-23
med : 2024-12-19
max : 2030-05-25
range : 7y 0m 2d
679 distinct values 1578 (100.0%) 0 (0.0%)
4 lugar_de_procedencia [character]
1. BOGOTA, D.C. (BOGOTA, D.C
2. SOACHA (CUNDINAMARCA)
3. IBAGUE (TOLIMA)
4. BOYACA (BOYACA)
5. FUSAGASUGA (CUNDINAMARCA)
6. CHOACHI (CUNDINAMARCA)
7. LA CALERA (CUNDINAMARCA)
8. ZIPAQUIRA (CUNDINAMARCA)
9. CAQUEZA (CUNDINAMARCA)
10. LA MESA (CUNDINAMARCA)
[ 212 others ]
1004(65.5%)
20(1.3%)
14(0.9%)
12(0.8%)
11(0.7%)
10(0.7%)
8(0.5%)
8(0.5%)
7(0.5%)
7(0.5%)
432(28.2%)
1533 (97.1%) 45 (2.9%)
5 edad_calculada [numeric]
Mean (sd) : 77.3 (33.5)
min ≤ med ≤ max:
0 ≤ 81 ≤ 914
IQR (CV) : 15 (0.4)
88 distinct values 1574 (99.7%) 4 (0.3%)
6 sexo [character]
1. Femenino
2. Masculino
864(54.9%)
711(45.1%)
1575 (99.8%) 3 (0.2%)
7 anos_totales_de_escolaridad [numeric]
Mean (sd) : 7.5 (5)
min ≤ med ≤ max:
0 ≤ 5 ≤ 21
IQR (CV) : 7 (0.7)
22 distinct values 1326 (84.0%) 252 (16.0%)
8 eps [character]
1. Aliansalud
2. Compensar
3. Medimas
4. Nueva EPS
5. Otra
6. Sura
87(5.5%)
932(59.1%)
1(0.1%)
389(24.7%)
159(10.1%)
9(0.6%)
1577 (99.9%) 1 (0.1%)
9 cual_otra_eps [character]
1. UNION TEMPORAL CAFAM
2. CAPITAL SALUD
3. UNION TEMPORAL CAFAM CLIN
4. CAFAM
5. Husicb
6. SURAMERICANA
7. UNIDAD DE CARDIOLOGIA CLI
8. Colmedica
9. COMPENSAR
10. COLMEDICA
[ 46 others ]
32(20.1%)
17(10.7%)
9(5.7%)
7(4.4%)
7(4.4%)
7(4.4%)
6(3.8%)
5(3.1%)
5(3.1%)
4(2.5%)
60(37.7%)
159 (10.1%) 1419 (89.9%)
10 descripcion_de_la_ocupacion_actual [character]
1. Cesante y hogar
2. Pensionado
3. Otras labores
4. Sector servicios (hoteles
5. Ciencias administrativas,
6. Labores del campo (agricu
7. Sectores industriales (ma
8. Labores en Construcción
9. Sector Educativo
10. Sector Salud
[ 4 others ]
888(56.7%)
396(25.3%)
92(5.9%)
44(2.8%)
36(2.3%)
28(1.8%)
25(1.6%)
17(1.1%)
14(0.9%)
12(0.8%)
14(0.9%)
1566 (99.2%) 12 (0.8%)
11 descripcion_de_la_ocupacion_previa_a_la_que_mas_tiempo_dedico [character]
1. Cesante y hogar
2. Otras labores
3. Sector servicios (hoteles
4. Sectores industriales (ma
5. Ciencias administrativas,
6. Labores del campo (agricu
7. Labores en Construcción
8. Sector Educativo
9. Sector Salud
10. Labores en arte, diseño o
[ 4 others ]
379(24.6%)
365(23.7%)
198(12.9%)
124(8.1%)
117(7.6%)
103(6.7%)
57(3.7%)
57(3.7%)
46(3.0%)
36(2.3%)
58(3.8%)
1540 (97.6%) 38 (2.4%)
12 fecha_de_ingreso_de_datos_al_sistema [Date]
min : 2023-10-24
med : 2026-03-03
max : 2026-07-03
range : 2y 8m 9d
233 distinct values 1578 (100.0%) 0 (0.0%)
13 descripcion_de_las_personas_que_cuidan_al_paciente [character]
1. Enfermería =5
2. hijas= 2
3. Institucionalizado =7
4. Nadie (no tiene cuidador)
5. Nietos u otros familiares
6. Otra persona =6
7. Pareja=1
13(0.8%)
813(52.2%)
63(4.0%)
74(4.7%)
143(9.2%)
135(8.7%)
317(20.3%)
1558 (98.7%) 20 (1.3%)
14 objetivo_de_la_estancia_en_ume [character]
1. Cuidados especiales
2. Cuidados Paliativo / fin
3. Psicogeriatría
4. Rehabilitación
338(22.6%)
119(8.0%)
179(12.0%)
857(57.4%)
1493 (94.6%) 85 (5.4%)
15 comorbilidades_choice_hipertension_arterial [character]
1. Checked
2. Unchecked
900(57.0%)
678(43.0%)
1578 (100.0%) 0 (0.0%)
16 comorbilidades_choice_diabetes_mellitus_17 [character]
1. Checked
2. Unchecked
358(22.7%)
1220(77.3%)
1578 (100.0%) 0 (0.0%)
17 comorbilidades_choice_cardiopatia_isquemica_enfermedad_coronaria_angina_o_infarto_agudo_a_miocardio [character]
1. Checked
2. Unchecked
288(18.3%)
1290(81.7%)
1578 (100.0%) 0 (0.0%)
18 comorbilidades_choice_arritmia_cardiaca_o_fibrilacion_auricular [character]
1. Checked
2. Unchecked
163(10.3%)
1415(89.7%)
1578 (100.0%) 0 (0.0%)
19 comorbilidades_choice_embolia_pulmonar_trombosis_o_hemorragias [character]
1. Checked
2. Unchecked
107(6.8%)
1471(93.2%)
1578 (100.0%) 0 (0.0%)
20 comorbilidades_choice_enfermedad_cerebrovascular_o_acv [character]
1. Checked
2. Unchecked
216(13.7%)
1362(86.3%)
1578 (100.0%) 0 (0.0%)
21 comorbilidades_choice_otra_enfermedad_cardiaca_o_vascular [character]
1. Checked
2. Unchecked
260(16.5%)
1318(83.5%)
1578 (100.0%) 0 (0.0%)
22 comorbilidades_choice_enfermedad_pulmonar_obstructiva_cronica [character]
1. Checked
2. Unchecked
377(23.9%)
1201(76.1%)
1578 (100.0%) 0 (0.0%)
23 comorbilidades_choice_asma [character]
1. Checked
2. Unchecked
12(0.8%)
1566(99.2%)
1578 (100.0%) 0 (0.0%)
24 comorbilidades_choice_otra_enfermedad_pulmonar [character]
1. Checked
2. Unchecked
119(7.5%)
1459(92.5%)
1578 (100.0%) 0 (0.0%)
25 comorbilidades_choice_radiculopatias_y_discopatias [character]
1. Checked
2. Unchecked
21(1.3%)
1557(98.7%)
1578 (100.0%) 0 (0.0%)
26 comorbilidades_choice_otras_enfermedades_osteomusculares [character]
1. Checked
2. Unchecked
113(7.2%)
1465(92.8%)
1578 (100.0%) 0 (0.0%)
27 comorbilidades_choice_diabetes_mellitus_28 [character]
1. Checked
2. Unchecked
34(2.2%)
1544(97.8%)
1578 (100.0%) 0 (0.0%)
28 comorbilidades_choice_hipotiroidismo [character]
1. Checked
2. Unchecked
426(27.0%)
1152(73.0%)
1578 (100.0%) 0 (0.0%)
29 comorbilidades_choice_osteoporosis [character]
1. Checked
2. Unchecked
190(12.0%)
1388(88.0%)
1578 (100.0%) 0 (0.0%)
30 comorbilidades_choice_osteoartrosis [character]
1. Checked
2. Unchecked
95(6.0%)
1483(94.0%)
1578 (100.0%) 0 (0.0%)
31 comorbilidades_choice_artritis_reumatoide [character]
1. Checked
2. Unchecked
36(2.3%)
1542(97.7%)
1578 (100.0%) 0 (0.0%)
32 comorbilidades_choice_enfermedad_renal [character]
1. Checked
2. Unchecked
225(14.3%)
1353(85.7%)
1578 (100.0%) 0 (0.0%)
33 comorbilidades_choice_cancer [character]
1. Checked
2. Unchecked
352(22.3%)
1226(77.7%)
1578 (100.0%) 0 (0.0%)
34 comorbilidades_choice_infecciones [character]
1. Checked
2. Unchecked
280(17.7%)
1298(82.3%)
1578 (100.0%) 0 (0.0%)
35 comorbilidades_choice_epilepsia [character]
1. Checked
2. Unchecked
47(3.0%)
1531(97.0%)
1578 (100.0%) 0 (0.0%)
36 comorbilidades_choice_otras_enfermedades [character]
1. Checked
2. Unchecked
804(51.0%)
774(49.0%)
1578 (100.0%) 0 (0.0%)
37 comorbilidades_choice_ninguno [character]
1. Checked
2. Unchecked
40(2.5%)
1538(97.5%)
1578 (100.0%) 0 (0.0%)
38 comorbilidades_choice_no_sabe_o_no_hay_registro [character]
1. Checked
2. Unchecked
3(0.2%)
1575(99.8%)
1578 (100.0%) 0 (0.0%)
39 cual_es_el_numero_de_medicamentos_actual_al_ingreso_a_ume [numeric]
Mean (sd) : 7 (3.5)
min ≤ med ≤ max:
0 ≤ 7 ≤ 22
IQR (CV) : 5 (0.5)
22 distinct values 1570 (99.5%) 8 (0.5%)
40 sintomas_cronicos_para_manejar_choice_perdida_de_peso [character]
1. Checked
2. Unchecked
561(35.6%)
1017(64.4%)
1578 (100.0%) 0 (0.0%)
41 sintomas_cronicos_para_manejar_choice_disminucion_de_ingesta_o_hiporexia [character]
1. Checked
2. Unchecked
201(12.7%)
1377(87.3%)
1578 (100.0%) 0 (0.0%)
42 sintomas_cronicos_para_manejar_choice_alteracion_deglutoria_atoramiento_o_tos_durante_la_deglucion [character]
1. Checked
2. Unchecked
315(20.0%)
1263(80.0%)
1578 (100.0%) 0 (0.0%)
43 sintomas_cronicos_para_manejar_choice_incontinencia_urinaria_fecal_o_doble [character]
1. Checked
2. Unchecked
348(22.1%)
1230(77.9%)
1578 (100.0%) 0 (0.0%)
44 sintomas_cronicos_para_manejar_choice_cefalea [character]
1. Checked
2. Unchecked
55(3.5%)
1523(96.5%)
1578 (100.0%) 0 (0.0%)
45 sintomas_cronicos_para_manejar_choice_estrenimiento [character]
1. Checked
2. Unchecked
175(11.1%)
1403(88.9%)
1578 (100.0%) 0 (0.0%)
46 sintomas_cronicos_para_manejar_choice_diarrea [character]
1. Checked
2. Unchecked
47(3.0%)
1531(97.0%)
1578 (100.0%) 0 (0.0%)
47 sintomas_cronicos_para_manejar_choice_fatiga [character]
1. Checked
2. Unchecked
215(13.6%)
1363(86.4%)
1578 (100.0%) 0 (0.0%)
48 sintomas_cronicos_para_manejar_choice_tos_o_expectoracion [character]
1. Checked
2. Unchecked
177(11.2%)
1401(88.8%)
1578 (100.0%) 0 (0.0%)
49 sintomas_cronicos_para_manejar_choice_lesiones_en_la_piel [character]
1. Checked
2. Unchecked
103(6.5%)
1475(93.5%)
1578 (100.0%) 0 (0.0%)
50 sintomas_cronicos_para_manejar_choice_dolor_anginoso [character]
1. Checked
2. Unchecked
20(1.3%)
1558(98.7%)
1578 (100.0%) 0 (0.0%)
51 sintomas_cronicos_para_manejar_choice_alteracion_o_deficit_visual [character]
1. Checked
2. Unchecked
370(23.4%)
1208(76.6%)
1578 (100.0%) 0 (0.0%)
52 sintomas_cronicos_para_manejar_choice_alteracion_o_deficit_auditiva [character]
1. Checked
2. Unchecked
368(23.3%)
1210(76.7%)
1578 (100.0%) 0 (0.0%)
53 sintomas_cronicos_para_manejar_choice_caidas [character]
1. Checked
2. Unchecked
327(20.7%)
1251(79.3%)
1578 (100.0%) 0 (0.0%)
54 sintomas_cronicos_para_manejar_choice_dolor [character]
1. Checked
2. Unchecked
419(26.6%)
1159(73.4%)
1578 (100.0%) 0 (0.0%)
55 mortalidad [character]
All NA's
0 (0.0%) 1578 (100.0%)
56 barthel_actual [numeric]
Mean (sd) : 53.8 (31.9)
min ≤ med ≤ max:
0 ≤ 55 ≤ 100
IQR (CV) : 50 (0.6)
23 distinct values 1553 (98.4%) 25 (1.6%)
57 puntaje_lawton_y_brody [numeric]
Mean (sd) : 2.7 (3)
min ≤ med ≤ max:
0 ≤ 1 ≤ 8
IQR (CV) : 5 (1.1)
0:602(41.3%)
1:157(10.8%)
2:105(7.2%)
3:86(5.9%)
4:74(5.1%)
5:84(5.8%)
6:81(5.6%)
7:56(3.8%)
8:211(14.5%)
1456 (92.3%) 122 (7.7%)
58 numero_de_caidas_en_el_ultimo_ano [numeric]
Mean (sd) : 0.5 (1.2)
min ≤ med ≤ max:
0 ≤ 0 ≤ 13
IQR (CV) : 1 (2.4)
13 distinct values 1482 (93.9%) 96 (6.1%)
59 mna_sf_mini_nutritional_assessment_sf [numeric]
Mean (sd) : 9.1 (3.2)
min ≤ med ≤ max:
0 ≤ 10 ≤ 14
IQR (CV) : 5 (0.3)
15 distinct values 1379 (87.4%) 199 (12.6%)
60 soporte_social [character]
1. Mala red de apoyo
2. Normal
3. Riesgo social
8(0.5%)
1495(95.5%)
63(4.0%)
1566 (99.2%) 12 (0.8%)
61 vive_solo [character]
1. Institucionalizado
2. No sabe/No responde
3. No vive solo
4. Vive solo
84(5.4%)
18(1.2%)
1349(86.6%)
106(6.8%)
1557 (98.7%) 21 (1.3%)
62 se_realizo_la_escala_subjetiva_de_memoria_familiar [character]
1. No
2. Si
710(56.6%)
544(43.4%)
1254 (79.5%) 324 (20.5%)
63 escala_queja_subjetiva_de_memoria_familiar [numeric]
Mean (sd) : 13.8 (12.7)
min ≤ med ≤ max:
0 ≤ 10 ≤ 99
IQR (CV) : 19 (0.9)
45 distinct values 622 (39.4%) 956 (60.6%)
64 se_aplico_el_moca [character]
1. No
2. Si
1320(98.8%)
16(1.2%)
1336 (84.7%) 242 (15.3%)
65 puntaje_total_de_la_escala_montreal_cognitive_assessment [numeric]
Mean (sd) : 1556.6 (6179.6)
min ≤ med ≤ max:
2 ≤ 14 ≤ 24730
IQR (CV) : 13.2 (4)
13 distinct values 16 (1.0%) 1562 (99.0%)
66 se_aplico_cam [character]
1. No
2. Si
167(11.8%)
1252(88.2%)
1419 (89.9%) 159 (10.1%)
67 cam [numeric]
Mean (sd) : 0.9 (1.4)
min ≤ med ≤ max:
0 ≤ 0 ≤ 4
IQR (CV) : 2 (1.5)
0:869(63.8%)
1:105(7.7%)
2:143(10.5%)
3:137(10.1%)
4:109(8.0%)
1363 (86.4%) 215 (13.6%)
68 se_realizo_test_de_mmse [character]
1. No
2. Si
719(83.7%)
140(16.3%)
859 (54.4%) 719 (45.6%)
69 razon_por_la_cual_no_se_realizo_el_test_70 [character]
1. Agitación
2. Comorbilidades limitantes
3. Deterioro cognitivo sever
4. Discapacidad auditiva
5. Discapacidad visual
6. Iletrado
7. Otro
9(1.3%)
21(3.0%)
21(3.0%)
5(0.7%)
3(0.4%)
1(0.1%)
649(91.5%)
709 (44.9%) 869 (55.1%)
70 total_mmse [numeric]
Mean (sd) : 21.5 (7.6)
min ≤ med ≤ max:
0 ≤ 23 ≤ 30
IQR (CV) : 7.5 (0.4)
24 distinct values 139 (8.8%) 1439 (91.2%)
71 se_realizo_escala_npi [character]
1. No
2. Si
869(60.0%)
579(40.0%)
1448 (91.8%) 130 (8.2%)
72 razon_por_la_cual_no_se_realizo_el_test_73 [character]
1. Agitación
2. Comorbilidades limitantes
3. Deterioro cognitivo sever
4. Discapacidad auditiva
5. Iletrado
6. Otro
5(0.6%)
24(2.8%)
22(2.6%)
1(0.1%)
1(0.1%)
800(93.8%)
853 (54.1%) 725 (45.9%)
73 delirios [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
34(6.7%)
18(3.5%)
438(85.7%)
21(4.1%)
511 (32.4%) 1067 (67.6%)
74 alucinaciones [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
23(4.6%)
19(3.8%)
450(89.6%)
10(2.0%)
502 (31.8%) 1076 (68.2%)
75 agitacion_o_agresividad [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
46(9.0%)
28(5.5%)
415(81.4%)
21(4.1%)
510 (32.3%) 1068 (67.7%)
76 agresividad [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
6(1.2%)
7(1.5%)
467(96.9%)
2(0.4%)
482 (30.5%) 1096 (69.5%)
77 depresion_o_disforia [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
69(13.6%)
40(7.9%)
381(75.0%)
18(3.5%)
508 (32.2%) 1070 (67.8%)
78 ansiedad [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
85(16.4%)
36(6.9%)
379(73.0%)
19(3.7%)
519 (32.9%) 1059 (67.1%)
79 euforia_o_exaltacion [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
12(2.4%)
1(0.2%)
471(96.1%)
6(1.2%)
490 (31.1%) 1088 (68.9%)
80 apatia_o_indiferencia [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
66(12.9%)
30(5.9%)
393(76.9%)
22(4.3%)
511 (32.4%) 1067 (67.6%)
81 perdida_de_la_inhibicion [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
27(5.4%)
14(2.8%)
453(90.2%)
8(1.6%)
502 (31.8%) 1076 (68.2%)
82 irritabilidad_o_labilidad [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
77(14.8%)
40(7.7%)
382(73.2%)
23(4.4%)
522 (33.1%) 1056 (66.9%)
83 disturbio_motor [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
36(7.2%)
19(3.8%)
433(86.8%)
11(2.2%)
499 (31.6%) 1079 (68.4%)
84 conducta_nocturna [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
113(21.5%)
51(9.7%)
338(64.4%)
23(4.4%)
525 (33.3%) 1053 (66.7%)
85 apetito_o_alimentacion [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
65(12.9%)
20(4.0%)
403(79.8%)
17(3.4%)
505 (32.0%) 1073 (68.0%)
86 npi_total_87 [numeric]
Mean (sd) : 2.8 (4.3)
min ≤ med ≤ max:
0 ≤ 1 ≤ 30
IQR (CV) : 4 (1.5)
23 distinct values 471 (29.8%) 1107 (70.2%)
87 npi_total_88 [numeric]
Mean (sd) : 3.5 (4.9)
min ≤ med ≤ max:
0 ≤ 1 ≤ 30
IQR (CV) : 5 (1.4)
26 distinct values 521 (33.0%) 1057 (67.0%)
88 diagnosticos_neurocognitivo [character]
1. Ninguno
2. Trastorno neurocognitivo
3. Trastorno neurocognitivo
4. Trastorno neurocognitivo
5. Sin evidencia de alteraci
6. Trastorno neurocognitivo
7. Alteraciones disejecutiva
8. Trastorno neurocognitivo
9. Trastorno neurocognitivo
10. Trastorno neurocognitivo
[ 3 others ]
806(52.1%)
209(13.5%)
171(11.1%)
103(6.7%)
78(5.0%)
55(3.6%)
41(2.7%)
31(2.0%)
18(1.2%)
14(0.9%)
21(1.4%)
1547 (98.0%) 31 (2.0%)
89 diagnostico_indice_de_la_hospitalizacion [character]
1. N390 - INFECCION DE VIAS
2. I679 - ENFERMEDAD CEREBRO
3. I500 - INSUFICIENCIA CARD
4. J189 - NEUMONIA, NO ESPEC
5. J441 - ENFERMEDAD PULMONA
6. F03X - DEMENCIA , NO ESPE
7. J159 - NEUMONIA BACTERIAN
8. J449 - ENFERMEDAD PULMONA
9. A09X - DIARREA Y GASTROEN
10. I10X - HIPERTENSION ESENC
[ 514 others ]
139(9.2%)
60(4.0%)
40(2.6%)
37(2.4%)
35(2.3%)
27(1.8%)
26(1.7%)
25(1.7%)
21(1.4%)
19(1.3%)
1085(71.7%)
1514 (95.9%) 64 (4.1%)
90 diagnosticos_neurologicos_choice_ataque_cerebrovascular [character]
1. Checked
2. Unchecked
210(13.3%)
1368(86.7%)
1578 (100.0%) 0 (0.0%)
91 diagnosticos_neurologicos_choice_enfermedad_de_parkinson [character]
1. Checked
2. Unchecked
53(3.4%)
1525(96.6%)
1578 (100.0%) 0 (0.0%)
92 diagnosticos_neurologicos_choice_epilepsia [character]
1. Checked
2. Unchecked
60(3.8%)
1518(96.2%)
1578 (100.0%) 0 (0.0%)
93 diagnosticos_neurologicos_choice_otros_trastornos_neurologicos_prevalentes [character]
1. Checked
2. Unchecked
60(3.8%)
1518(96.2%)
1578 (100.0%) 0 (0.0%)
94 diagnosticos_neurologicos_choice_esclerosis_multiple [character]
1. Checked
2. Unchecked
2(0.1%)
1576(99.9%)
1578 (100.0%) 0 (0.0%)
95 diagnosticos_neurologicos_choice_enfermedades_desmielinizantes [character]
1. Checked
2. Unchecked
13(0.8%)
1565(99.2%)
1578 (100.0%) 0 (0.0%)
96 diagnosticos_neurologicos_choice_otros_trastornos_neuropsiquiatricos [character]
1. Checked
2. Unchecked
19(1.2%)
1559(98.8%)
1578 (100.0%) 0 (0.0%)
97 diagnosticos_neurologicos_choice_enfermedad_de_huntignton [character] 1. Unchecked
1578(100.0%)
1578 (100.0%) 0 (0.0%)
98 diagnosticos_neurologicos_choice_esclerosis_lateral_amiotrofica [character]
1. Checked
2. Unchecked
5(0.3%)
1573(99.7%)
1578 (100.0%) 0 (0.0%)
99 diagnosticos_neurologicos_choice_atrofia_de_multiples_sistemas [character]
1. Checked
2. Unchecked
1(0.1%)
1577(99.9%)
1578 (100.0%) 0 (0.0%)
100 diagnosticos_neurologicos_choice_degeneracion_corticobasal [character] 1. Unchecked
1578(100.0%)
1578 (100.0%) 0 (0.0%)
101 diagnosticos_neurologicos_choice_enfermedades_paraneoplasicas [character]
1. Checked
2. Unchecked
6(0.4%)
1572(99.6%)
1578 (100.0%) 0 (0.0%)
102 diagnosticos_neurologicos_choice_enfermedades_mitocondriales [character]
1. Checked
2. Unchecked
1(0.1%)
1577(99.9%)
1578 (100.0%) 0 (0.0%)
103 diagnosticos_neurologicos_choice_paralisis_supranuclear_progresiva [character]
1. Checked
2. Unchecked
4(0.3%)
1574(99.7%)
1578 (100.0%) 0 (0.0%)
104 diagnosticos_neurologicos_choice_otro_trastorno_neurologico [character]
1. Checked
2. Unchecked
122(7.7%)
1456(92.3%)
1578 (100.0%) 0 (0.0%)
105 diagnosticos_neurologicos_choice_apnea_del_sueno [character]
1. Checked
2. Unchecked
95(6.0%)
1483(94.0%)
1578 (100.0%) 0 (0.0%)
106 diagnosticos_neurologicos_choice_ninguno [character]
1. Checked
2. Unchecked
1003(63.6%)
575(36.4%)
1578 (100.0%) 0 (0.0%)
107 sintomas_comportamentales [character]
1. No
2. No sabe/No responde
3. Sí
1047(67.4%)
31(2.0%)
476(30.6%)
1554 (98.5%) 24 (1.5%)
108 reporte_de_diagnosticos_psiquiatricos [character]
1. Ninguno
2. Delirium
3. Otro diagnóstico psiquiát
4. Trastornos psiquiátricos
5. Trastornos psiquiátricos
6. Trastornos psiquiátricos
7. Trastornos psiquiátricos
8. Trastorno o rasgos de per
9. Trastornos psiquiátricos
10. Trastornos psiquiátricos
[ 3 others ]
863(56.1%)
404(26.3%)
89(5.8%)
72(4.7%)
27(1.8%)
18(1.2%)
14(0.9%)
13(0.8%)
11(0.7%)
10(0.7%)
16(1.0%)
1537 (97.4%) 41 (2.6%)
109 reporte_de_intervenciones_no_farmacologicas_para_control_de_diagnosticos_psiquiatricos_choice_psicoterapia_o_terapia_cognitiva_conductual [character]
1. Checked
2. Unchecked
33(2.1%)
1545(97.9%)
1578 (100.0%) 0 (0.0%)
110 reporte_de_intervenciones_no_farmacologicas_para_control_de_diagnosticos_psiquiatricos_choice_seguimiento_por_psiquiatria [character]
1. Checked
2. Unchecked
516(32.7%)
1062(67.3%)
1578 (100.0%) 0 (0.0%)
111 reporte_de_intervenciones_no_farmacologicas_para_control_de_diagnosticos_psiquiatricos_choice_otras_terapias_no_farmacologicas_psiquiatricas [character]
1. Checked
2. Unchecked
136(8.6%)
1442(91.4%)
1578 (100.0%) 0 (0.0%)
112 reporte_de_intervenciones_no_farmacologicas_para_control_de_diagnosticos_psiquiatricos_choice_ninguna [character]
1. Checked
2. Unchecked
981(62.2%)
597(37.8%)
1578 (100.0%) 0 (0.0%)
113 destino_del_egreso [character]
All NA's
0 (0.0%) 1578 (100.0%)
114 causa_del_traslado_a_hospitalizacion [logical]
All NA's
0 (0.0%) 1578 (100.0%)
115 tiempo_de_estancia [numeric]
All NA's
0 (0.0%) 1578 (100.0%)
116 medicamentos_al_egreso [numeric]
All NA's
0 (0.0%) 1578 (100.0%)
117 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_ocupacional [character]
1. Checked
2. Unchecked
1446(91.6%)
132(8.4%)
1578 (100.0%) 0 (0.0%)
118 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_fisica [character]
1. Checked
2. Unchecked
1487(94.2%)
91(5.8%)
1578 (100.0%) 0 (0.0%)
119 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_de_lenguaje_o_fonoaudiologia [character]
1. Checked
2. Unchecked
973(61.7%)
605(38.3%)
1578 (100.0%) 0 (0.0%)
120 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_vestibular [character]
1. Checked
2. Unchecked
1(0.1%)
1577(99.9%)
1578 (100.0%) 0 (0.0%)
121 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_respiratorias [character]
1. Checked
2. Unchecked
764(48.4%)
814(51.6%)
1578 (100.0%) 0 (0.0%)
122 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_suplementacion_o_ajuste_dietarios [character]
1. Checked
2. Unchecked
420(26.6%)
1158(73.4%)
1578 (100.0%) 0 (0.0%)
123 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_otras_terapias [character]
1. Checked
2. Unchecked
13(0.8%)
1565(99.2%)
1578 (100.0%) 0 (0.0%)
124 cuales [character]
1. ANTICOAGULACION
2. cuidados de fin de vida
3. intervención por parte de
4. NEUROPSICOLOGIA
5. ninguna
6. Ninguna
7. NINGUNA
8. Nutricional
9. Psicologia
10. psicología
11. Psicologia Clinica
1(8.3%)
1(8.3%)
1(8.3%)
1(8.3%)
1(8.3%)
1(8.3%)
2(16.7%)
1(8.3%)
1(8.3%)
1(8.3%)
1(8.3%)
12 (0.8%) 1566 (99.2%)
125 reporte_de_valoraciones_por_otros_especialistas [character]
1. No
2. Si
459(29.5%)
1099(70.5%)
1558 (98.7%) 20 (1.3%)
126 cual_es_choice_cardiologia [character]
1. Checked
2. Unchecked
29(1.8%)
1549(98.2%)
1578 (100.0%) 0 (0.0%)
127 cual_es_choice_clinica_de_anticoagulacion [character]
1. Checked
2. Unchecked
15(1.0%)
1563(99.0%)
1578 (100.0%) 0 (0.0%)
128 cual_es_choice_cuidado_paliativo [character]
1. Checked
2. Unchecked
70(4.4%)
1508(95.6%)
1578 (100.0%) 0 (0.0%)
129 cual_es_choice_cuidados_especiales [character]
1. Checked
2. Unchecked
25(1.6%)
1553(98.4%)
1578 (100.0%) 0 (0.0%)
130 cual_es_choice_electrofisiologia [character]
1. Checked
2. Unchecked
8(0.5%)
1570(99.5%)
1578 (100.0%) 0 (0.0%)
131 cual_es_choice_endocrinologia [character]
1. Checked
2. Unchecked
12(0.8%)
1566(99.2%)
1578 (100.0%) 0 (0.0%)
132 cual_es_choice_fisiatria [character]
1. Checked
2. Unchecked
495(31.4%)
1083(68.6%)
1578 (100.0%) 0 (0.0%)
133 cual_es_choice_ictus [character]
1. Checked
2. Unchecked
3(0.2%)
1575(99.8%)
1578 (100.0%) 0 (0.0%)
134 cual_es_choice_infectologia [character]
1. Checked
2. Unchecked
161(10.2%)
1417(89.8%)
1578 (100.0%) 0 (0.0%)
135 cual_es_choice_nefrologia [character]
1. Checked
2. Unchecked
12(0.8%)
1566(99.2%)
1578 (100.0%) 0 (0.0%)
136 cual_es_choice_neurocirugia [character]
1. Checked
2. Unchecked
36(2.3%)
1542(97.7%)
1578 (100.0%) 0 (0.0%)
137 cual_es_choice_neurologia [character]
1. Checked
2. Unchecked
130(8.2%)
1448(91.8%)
1578 (100.0%) 0 (0.0%)
138 cual_es_choice_ortopedia [character]
1. Checked
2. Unchecked
52(3.3%)
1526(96.7%)
1578 (100.0%) 0 (0.0%)
139 cual_es_choice_psicogeriatria [character]
1. Checked
2. Unchecked
473(30.0%)
1105(70.0%)
1578 (100.0%) 0 (0.0%)
140 motivo_de_la_interconsulta_choice_delirium [character]
1. Checked
2. Unchecked
194(12.3%)
1384(87.7%)
1578 (100.0%) 0 (0.0%)
141 motivo_de_la_interconsulta_choice_sintomas_comportamentales_no_delirium [character]
1. Checked
2. Unchecked
167(10.6%)
1411(89.4%)
1578 (100.0%) 0 (0.0%)
142 motivo_de_la_interconsulta_choice_sintomatologia_afectiva [character]
1. Checked
2. Unchecked
114(7.2%)
1464(92.8%)
1578 (100.0%) 0 (0.0%)
143 motivo_de_la_interconsulta_choice_ideas_de_muerte_suicidio [character]
1. Checked
2. Unchecked
13(0.8%)
1565(99.2%)
1578 (100.0%) 0 (0.0%)
144 motivo_de_la_interconsulta_choice_ideacion_delirante_alucinaciones [character]
1. Checked
2. Unchecked
5(0.3%)
1573(99.7%)
1578 (100.0%) 0 (0.0%)
145 motivo_de_la_interconsulta_choice_acompanamiento_psicoterapeutico [character]
1. Checked
2. Unchecked
136(8.6%)
1442(91.4%)
1578 (100.0%) 0 (0.0%)
146 motivo_de_la_interconsulta_choice_capacidad_de_toma_de_decisiones [character]
1. Checked
2. Unchecked
3(0.2%)
1575(99.8%)
1578 (100.0%) 0 (0.0%)
147 motivo_de_la_interconsulta_choice_evaluacion_del_manejo_psicofarmacologico [character]
1. Checked
2. Unchecked
51(3.2%)
1527(96.8%)
1578 (100.0%) 0 (0.0%)
148 motivo_de_la_interconsulta_choice_manejo_de_abstinencia_intoxicacion [character]
1. Checked
2. Unchecked
3(0.2%)
1575(99.8%)
1578 (100.0%) 0 (0.0%)
149 motivo_de_la_interconsulta_choice_abordaje_de_dificultades_entre_equipo_medico_y_paciente_grupo_familiar [character]
1. Checked
2. Unchecked
1(0.1%)
1577(99.9%)
1578 (100.0%) 0 (0.0%)
150 reporte_de_intervenciones_psicosociales_choice_valoracion_por_trabajo_social [character]
1. Checked
2. Unchecked
500(31.7%)
1078(68.3%)
1578 (100.0%) 0 (0.0%)
151 reporte_de_intervenciones_psicosociales_choice_psicoeducacion_familiar [character]
1. Checked
2. Unchecked
611(38.7%)
967(61.3%)
1578 (100.0%) 0 (0.0%)
152 escala_de_funcionalidad_de_john_hopkins [logical]
All NA's
0 (0.0%) 1578 (100.0%)
153 evaluacion_guss_de_deglucion [logical] 1. TRUE
75(100.0%)
75 (4.8%) 1503 (95.2%)
154 se_realizo_bateria_corta_de_ejecucion_fisica_sppb [character]
1. No
2. Si
971(71.8%)
382(28.2%)
1353 (85.7%) 225 (14.3%)
155 equilibrio_imagen_1_un_pie_al_lado_del_otro [character]
1. > 10 seg (0)
2. 10 seg (1)
80(37.2%)
135(62.8%)
215 (13.6%) 1363 (86.4%)
156 equilibrio_imagen_2_posision_semi_tandem [character]
1. > 10 seg (0)
2. 10 seg (1)
105(49.1%)
109(50.9%)
214 (13.6%) 1364 (86.4%)
157 equilibrio_imagen_3_posicion_tandem [character]
1. > de 3 seg (0)
2. 10 seg (2)
3. entre 3 y 9 seg (1)
132(63.8%)
49(23.7%)
26(12.6%)
207 (13.1%) 1371 (86.9%)
158 velocidad_de_la_marcha [character]
1. < 4,82s (4)
2. > 8,7s (1)
3. entre 4,82 y 6,20s (3)
4. entre 6,21 y 8,7s (2)
5. Incapaz (0)
19(8.8%)
76(35.3%)
23(10.7%)
37(17.2%)
60(27.9%)
215 (13.6%) 1363 (86.4%)
159 levantarse_de_la_silla [character]
1. Entre 11,20 y 13,69s (3)
2. Entre 13,70 y 16,69 s (2)
3. Entre 16,7 y 59 s (1)
4. más de 60s o incapaz (0)
5. menos de 11,19 s (4)
11(5.1%)
15(6.9%)
35(16.1%)
128(59.0%)
28(12.9%)
217 (13.8%) 1361 (86.2%)
160 total_spb [numeric]
Mean (sd) : 4.4 (7.3)
min ≤ med ≤ max:
0 ≤ 3 ≤ 95
IQR (CV) : 7 (1.6)
15 distinct values 380 (24.1%) 1198 (75.9%)
161 escalas_o_test_psicometricos_fim_reportar_porcentaje [numeric]
Mean (sd) : 64 (30)
min ≤ med ≤ max:
0 ≤ 65 ≤ 126
IQR (CV) : 46 (0.5)
204 distinct values 1123 (71.2%) 455 (28.8%)
162 se_valor_por_fisiatria [character]
1. No
2. Si
1120(80.0%)
280(20.0%)
1400 (88.7%) 178 (11.3%)
163 sarc_f [numeric]
Mean (sd) : 1.2 (2)
min ≤ med ≤ max:
0 ≤ 0 ≤ 10
IQR (CV) : 2 (1.7)
0:56(62.9%)
1:6(6.7%)
2:9(10.1%)
3:8(9.0%)
4:3(3.4%)
5:4(4.5%)
6:1(1.1%)
8:1(1.1%)
10:1(1.1%)
89 (5.6%) 1489 (94.4%)
164 se_puede_realizar_bio_impedancia [character] 1. No
4(100.0%)
4 (0.3%) 1574 (99.7%)
165 porcentaje_de_masa_corporal_magra [logical]
All NA's
0 (0.0%) 1578 (100.0%)
166 masa_celular_corporal [logical]
All NA's
0 (0.0%) 1578 (100.0%)
167 masa_grasa [logical]
All NA's
0 (0.0%) 1578 (100.0%)
168 impedancia_biometrica_choice_obesidad_creciente [character] 1. Unchecked
1578(100.0%)
1578 (100.0%) 0 (0.0%)
169 impedancia_biometrica_choice_obesidad_sarcopenia_creciente [character] 1. Unchecked
1578(100.0%)
1578 (100.0%) 0 (0.0%)
170 impedancia_biometrica_choice_magrez_creciente [character] 1. Unchecked
1578(100.0%)
1578 (100.0%) 0 (0.0%)
171 impedancia_biometrica_choice_masa_muscular_creciente [character] 1. Unchecked
1578(100.0%)
1578 (100.0%) 0 (0.0%)
172 eating_assessment_tool_eat_10 [numeric]
Mean (sd) : 2.5 (7.1)
min ≤ med ≤ max:
0 ≤ 0 ≤ 40
IQR (CV) : 0 (2.8)
20 distinct values 239 (15.1%) 1339 (84.9%)
173 medical_research_council_modificated [numeric]
Mean (sd) : 7.9 (19.7)
min ≤ med ≤ max:
0 ≤ 0 ≤ 99
IQR (CV) : 0 (2.5)
11 distinct values 234 (14.8%) 1344 (85.2%)
174 goal_assessment_scale_gas [numeric]
Mean (sd) : 4.8 (12.5)
min ≤ med ≤ max:
0 ≤ 0 ≤ 38
IQR (CV) : 0 (2.6)
0:183(87.1%)
36:9(4.3%)
37:6(2.9%)
38:12(5.7%)
210 (13.3%) 1368 (86.7%)
175 movilidad_escala_eq_5d [numeric]
Mean (sd) : 0.5 (1.3)
min ≤ med ≤ max:
0 ≤ 0 ≤ 6
IQR (CV) : 0 (2.4)
0:183(82.8%)
1:5(2.3%)
2:7(3.2%)
3:10(4.5%)
4:10(4.5%)
5:5(2.3%)
6:1(0.5%)
221 (14.0%) 1357 (86.0%)
176 cuidado_personal_escala_eq_5d [numeric]
Mean (sd) : 0.4 (1)
min ≤ med ≤ max:
0 ≤ 0 ≤ 5
IQR (CV) : 0 (2.8)
0:184(85.6%)
1:8(3.7%)
2:6(2.8%)
3:10(4.7%)
4:4(1.9%)
5:3(1.4%)
215 (13.6%) 1363 (86.4%)
177 actividades_cotidianas_escala_eq_5d [numeric]
Mean (sd) : 0.4 (1.1)
min ≤ med ≤ max:
0 ≤ 0 ≤ 5
IQR (CV) : 0 (2.7)
0:183(85.9%)
1:3(1.4%)
2:10(4.7%)
3:9(4.2%)
4:5(2.3%)
5:3(1.4%)
213 (13.5%) 1365 (86.5%)
178 dolor_malestar_escala_eq_5d [numeric]
Mean (sd) : 0.3 (0.9)
min ≤ med ≤ max:
0 ≤ 0 ≤ 5
IQR (CV) : 0 (2.9)
0:188(85.8%)
1:11(5.0%)
2:9(4.1%)
3:7(3.2%)
5:4(1.8%)
219 (13.9%) 1359 (86.1%)
179 ansiedad_depresion_escala_eq_5d [numeric]
Mean (sd) : 0.2 (0.7)
min ≤ med ≤ max:
0 ≤ 0 ≤ 5
IQR (CV) : 0 (3.2)
0:185(86.0%)
1:24(11.2%)
2:2(0.9%)
3:2(0.9%)
5:2(0.9%)
215 (13.6%) 1363 (86.4%)
180 ena [numeric]
Mean (sd) : 8 (22.1)
min ≤ med ≤ max:
0 ≤ 0 ≤ 95
IQR (CV) : 0 (2.8)
0:185(87.3%)
20:1(0.5%)
30:1(0.5%)
50:8(3.8%)
60:6(2.8%)
65:2(0.9%)
70:2(0.9%)
80:1(0.5%)
90:5(2.4%)
95:1(0.5%)
212 (13.4%) 1366 (86.6%)
181 peso_kg [numeric]
Mean (sd) : 60.3 (16.9)
min ≤ med ≤ max:
0 ≤ 58 ≤ 186
IQR (CV) : 18 (0.3)
85 distinct values 1208 (76.6%) 370 (23.4%)
182 talla_cm [numeric]
Mean (sd) : 154.7 (21.5)
min ≤ med ≤ max:
0 ≤ 157 ≤ 183
IQR (CV) : 14 (0.1)
62 distinct values 1120 (71.0%) 458 (29.0%)
183 indice_de_masa_corporal [numeric]
Mean (sd) : 22.9 (5.5)
min ≤ med ≤ max:
0 ≤ 22.8 ≤ 42
IQR (CV) : 6 (0.2)
156 distinct values 471 (29.8%) 1107 (70.2%)
184 indice_de_masa_corporal_calculado [numeric]
Mean (sd) : Inf (NaN)
min ≤ med ≤ max:
13.1 ≤ 23.4 ≤ Inf
IQR (CV) : 6.1 (NaN)
571 distinct values 1018 (64.5%) 560 (35.5%)
185 escala_de_norton_para_riesgo_de_upp [numeric]
Mean (sd) : 15.2 (3.5)
min ≤ med ≤ max:
5 ≤ 16 ≤ 20
IQR (CV) : 5 (0.2)
16 distinct values 1431 (90.7%) 147 (9.3%)
186 complete [character]
1. Complete
2. Incomplete
3. Unverified
1431(90.7%)
14(0.9%)
133(8.4%)
1578 (100.0%) 0 (0.0%)

Generated by summarytools 1.1.4 (R version 4.4.2)
2026-07-06

Análisis exploratorio filtrando por evento de egreso

print(
  dfSummary(BASE1_egreso %>% select(-c(record_id))),
  method = 'render'
)

Data Frame Summary

BASE1_egreso

Dimensions: 1569 x 186
Duplicates: 13
No Variable Stats / Values Freqs (% of Valid) Graph Valid Missing
1 event_name [character] 1. Egreso
1569(100.0%)
1569 (100.0%) 0 (0.0%)
2 fecha_de_nacimiento [Date]
All NA's
0 (0.0%) 1569 (100.0%)
3 fecha_de_atencion [Date]
All NA's
0 (0.0%) 1569 (100.0%)
4 lugar_de_procedencia [character]
All NA's
0 (0.0%) 1569 (100.0%)
5 edad_calculada [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
6 sexo [character]
All NA's
0 (0.0%) 1569 (100.0%)
7 anos_totales_de_escolaridad [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
8 eps [character]
All NA's
0 (0.0%) 1569 (100.0%)
9 cual_otra_eps [character]
All NA's
0 (0.0%) 1569 (100.0%)
10 descripcion_de_la_ocupacion_actual [character]
All NA's
0 (0.0%) 1569 (100.0%)
11 descripcion_de_la_ocupacion_previa_a_la_que_mas_tiempo_dedico [character]
All NA's
0 (0.0%) 1569 (100.0%)
12 fecha_de_ingreso_de_datos_al_sistema [Date]
min : 2023-10-31
med : 2026-03-03
max : 2026-07-03
range : 2y 8m 3d
227 distinct values 1569 (100.0%) 0 (0.0%)
13 descripcion_de_las_personas_que_cuidan_al_paciente [character]
All NA's
0 (0.0%) 1569 (100.0%)
14 objetivo_de_la_estancia_en_ume [character]
1. Cuidados especiales
2. Cuidados Paliativo / fin
3. Psicogeriatría
4. Rehabilitación
2(4.3%)
5(10.6%)
2(4.3%)
38(80.9%)
47 (3.0%) 1522 (97.0%)
15 comorbilidades_choice_hipertension_arterial [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
16 comorbilidades_choice_diabetes_mellitus_17 [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
17 comorbilidades_choice_cardiopatia_isquemica_enfermedad_coronaria_angina_o_infarto_agudo_a_miocardio [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
18 comorbilidades_choice_arritmia_cardiaca_o_fibrilacion_auricular [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
19 comorbilidades_choice_embolia_pulmonar_trombosis_o_hemorragias [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
20 comorbilidades_choice_enfermedad_cerebrovascular_o_acv [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
21 comorbilidades_choice_otra_enfermedad_cardiaca_o_vascular [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
22 comorbilidades_choice_enfermedad_pulmonar_obstructiva_cronica [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
23 comorbilidades_choice_asma [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
24 comorbilidades_choice_otra_enfermedad_pulmonar [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
25 comorbilidades_choice_radiculopatias_y_discopatias [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
26 comorbilidades_choice_otras_enfermedades_osteomusculares [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
27 comorbilidades_choice_diabetes_mellitus_28 [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
28 comorbilidades_choice_hipotiroidismo [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
29 comorbilidades_choice_osteoporosis [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
30 comorbilidades_choice_osteoartrosis [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
31 comorbilidades_choice_artritis_reumatoide [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
32 comorbilidades_choice_enfermedad_renal [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
33 comorbilidades_choice_cancer [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
34 comorbilidades_choice_infecciones [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
35 comorbilidades_choice_epilepsia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
36 comorbilidades_choice_otras_enfermedades [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
37 comorbilidades_choice_ninguno [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
38 comorbilidades_choice_no_sabe_o_no_hay_registro [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
39 cual_es_el_numero_de_medicamentos_actual_al_ingreso_a_ume [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
40 sintomas_cronicos_para_manejar_choice_perdida_de_peso [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
41 sintomas_cronicos_para_manejar_choice_disminucion_de_ingesta_o_hiporexia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
42 sintomas_cronicos_para_manejar_choice_alteracion_deglutoria_atoramiento_o_tos_durante_la_deglucion [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
43 sintomas_cronicos_para_manejar_choice_incontinencia_urinaria_fecal_o_doble [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
44 sintomas_cronicos_para_manejar_choice_cefalea [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
45 sintomas_cronicos_para_manejar_choice_estrenimiento [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
46 sintomas_cronicos_para_manejar_choice_diarrea [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
47 sintomas_cronicos_para_manejar_choice_fatiga [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
48 sintomas_cronicos_para_manejar_choice_tos_o_expectoracion [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
49 sintomas_cronicos_para_manejar_choice_lesiones_en_la_piel [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
50 sintomas_cronicos_para_manejar_choice_dolor_anginoso [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
51 sintomas_cronicos_para_manejar_choice_alteracion_o_deficit_visual [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
52 sintomas_cronicos_para_manejar_choice_alteracion_o_deficit_auditiva [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
53 sintomas_cronicos_para_manejar_choice_caidas [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
54 sintomas_cronicos_para_manejar_choice_dolor [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
55 mortalidad [character]
1. No
2. Si
1406(90.5%)
148(9.5%)
1554 (99.0%) 15 (1.0%)
56 barthel_actual [numeric]
Mean (sd) : 20807 (649472.7)
min ≤ med ≤ max:
0 ≤ 70 ≤ 20331772
IQR (CV) : 55 (31.2)
24 distinct values 980 (62.5%) 589 (37.5%)
57 puntaje_lawton_y_brody [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
58 numero_de_caidas_en_el_ultimo_ano [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
59 mna_sf_mini_nutritional_assessment_sf [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
60 soporte_social [character]
All NA's
0 (0.0%) 1569 (100.0%)
61 vive_solo [character]
All NA's
0 (0.0%) 1569 (100.0%)
62 se_realizo_la_escala_subjetiva_de_memoria_familiar [character]
All NA's
0 (0.0%) 1569 (100.0%)
63 escala_queja_subjetiva_de_memoria_familiar [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
64 se_aplico_el_moca [character]
All NA's
0 (0.0%) 1569 (100.0%)
65 puntaje_total_de_la_escala_montreal_cognitive_assessment [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
66 se_aplico_cam [character]
All NA's
0 (0.0%) 1569 (100.0%)
67 cam [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
68 se_realizo_test_de_mmse [character]
All NA's
0 (0.0%) 1569 (100.0%)
69 razon_por_la_cual_no_se_realizo_el_test_70 [character]
All NA's
0 (0.0%) 1569 (100.0%)
70 total_mmse [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
71 se_realizo_escala_npi [character]
1. No
2. Si
1180(90.6%)
122(9.4%)
1302 (83.0%) 267 (17.0%)
72 razon_por_la_cual_no_se_realizo_el_test_73 [character]
1. Agitación
2. Comorbilidades limitantes
3. Deterioro cognitivo sever
4. Discapacidad auditiva
5. Discapacidad visual
6. Iletrado
7. Otro
1(0.1%)
19(1.6%)
19(1.6%)
1(0.1%)
1(0.1%)
1(0.1%)
1110(96.4%)
1152 (73.4%) 417 (26.6%)
73 delirios [character]
1. Leve (1)
2. No (0)
2(2.1%)
94(97.9%)
96 (6.1%) 1473 (93.9%)
74 alucinaciones [character]
1. Leve (1)
2. No (0)
3(3.1%)
94(96.9%)
97 (6.2%) 1472 (93.8%)
75 agitacion_o_agresividad [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
5(5.2%)
2(2.1%)
90(92.8%)
97 (6.2%) 1472 (93.8%)
76 agresividad [character] 1. No (0)
95(100.0%)
95 (6.1%) 1474 (93.9%)
77 depresion_o_disforia [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
13(13.1%)
1(1.0%)
84(84.8%)
1(1.0%)
99 (6.3%) 1470 (93.7%)
78 ansiedad [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
26(25.0%)
3(2.9%)
73(70.2%)
2(1.9%)
104 (6.6%) 1465 (93.4%)
79 euforia_o_exaltacion [character]
1. Leve (1)
2. No (0)
1(1.1%)
94(98.9%)
95 (6.1%) 1474 (93.9%)
80 apatia_o_indiferencia [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
10(10.2%)
5(5.1%)
81(82.7%)
2(2.0%)
98 (6.2%) 1471 (93.8%)
81 perdida_de_la_inhibicion [character]
1. Leve (1)
2. No (0)
6(6.3%)
89(93.7%)
95 (6.1%) 1474 (93.9%)
82 irritabilidad_o_labilidad [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
10(10.1%)
1(1.0%)
86(86.9%)
2(2.0%)
99 (6.3%) 1470 (93.7%)
83 disturbio_motor [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4(4.2%)
1(1.1%)
90(94.7%)
95 (6.1%) 1474 (93.9%)
84 conducta_nocturna [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
4. Severo (3)
20(19.4%)
2(1.9%)
79(76.7%)
2(1.9%)
103 (6.6%) 1466 (93.4%)
85 apetito_o_alimentacion [character]
1. Leve (1)
2. Moderado (2)
3. No (0)
12(12.4%)
3(3.1%)
82(84.5%)
97 (6.2%) 1472 (93.8%)
86 npi_total_87 [numeric]
Mean (sd) : 1.3 (2.1)
min ≤ med ≤ max:
0 ≤ 0 ≤ 14
IQR (CV) : 2 (1.6)
0:48(52.7%)
1:14(15.4%)
2:12(13.2%)
3:8(8.8%)
4:3(3.3%)
5:1(1.1%)
6:3(3.3%)
7:1(1.1%)
14:1(1.1%)
91 (5.8%) 1478 (94.2%)
87 npi_total_88 [numeric]
Mean (sd) : 1.4 (2.3)
min ≤ med ≤ max:
0 ≤ 1 ≤ 16
IQR (CV) : 2 (1.6)
0:55(49.5%)
1:19(17.1%)
2:17(15.3%)
3:8(7.2%)
4:5(4.5%)
5:1(0.9%)
6:3(2.7%)
7:1(0.9%)
10:1(0.9%)
16:1(0.9%)
111 (7.1%) 1458 (92.9%)
88 diagnosticos_neurocognitivo [character]
All NA's
0 (0.0%) 1569 (100.0%)
89 diagnostico_indice_de_la_hospitalizacion [character]
All NA's
0 (0.0%) 1569 (100.0%)
90 diagnosticos_neurologicos_choice_ataque_cerebrovascular [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
91 diagnosticos_neurologicos_choice_enfermedad_de_parkinson [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
92 diagnosticos_neurologicos_choice_epilepsia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
93 diagnosticos_neurologicos_choice_otros_trastornos_neurologicos_prevalentes [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
94 diagnosticos_neurologicos_choice_esclerosis_multiple [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
95 diagnosticos_neurologicos_choice_enfermedades_desmielinizantes [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
96 diagnosticos_neurologicos_choice_otros_trastornos_neuropsiquiatricos [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
97 diagnosticos_neurologicos_choice_enfermedad_de_huntignton [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
98 diagnosticos_neurologicos_choice_esclerosis_lateral_amiotrofica [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
99 diagnosticos_neurologicos_choice_atrofia_de_multiples_sistemas [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
100 diagnosticos_neurologicos_choice_degeneracion_corticobasal [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
101 diagnosticos_neurologicos_choice_enfermedades_paraneoplasicas [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
102 diagnosticos_neurologicos_choice_enfermedades_mitocondriales [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
103 diagnosticos_neurologicos_choice_paralisis_supranuclear_progresiva [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
104 diagnosticos_neurologicos_choice_otro_trastorno_neurologico [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
105 diagnosticos_neurologicos_choice_apnea_del_sueno [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
106 diagnosticos_neurologicos_choice_ninguno [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
107 sintomas_comportamentales [character]
All NA's
0 (0.0%) 1569 (100.0%)
108 reporte_de_diagnosticos_psiquiatricos [character]
All NA's
0 (0.0%) 1569 (100.0%)
109 reporte_de_intervenciones_no_farmacologicas_para_control_de_diagnosticos_psiquiatricos_choice_psicoterapia_o_terapia_cognitiva_conductual [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
110 reporte_de_intervenciones_no_farmacologicas_para_control_de_diagnosticos_psiquiatricos_choice_seguimiento_por_psiquiatria [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
111 reporte_de_intervenciones_no_farmacologicas_para_control_de_diagnosticos_psiquiatricos_choice_otras_terapias_no_farmacologicas_psiquiatricas [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
112 reporte_de_intervenciones_no_farmacologicas_para_control_de_diagnosticos_psiquiatricos_choice_ninguna [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
113 destino_del_egreso [character]
1. Domicilio
2. Hogar geriátrico
3. Morgue
4. Unidad geriátrica de agud
1214(80.6%)
75(5.0%)
88(5.8%)
129(8.6%)
1506 (96.0%) 63 (4.0%)
114 causa_del_traslado_a_hospitalizacion [logical]
All NA's
0 (0.0%) 1569 (100.0%)
115 tiempo_de_estancia [numeric]
Mean (sd) : 12.8 (10.7)
min ≤ med ≤ max:
0 ≤ 9 ≤ 110
IQR (CV) : 9 (0.8)
64 distinct values 1551 (98.9%) 18 (1.1%)
116 medicamentos_al_egreso [numeric]
Mean (sd) : 7.8 (4.1)
min ≤ med ≤ max:
0 ≤ 8 ≤ 70
IQR (CV) : 5 (0.5)
24 distinct values 1435 (91.5%) 134 (8.5%)
117 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_ocupacional [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
118 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_fisica [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
119 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_de_lenguaje_o_fonoaudiologia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
120 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_vestibular [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
121 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_terapia_respiratorias [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
122 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_suplementacion_o_ajuste_dietarios [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
123 reporte_de_intervenciones_no_farmacologicas_realizadas_durante_estancia_choice_otras_terapias [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
124 cuales [character]
All NA's
0 (0.0%) 1569 (100.0%)
125 reporte_de_valoraciones_por_otros_especialistas [character]
All NA's
0 (0.0%) 1569 (100.0%)
126 cual_es_choice_cardiologia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
127 cual_es_choice_clinica_de_anticoagulacion [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
128 cual_es_choice_cuidado_paliativo [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
129 cual_es_choice_cuidados_especiales [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
130 cual_es_choice_electrofisiologia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
131 cual_es_choice_endocrinologia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
132 cual_es_choice_fisiatria [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
133 cual_es_choice_ictus [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
134 cual_es_choice_infectologia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
135 cual_es_choice_nefrologia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
136 cual_es_choice_neurocirugia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
137 cual_es_choice_neurologia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
138 cual_es_choice_ortopedia [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
139 cual_es_choice_psicogeriatria [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
140 motivo_de_la_interconsulta_choice_delirium [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
141 motivo_de_la_interconsulta_choice_sintomas_comportamentales_no_delirium [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
142 motivo_de_la_interconsulta_choice_sintomatologia_afectiva [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
143 motivo_de_la_interconsulta_choice_ideas_de_muerte_suicidio [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
144 motivo_de_la_interconsulta_choice_ideacion_delirante_alucinaciones [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
145 motivo_de_la_interconsulta_choice_acompanamiento_psicoterapeutico [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
146 motivo_de_la_interconsulta_choice_capacidad_de_toma_de_decisiones [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
147 motivo_de_la_interconsulta_choice_evaluacion_del_manejo_psicofarmacologico [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
148 motivo_de_la_interconsulta_choice_manejo_de_abstinencia_intoxicacion [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
149 motivo_de_la_interconsulta_choice_abordaje_de_dificultades_entre_equipo_medico_y_paciente_grupo_familiar [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
150 reporte_de_intervenciones_psicosociales_choice_valoracion_por_trabajo_social [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
151 reporte_de_intervenciones_psicosociales_choice_psicoeducacion_familiar [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
152 escala_de_funcionalidad_de_john_hopkins [logical]
All NA's
0 (0.0%) 1569 (100.0%)
153 evaluacion_guss_de_deglucion [logical] 1. TRUE
6(100.0%)
6 (0.4%) 1563 (99.6%)
154 se_realizo_bateria_corta_de_ejecucion_fisica_sppb [character]
1. No
2. Si
14(31.8%)
30(68.2%)
44 (2.8%) 1525 (97.2%)
155 equilibrio_imagen_1_un_pie_al_lado_del_otro [character]
1. > 10 seg (0)
2. 10 seg (1)
6(19.4%)
25(80.6%)
31 (2.0%) 1538 (98.0%)
156 equilibrio_imagen_2_posision_semi_tandem [character]
1. > 10 seg (0)
2. 10 seg (1)
10(32.3%)
21(67.7%)
31 (2.0%) 1538 (98.0%)
157 equilibrio_imagen_3_posicion_tandem [character]
1. > de 3 seg (0)
2. 10 seg (2)
3. entre 3 y 9 seg (1)
14(45.2%)
7(22.6%)
10(32.3%)
31 (2.0%) 1538 (98.0%)
158 velocidad_de_la_marcha [character]
1. < 4,82s (4)
2. > 8,7s (1)
3. entre 4,82 y 6,20s (3)
4. entre 6,21 y 8,7s (2)
5. Incapaz (0)
2(6.5%)
8(25.8%)
8(25.8%)
12(38.7%)
1(3.2%)
31 (2.0%) 1538 (98.0%)
159 levantarse_de_la_silla [character]
1. Entre 11,20 y 13,69s (3)
2. Entre 13,70 y 16,69 s (2)
3. Entre 16,7 y 59 s (1)
4. más de 60s o incapaz (0)
5. menos de 11,19 s (4)
2(6.5%)
8(25.8%)
9(29.0%)
8(25.8%)
4(12.9%)
31 (2.0%) 1538 (98.0%)
160 total_spb [numeric]
Mean (sd) : 6.1 (3.3)
min ≤ med ≤ max:
0 ≤ 6 ≤ 12
IQR (CV) : 4 (0.5)
12 distinct values 31 (2.0%) 1538 (98.0%)
161 escalas_o_test_psicometricos_fim_reportar_porcentaje [numeric]
Mean (sd) : 68.4 (30.5)
min ≤ med ≤ max:
0 ≤ 74 ≤ 126
IQR (CV) : 46 (0.4)
192 distinct values 815 (51.9%) 754 (48.1%)
162 se_valor_por_fisiatria [character]
All NA's
0 (0.0%) 1569 (100.0%)
163 sarc_f [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
164 se_puede_realizar_bio_impedancia [character]
All NA's
0 (0.0%) 1569 (100.0%)
165 porcentaje_de_masa_corporal_magra [logical]
All NA's
0 (0.0%) 1569 (100.0%)
166 masa_celular_corporal [logical]
All NA's
0 (0.0%) 1569 (100.0%)
167 masa_grasa [logical]
All NA's
0 (0.0%) 1569 (100.0%)
168 impedancia_biometrica_choice_obesidad_creciente [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
169 impedancia_biometrica_choice_obesidad_sarcopenia_creciente [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
170 impedancia_biometrica_choice_magrez_creciente [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
171 impedancia_biometrica_choice_masa_muscular_creciente [character] 1. Unchecked
1569(100.0%)
1569 (100.0%) 0 (0.0%)
172 eating_assessment_tool_eat_10 [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
173 medical_research_council_modificated [numeric]
Mean (sd) : 54.4 (14.1)
min ≤ med ≤ max:
0 ≤ 60 ≤ 60
IQR (CV) : 4 (0.3)
0:2(5.6%)
40:1(2.8%)
48:2(5.6%)
52:1(2.8%)
54:2(5.6%)
56:3(8.3%)
58:3(8.3%)
60:22(61.1%)
36 (2.3%) 1533 (97.7%)
174 goal_assessment_scale_gas [numeric]
Mean (sd) : 50.9 (14.6)
min ≤ med ≤ max:
0 ≤ 53 ≤ 71
IQR (CV) : 8 (0.3)
16 distinct values 33 (2.1%) 1536 (97.9%)
175 movilidad_escala_eq_5d [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
176 cuidado_personal_escala_eq_5d [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
177 actividades_cotidianas_escala_eq_5d [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
178 dolor_malestar_escala_eq_5d [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
179 ansiedad_depresion_escala_eq_5d [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
180 ena [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
181 peso_kg [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
182 talla_cm [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
183 indice_de_masa_corporal [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
184 indice_de_masa_corporal_calculado [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
185 escala_de_norton_para_riesgo_de_upp [numeric]
All NA's
0 (0.0%) 1569 (100.0%)
186 complete [character]
1. Complete
2. Incomplete
3. Unverified
1360(86.7%)
6(0.4%)
203(12.9%)
1569 (100.0%) 0 (0.0%)

Generated by summarytools 1.1.4 (R version 4.4.2)
2026-07-06