在大型临床数据集中创建API调用,用于手术研究成果研究成果
Brian Yuen1, Rachel L Wolansky2, Joseph A Sujka2
1University of Central Florida, Orlando, FL, USA.
The American surgeon
|October 25, 2025
概括
应用程序编程接口 (API) 简化了临床研究数据的访问. 使用NIH和CMS数据集的API可以实现自动,可重复的数据提取和分析,提高研究效率.
科学领域:
- 医疗信息学 医疗信息学
- 临床研究信息学
- 在医疗保健中的数据科学.
背景情况:
- 应用程序编程接口 (API) 促进软件系统的互操作性和数据交换.
- API为临床研究提供了对大型数据集的高效访问,支持可重复的工作流.
- 自动数据提取和分析对于现代健康研究至关重要.
研究的目的:
- 展示API对于访问和分析大规模临床和研究数据集的实用性.
- 用Python和公开可用的健康数据展示可复制的数据提取方法.
- 突出API驱动工作流程的潜力,以提高研究效率.
主要方法:
- 构建了Python脚本以通过API查询NIH RePORTER和CMS医疗保险数据集.
- 使用JSON有效载荷用于NIH API调用以检索项目资金数据.
- 使用CMS API调用的URL参数来过医疗保险入学数据根据州和年份.
- 在多年内自动收集数据,并以CSV格式保存输出.
主要成果:
- 成功地从NIH RePORTER中提取了项目级资金数据.
- 从CMS数据集中检索过的医疗保险入学数据.
- 使用API调用证明了数据收集的可扩展性和自动化.
- 以CSV格式生成数据,适合进一步分析.
结论:
- 基于API的数据提取为临床研究提供了可扩展和可重复的方法.
- 从NIH和CMS等来源利用API可以实现自动数据检索和定制过.
- 广泛采用API工作流可以显著提高医疗保健中的数据可访问性和研究效率.
相关概念视频
Types of Biopharmaceutical Studies: Controlled and Non-Controlled Approaches
404
Biopharmaceutical studies constitute a vital field aiming to enhance drug delivery methods and refine therapeutic approaches, drawing upon diverse interdisciplinary knowledge. In research methodologies, the choice between controlled and non-controlled studies significantly influences the study's reliability and accuracy.
Non-controlled studies, commonly employed for initial exploration, lack a control group, rendering them susceptible to biases and external influences. In contrast,...
Non-controlled studies, commonly employed for initial exploration, lack a control group, rendering them susceptible to biases and external influences. In contrast,...
404
Clinical Trials
10.1K
Clinical trials are prospective experimental studies conducted on humans to determine the safety and efficacy of treatments, drugs, diet methods, and medical devices. Using statistics in clinical trials enables researchers to derive reasonable and accurate conclusions from the collected data, allowing them to make wise decisions in uncertain situations. In medical research, statistical methods are crucial for preventing errors and bias.
There are four phases in a clinical trial. A phase one...
There are four phases in a clinical trial. A phase one...
10.1K
Clinical Trials: Overview
4.6K
Clinical development focuses on how the drug will interact with the human body and encompasses four key phases of clinical trials, each serving a specific purpose in assessing the safety and effectiveness of new drugs. These phases overlap and build upon one another. Phase I involves a small group of healthy volunteers (typically 20-80 individuals) or, in cases where significant toxicity is expected, patients with the targeted disease, such as cancer or AIDS. The volunteers are tested for...
4.6K
Cancer Survival Analysis
645
Cancer survival analysis focuses on quantifying and interpreting the time from a key starting point, such as diagnosis or the initiation of treatment, to a specific endpoint, such as remission or death. This analysis provides critical insights into treatment effectiveness and factors that influence patient outcomes, helping to shape clinical decisions and guide prognostic evaluations. A cornerstone of oncology research, survival analysis tackles the challenges of skewed, non-normally...
645
Kaplan-Meier Approach
566
The Kaplan-Meier estimator is a non-parametric method used to estimate the survival function from time-to-event data. In medical research, it is frequently employed to measure the proportion of patients surviving for a certain period after treatment. This estimator is fundamental in analyzing time-to-event data, making it indispensable in clinical trials, epidemiological studies, and reliability engineering. By estimating survival probabilities, researchers can evaluate treatment effectiveness,...
566


