Categories
Nevin Manimala Statistics

Identifying Social Determinants of Health Among Lesbian, Gay, and Bisexual US Veterans Using Primary Care Services in the Veterans Health Administration, 2021-2022

Am J Public Health. 2026 Jul 30:e1-e11. doi: 10.2105/AJPH.2026.308563. Online ahead of print.

ABSTRACT

Objectives. To assess differences in social determinants of health identified through International Classification of Diseases, Ninth Revision, Clinical Modification (ICD-9-CM) and Tenth Revision (ICD-10-CM) codes between lesbian, gay, bisexual, and other nonheterosexual (“sexual minority”) veterans and heterosexual veterans who utilize primary care services in the US Veterans Health Administration. Methods. We used the Veterans Health Administration Survey of Healthcare Experiences of Patients, weighted descriptive statistics, and multivariable logistic regression to examine differences in sociodemographic characteristics and social determinants of health-related ICD-9-CM and ICD-10-CM code domains by sexual orientation (sexual minority vs heterosexual). Results. Of the 455 165 veterans surveyed, roughly 3% (n = 14 065) identified as sexual minority. Compared with heterosexual veterans, sexual minority veterans were often younger and more likely to be racially/ethnically diverse, live in urban areas, and identify as female. All sexual minority groups had a greater risk of issues related to housing, economic circumstances, and other psychosocial circumstances than heterosexual veterans. Conclusions. Sexual minority veterans had increased vulnerabilities across various social determinants of health ICD-9-CM and ICD-10-CM code domains associated with health and well-being. Future research should continue to explore this relationship and develop evidence-based interventions to support sexual minority veterans effectively. (Am J Public Health. Published online ahead of print July 30, 2026:e1-e11. https://doi.org/10.2105/AJPH.2026.308563).

PMID:42531544 | DOI:10.2105/AJPH.2026.308563

Categories
Nevin Manimala Statistics

Application of SPD Model in Cost Control and Management Efficiency of Hemostatic Consumables in Hospitals

Int J Health Plann Manage. 2026 Jul 30. doi: 10.1002/hpm.70115. Online ahead of print.

ABSTRACT

BACKGROUND: Current management of hemostatic consumables is challenged by inefficient inventory control, substantial wastage, and recurrent operational adverse events. The SPD model offers an integrated supply chain approach with strong potential to optimize medical logistics. This study aims to evaluate the impact of the SPD model on cost control and management efficiency in hemostatic consumables.

METHODS: This retrospective study was conducted at a tertiary (Grade A) cancer hospital. Hemostatic consumables managed under the traditional model (January-December 2023) were compared with those under the SPD model (January-December 2024). The SPD model integrated an information technology platform, IoT-enabled smart cabinets, barcode scanning, and a pay-on-consumption settlement mechanism. T-tests and chi-square tests were used to compare the two groups in cost control metrics, management efficiency scores, staff satisfaction, and the incidence of operational adverse events.

RESULTS: In terms of cost control, the SPD model demonstrated statistically significant reductions in monthly average hemostatic material expenditure, requisition frequency, expiration loss rate, and reported loss rate (all p < 0.05). Regarding management efficiency, the SPD model showed significantly higher scores in timely delivery, work efficiency, standardization, supply traceability, waste recovery, delivery satisfaction, and demand forecasting, while achieving significantly lower scores in item issues and operating costs (all p < 0.05). Staff satisfaction surveys revealed significant improvements in operational convenience, clinical reliability, system usability, and overall satisfaction under the SPD model (all p < 0.05). Furthermore, the incidence of all documented operational adverse events was significantly reduced under the SPD model (all p < 0.05).

CONCLUSION: The SPD model facilitates precise, low-loss, and highly efficient control of hemostatic consumables, representing an effective optimization strategy with considerable clinical benefits and significant potential for widespread adoption. Despite limitations including single-center design and a one-year observation period, future multi-center and longitudinal studies are warranted to validate these findings and assess long-term sustainability.

PMID:42531520 | DOI:10.1002/hpm.70115

Categories
Nevin Manimala Statistics

Pulse waveform characteristics for diagnosis and longitudinal monitoring in heart failure with reduced ejection fraction

Am J Physiol Heart Circ Physiol. 2026 Jul 30. doi: 10.1152/ajpheart.00036.2026. Online ahead of print.

ABSTRACT

Background: Arterial waveforms are altered in left ventricular systolic dysfunction. We aimed to investigate the diagnostic implications of automatically analyzed pressure waveforms and their changes over time in patients with reduced ejection fraction. Methods: Arterial waveforms were recorded non-invasively using applanation tonometry in patients with heart failure with reduced ejection fraction (HFrEF) and in matched controls. Waveform parameters were analyzed with respect to the left ventricular ejection time index (LVETi), the characteristics of antegrade and reflected waves, their interaction as quantified by the Augmentation Index (AIx), and wave intensity, expressed as the ratio of the S and D peak intensities (SDR). Results: Overall, 78 HFrEF patients (ejection fraction (EF) 28+/-9%) and 78 controls (EF 66+/-8%), matched for sex, age, presence of hypertension and diabetes, systolic and diastolic blood pressure, and heart rate were included. All waveform parameters were statistically different between patients and controls. In ROC analysis, HFrEF patients and controls could be separated best using LVETi (AUC 0.897, p<0.0001) and SDR (AUC 0.911, p<0.0001). In newly diagnosed and treated HFrEF patients, the AUC for discrimination between HFrEF patients from controls was almost ideal (0.978, p<0.0001), when a combination of LVETi and SDR was used. Finally, in 46 HFrEF patients with available follow up data, concordance analysis showed a high agreement of up to 0.8 between changes in the cardiac function (eg., using EF) and changes in several waveform parameters. Conclusions: Pulse waveform parameters may be useful for screening and follow-up of patients with HFrEF.

PMID:42531502 | DOI:10.1152/ajpheart.00036.2026

Categories
Nevin Manimala Statistics

Improving Clinical Validity in Synthetic Electronic Health Record Generation Using Best-of-N Sampling: Comparative Evaluation Study

JMIR AI. 2026 Jul 30;5:e90590. doi: 10.2196/90590.

ABSTRACT

BACKGROUND: Synthetic electronic health record generation is limited not only by statistical fidelity but also by clinical validity. Records that appear statistically plausible may still violate hard structural, physiological, or relational constraints.

OBJECTIVE: This study evaluated best-of-N constraint-minimizing selection as an inference-time strategy for improving clinical validity and characterized when such selection succeeds or fails as a function of the generator’s valid support mass (pvalid).

METHODS: We evaluated Wasserstein generative adversarial network with gradient penalty (WGAN-GP) and conditional tabular generative adversarial network (CTGAN) on 3 public clinical tabular datasets: stroke prediction (n=5110), diabetes health indicators (n=100,000), and cardiovascular disease (n=68,599). For each generator, we compared random sampling, naive clipping, and best-of-N selection (N ∈ {8, 16, 128}). Validity was assessed via dataset-specific rule violations; fidelity via Kolmogorov-Smirnov (KS) statistics and correlation preservation; utility via TSTR (train-on-synthetic-test-on-real) AUC (area under the receiver operating characteristic curve); and privacy via membership inference attack (MIA) AUC and distance to closest record (DCR).

RESULTS: Best-of-N effectiveness was governed by the base generator’s valid support mass. In stroke, WGAN-GP had pvalid=0, and all selection strategies, including strict rejection across 5000 draws, produced 500/500 (100%) invalid samples. In cardiovascular data, WGAN-GP had pvalid=0.12; best-of-16 reduced violations from 441/500 (88.2%) to 65/500 (13.0%), and best-of-128 eliminated them entirely (0/500), matching theoretical predictions exactly. In diabetes, WGAN-GP random sampling was already fully valid (0/500 violations), and best-of-N primarily shifted utility. Across all 3 datasets, CTGAN+best-of-16 achieved 0/500 violations with strong fidelity (mean KS≤0.12) and utility (TSTR AUC up to 0.81). MIA AUC remained near-random guessing (approximately 0.50) throughout, though DCR-based proximity concentration increased markedly under CTGAN selection (reaching 22.6% on stroke and 100% on cardiovascular data).

CONCLUSIONS: Best-of-N functions as a bounded-budget feasibility filter rather than a universal repair mechanism. Its effectiveness depends critically on the generator’s valid support mass. CTGAN+best-of-16 offered the strongest overall trade-off across clinical validity, fidelity, utility, and privacy in our experiments.

PMID:42531495 | DOI:10.2196/90590

Categories
Nevin Manimala Statistics

Repeat induced abortion and its associated factors among ethiopian women: Insights from west gojjam public hospitals

Womens Health (Lond). 2026 Jan-Dec;22:17455057261474450. doi: 10.1177/17455057261474450. Epub 2026 Jul 30.

ABSTRACT

IntroductionRepeated induced abortion is an important public health concern globally. While its burden spans both developed and developing contexts, complications are disproportionately higher in low-resource settings.ObjectiveTo assess the prevalence and associated factors of repeated induced abortion among women seeking abortion care services in public hospitals in Northwest Ethiopia.Study DesignAn Institutional based cross-sectional study was employed.MethodsThe study was conducted among 406 systematically selected women seeking abortion care between April 10 and June 15, 2022. Data were collected using interviewer-administered questionnaires via EpiCollect. Analysis was performed using SPSS version 25. Binary logistic regression was utilized to identify potential factors influencing the outcome variable. Odds ratios with their 95% confidence intervals were used to determine the strength of association and variables with a p-value below 0.05 were considered statistically significant factors for the outcome variable. Reporting follows the Strengthening the Reporting of Observational Studies in Epidemiology statement.ResultsOf the 406 participants 21.9% (95% CI: 18.1-26.1) reported repeated induced abortion. Age ≥ 30 years (adjusted odds ratio (AOR) = 5.505; 95% CI: 1.279-23.696), having multiple sexual partner (AOR = 5.148; 95% CI: 2.410-10.997), and alcohol consumption (AOR = 2.535; 95% CI: 1.033-6.218) were the significant factors associated with repeated induced abortion.ConclusionApproximately one in five women seeking abortion care reported a lifetime history of repeat induced abortion. Rather than relying on uniform approaches, it is crucial to implement tailored counseling and behavioral assessments that focus specifically on older women, those with multiple sexual partners, and women who consume alcohol, as these subgroups exhibit significantly higher odds of repeat induced abortion.

PMID:42531481 | DOI:10.1177/17455057261474450

Categories
Nevin Manimala Statistics

Do repeat 6-minute walk tests provide clinically meaningful information in symptomatic heart failure?

ESC Heart Fail. 2026 Jul 30:xvag209. doi: 10.1093/eschf/xvag209. Online ahead of print.

ABSTRACT

BACKGROUND: Two baseline 6-minute walk tests (6MWTs) have been recommended to mitigate a potential learning effect when assessing exercise performance, but the magnitude of any learning effect in heart failure with reduced ejection fraction (HFrEF) is uncertain. Using the Sildenafil in Heart Failure (SilHF) trial, in which two baseline 6MWTs were performed (screening and inclusion), we assessed a potential learning effect in this population. We also assessed whether choice of baseline test affected associations with longitudinal patient-reported outcomes and compared our findings to reports in the current literature.

METHODS AND RESULTS: In SilHF, 69 patients with HFrEF and evidence of pulmonary hypertension performed 6MWTs at screening and again at study inclusion. Tests were performed no more than two weeks apart on unchanged optimal medical therapy. Only the inclusion 6MWT was used for efficacy evaluation of sildenafil. Screening and inclusion distances were compared using a paired t-test. Additionally, we assessed whether each baseline 6MWT (screening and inclusion) correlated with longitudinal patient-reported outcome measures. Outcomes included the Kansas City Cardiomyopathy Questionnaire (KCCQ) and the EuroQoL-5D visual analogue scale (EQ-5D VAS), assessed at 24 weeks. Although the inclusion 6MWT distance was statistically significantly higher than the screening test (+11.3 m, 95% CI 2.6 to 20.1, p = 0.012), the two baseline tests demonstrated very similar correlation coefficients with longitudinal patient-reported outcomes.

CONCLUSION: We observed a small increase in 6MWD between repeat baseline tests, consistent with a modest learning effect that is unlikely to be clinically meaningful. Both initial 6MWTs showed similar significant correlations with other longitudinal patient-reported outcome measures. In symptomatic HFrEF with pulmonary hypertension, a single baseline 6MWT may be sufficient to assess functional capacity.

PMID:42531461 | DOI:10.1093/eschf/xvag209

Categories
Nevin Manimala Statistics

Association between time from diagnosis to radical cystectomy and oncologic outcomes in muscle-invasive urothelial carcinoma of the bladder

Can Urol Assoc J. 2026 Jul 20. doi: 10.5489/cuaj.9576. Online ahead of print.

ABSTRACT

INTRODUCTION: A delay beyond 12 weeks from diagnosis to radical cystectomy (RC) is considered to impart worse oncologic outcomes for patients with muscle-invasive bladder cancer (MIBC); however, no randomized clinical trials have examined this question. We therefore emulated a hypothetical target clinical trial using contemporary data to evaluate the association between time from diagnosis to RC and oncologic outcomes.

METHODS: We conducted observational analyses using the National Cancer Database from 2006-2015 to emulate a hypothetical target trial in adults aged 40-79 years with incident cT2-4 N0 M0 urothelial carcinoma of the bladder, treated with RC from 4-18 weeks after diagnosis. We evaluated the association of late RC with pathologic upstaging at RC and overall survival (OS) and conducted exploratory analyses evaluating the association of time to RC with each outcome modeled flexibly.

RESULTS: A total of 3747 patients were included, of which 2992 underwent early RC. Median followup was 32.2 months. In adjusted analyses, late RC was not associated with an increased risk of pathologic upstaging compared to early RC. In addition, there was no statistically significant difference in adjusted OS for late and early RC, respectively. Similar findings were observed across categories of cT stage, age, Charlson index, and gender.

CONCLUSIONS: In observational analyses designed to emulate a hypothetical target trial of early vs. late RC, the timing of RC was not associated with a statistically significant increase in pathologic upstaging or a difference in OS when performed from 4-18 weeks after diagnosis. These results suggest the need to re-examine the traditional recommendations for timing of RC following diagnosis.

PMID:42531446 | DOI:10.5489/cuaj.9576

Categories
Nevin Manimala Statistics

Bridging the knowledge gap in urology residency: Unperceived challenges in assisting robotic prostatectomy

Can Urol Assoc J. 2026 Jul 20. doi: 10.5489/cuaj.9584. Online ahead of print.

ABSTRACT

INTRODUCTION: Urology training programs internationally have adopted robotic surgery, particularly robotic prostatectomy. We aimed to determine the knowledge gap in the understanding of robotic prostatectomy for residents compared to urologists, as there is a need for dedicated robotic training curricula.

METHODS: A 16-question survey was developed, documenting the difference in understanding between residents and urologists. The survey contained items pertaining to patient anatomy, procedural steps, and surgical decision-making. The survey was completed immediately following a robotic prostatectomy by both the urology resident performing the bedside assistance, and the urologist. Statistical analysis of the quantitative questions was performed using kappa scores, and thematic analysis was performed to analyze the qualitative responses.

RESULTS: Forty-two surveys were administered to urology residents and urologists at The Ottawa Hospital over 10 weeks. Disagreements were identified between urology resident and urologist responses. This was noted with the comparison of the following procedural steps: vesicourethral anastomosis (kappa 0.138), apical dissection (kappa 0.149), and seminal vesicle dissection (kappa 0.342). The qualitative responses found discrepancies between resident and urologist understanding. When asked to describe challenges during the procedure, urologists described causal factors leading to challenges and how to manage these issues intraoperatively. In contrast, the residents’ responses focused on readily visible aspects of the procedure, including bleeding or difficult exposure, omitting to describe the cause of these challenges.

CONCLUSIONS: There is a gap in urology resident knowledge and understanding of a robotic prostatectomy. This information is key to expand the understanding of robotic prostatectomy surgical decision-making and its training.

PMID:42531444 | DOI:10.5489/cuaj.9584

Categories
Nevin Manimala Statistics

Smoking-Relapse Trajectories and Risk of Incident Asthma: Evidence From the 10-Year Korea Health Panel Survey (2009-2018)

J Asthma. 2026 Jul 30:1-18. doi: 10.1080/02770903.2026.2712839. Online ahead of print.

ABSTRACT

BACKGROUND: Smoking relapse is prevalent, yet its long-term association with incident asthma remains underexplored. Repeated quit-relapse cycles may exacerbate airway inflammation more acutely than steady-state smoking. We investigated the association between smoking-relapse trajectories and incident asthma risk using a nationally representative longitudinal dataset.

METHODS: We analyzed 10-year data (2009-2018) from the Korea Health Panel Survey for 16,240 adults without baseline asthma. Participants were classified into five trajectories: non-smokers (NS), successful quitters without relapse (SQ-), successful quitters with relapse (SQ+), unsuccessful quitters with relapse (UQ+, chronic relapsers), and always smokers (AS). Cox proportional hazards models were used to estimate adjusted hazard ratios (aHRs) for incident asthma (ICD-10 J45-J46).

RESULTS: During the 10-year follow-up, 159 incident asthma cases were identified. Compared to NS, chronic relapsers (UQ+) exhibited the highest risk (aHR 3.81; 95% CI 1.84-7.91), followed by SQ- (aHR 2.54; 95% CI 1.30-4.96) and AS (aHR 2.25; 1.08-4.71). While UQ + showed a higher point estimate than AS, the difference was not statistically significant. Other significant risk factors included age ≤65 years, Medical Aid enrollment, and higher comorbidity scores.

CONCLUSIONS: Smoking-relapse trajectories, particularly chronic relapse, are associated with an elevated risk of incident asthma. These findings should be interpreted as hypothesis-generating and require confirmation in independent cohorts.

PMID:42530977 | DOI:10.1080/02770903.2026.2712839

Categories
Nevin Manimala Statistics

Causal relationship between aging-related biomarkers and osteoporosis: A bidirectional two-sample Mendelian randomization study

J Int Med Res. 2026 Jul;54(7):3000605261469014. doi: 10.1177/03000605261469014. Epub 2026 Jul 30.

ABSTRACT

ObjectiveThe potential causal role of molecular biomarkers of biological aging in osteoporosis remains uncertain. This study aimed to evaluate whether genetically predicted levels of aging-related traits are causally associated with the risk of osteoporosis.MethodsIn this study, we selected eight exposures: telomere length, mitochondrial DNA copy number, insulin-like growth factor 1 levels, DNA methylation PhenoAge acceleration, leucine, isoleucine, valine, and Dickkopf-related protein 1. A bidirectional two-sample Mendelian randomization analysis was conducted among the European population. The inverse-variance weighted method served as the primary analysis, complemented by Mendelian randomization-Egger, weighted median, mode-based methods, Cochran’s Q test, the Mendelian randomization-Egger intercept, and leave-one-out analysis to assess robustness, heterogeneity, and pleiotropy.ResultsThe inverse-variance weighted analysis showed nominal associations (p < 0.05) between genetically predicted higher insulin-like growth factor 1 (odds ratio = 0.910, 95% confidence interval: 0.840 to 0.985, p = 0.019) and isoleucine (odds ratio = 0.780, 95% confidence interval: 0.618 to 0.984, p = 0.036) with a lower risk of osteoporosis and elevated Dickkopf-related protein 1 (odds ratio = 1.195, 95% confidence interval: 1.043 to 1.368, p = 0.010) with a higher risk of osteoporosis; however, none remained significant after Bonferroni correction (p > 0.00625). Sensitivity analyses suggested a statistically significant association for Dickkopf-related protein 1 (weighted median and mode, p < 0.00625), whereas no significant causal effects were observed for any of the other biomarkers. Reverse Mendelian randomization revealed no evidence that osteoporosis influenced any of the biomarkers.ConclusionsIn this study, no robust causal effects were identified between the eight aging biomarkers and osteoporosis in the European population. However, the nominal associations observed for insulin-like growth factor 1, isoleucine, and Dickkopf-related protein 1 warrant further investigation into the aging-skeleton axis.

PMID:42530965 | DOI:10.1177/03000605261469014