预测入院与非计划回访的相关性:来自紧急护理机器学习模型的见解
Wayne A Martini1, Rachelle Beste2, Andrej Urumov1
1Department of Emergency Medicine, Mayo Clinic, Phoenix, Arizona.
The Journal of emergency medicine
|October 24, 2025
概括
机器学习 (ML) 模型预测急诊室 (ED) 的住院情况. 预测更高的入院分数与非预定回访 (URV) 的增加相关,这表明ML可以优化ED操作.
科学领域:
- 紧急医疗 紧急医疗
- 医疗信息学 医疗信息学
- 医疗保健中的人工智能
背景情况:
- 紧急部门 (ED) 越来越多地使用机器学习 (ML) 来预测住院和管理患者流动.
- 在ML驱动的入院预测和非计划回访 (URVs) 之间的关系需要进一步调查.
研究的目的:
- 评估实时ML预测入院概率和导致入院的72小时URV之间的关联.
- 为了分析这三个三级护理中心之间的关系.
主要方法:
- 对2023年1月1日至12月31日期间169,288次ED访问的分析.
- 利用内部开发的ML模型,结合了从电子健康记录中提取的47个临床特征.
- 从分析中排除了预期的回访.
主要成果:
- 在ML模型中,医院入院预测的AUC为0.88.
- 在72小时内共发生了1,996次URV (1.18%),其中6.61%涉及多次返回.
- 更高的预测入院得分与更高的URV率和随后的入院相关,最高得分组 (AI得分>75%) 的URV率为4.86%,返回后入院率为76.54%.
结论:
- 预测高的入院得分与更高的URV和入院病例发生率有关.
- ML模型显示了通过识别高风险患者以及时干预和改善资源配置来增强ED操作的潜力.
相关概念视频
Residuals and Least-Squares Property
9.1K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
9.1K
Steps in Outbreak Investigation
487
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
487
Correlations
35.7K
Correlation means that there is a relationship between two or more variables (such as ice cream consumption and crime), but this relationship does not necessarily imply cause and effect. When two variables are correlated, it simply means that as one variable changes, so does the other. We can measure correlation by calculating a statistic known as a correlation coefficient. A correlation coefficient is a number from -1 to +1 that indicates the strength and direction of the relationship between...
35.7K
Prediction Intervals
3.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
3.3K
Receiver Operating Characteristic Plot
470
A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
470
Variation
7.7K
An important characteristic of any set of data is the variation in the data. In some data sets, the data values are concentrated closely near the mean; in other data sets, the data values are more widely spread out from the mean. The most common measure of variation, or spread, is the standard deviation, which is the square root of variance.
When independent and dependent variables are plotted on a scatter plot, the slope of a line is a value that describes the rate of change between the two...
When independent and dependent variables are plotted on a scatter plot, the slope of a line is a value that describes the rate of change between the two...
7.7K
