REVIEW 5 minor 46 references
Challenges and recommendations for Electronic Health Records data extraction and preparation for dynamic prediction modelling in hospitalized patients -- a practical guide
T0 review · 0 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read The paper compiles more than forty named challenges in extracting and preparing electronic health record data for dynamic prediction modeling, pairs each with actionable recommendations, and argues that following them improves data…
desk verdict A genuinely useful, well-organized practical guide to EHR data extraction; the 'comprehensive' claim is stronger than the selective review can support, but the paper's own caveats keep that from being disqualifying. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying object is the four-category challenge-and-recommendation taxonomy—cohort definition, outcome definition, feature engineering, and data cleaning—with each item mapped to established data-quality dimensions. The mechanism that connects the taxonomy to model performance is the staged data flow from collection to extraction to preparation to implementation, together with a point-in-time discipline: feature construction must use the time a predictor actually becomes available in the system, while outcome labels should use the clinically relevant time of the event; mismatches between these two timestamps are the main generator of temporal leaks.
What would settle it
A project-level audit could settle the generality claim: take the documented data-preparation incident logs from several completed EHR prediction projects at hospitals that did not contribute to this paper, and check whether every incident falls into one of the four categories and is addressed by a listed recommendation; if more than a small fraction, say 20 percent, of incidents fall outside the taxonomy or lack a usable recommendation, the claim that the list is comprehensive for single-hospital structured extractions would be disproved.
Extended reading notes
Core claim
The paper's central claim is that the recurring failures of EHR-based dynamic prediction models can be traced to a finite, nameable set of problems in the stages before modelling, and that these problems can be managed with preparation-stage practices rather than by changing EHR software or clinical workflows. It claims that cohort definitions must be checked against what is available at the first prediction trigger; that outcomes should prefer timestamped clinical or surveillance definitions over billing codes; that feature engineering must respect the difference between the clinically relevant time of an event and the time the data item becomes available in the system; and that data cleaning should be programmatic, reproducible, and 'leave-as-is' when a correction cannot be rerun at implementation. If the paper is right, the practical payoff is a shorter path from raw hospital databases to models whose evaluation reflects what the model will encounter in live use.
Load-bearing premise
The list's coverage rests on the assumption that the authors' own extraction projects and the selectively reviewed literature are representative enough that the named challenges and recommendations generalize to other hospitals, EHR vendors, and extraction platforms, a limitation the paper itself acknowledges.
Editorial extensions
If this is right
- Teams can use the four-category checklist during project planning to spot likely data problems before extraction, for example whether key features have usable timestamps or enough historical coverage.
- Dynamic prediction models should be built and evaluated under the same extraction and preparation logic that will run at implementation, so that training-time performance is not inflated by temporal leaks.
- Acute-event outcomes should be derived from timestamped clinical or surveillance definitions rather than billing codes, which are typically assigned after discharge and are not timestamped.
- Data cleaning should be programmatic and reproducible at prediction time; manual one-off corrections to training data widen the gap between development and live data.
- Extracting a broader patient context than the strict inclusion criteria, such as full admissions and a larger set of clinical items, gives preparation and imputation more room and reduces selection bias.
Reading between the lines
- Editorial inference: the four-category taxonomy could be turned into a standardised pre-modelling audit questionnaire, letting hospitals report which pitfalls they actually encountered and generating evidence about which items matter most for model performance.
- Editorial inference: the paper's timestamp principle suggests a concrete stress test for any dynamic model: replay each admission incrementally up to each prediction trigger and compare the features with the batch-computed version; the size of any difference quantifies the temporal-leak risk the paper warns about.
- Editorial inference: the reproducibility principle implies that post-deployment monitoring should watch for changes in data recording and extraction logic, not only drift in model inputs, because the paper notes that EHR software updates introduce new bugs over time.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper is a tutorial-style practical guide to the data extraction and preparation stages that precede dynamic prediction modeling with single-hospital structured EHR data. The authors describe the data flow from collection through extraction (ETL) and preparation to model building and clinical implementation, and then present a categorized list of over 40 challenges in cohort definition, outcome definition, feature engineering, and data cleaning. Each challenge is accompanied by a description, a recommendation, and a mapping to the Weiskopf–Weng and METRIC data quality frameworks. The central contribution is the checklist itself, with particular emphasis on implementation-time reproducibility: correct interpretation of timestamps, avoidance of temporal leaks, distinction between clinically relevant and recording timestamps, and reproducible programmatic data cleaning. The paper explicitly declares its scope (single-site structured data, excluding multi-center and unstructured text) and its limitations (selective literature review, no empirical assessment of the impact of each challenge on model performance).
Significance. If judged as a consolidation of practical expertise rather than as an empirical evaluation, the paper is valuable. It provides a well-organized inventory that maps to established data-quality frameworks and draws attention to implementation-time reproducibility issues, such as timestamp semantics (Table 8), temporal leaks (Table 9), and aggregate features (Table 7), that are often underemphasized in machine-learning guides. The authors are transparent about their methods and limitations: Section 2 states that the review was selective, and Section 5 explicitly disclaims exhaustiveness and notes that the impact of individual challenges on model performance is not assessed. The recommendations are appropriately hedged as context-dependent, and the fitness-for-use principle is invoked throughout. The paper does not overclaim empirical support; its value lies in providing a structured, expert-derived checklist for practitioners. The main limitations, which are disclosed, mean the work should be read as a practical guide rather than a systematic review or a quantitative study.
minor comments (5)
- [Abstract and Section 2] The phrase 'comprehensive list' is stronger than the method and limitations support. Section 5 explicitly states that the review was selective and cannot be exhaustive. I recommend replacing 'comprehensive' with 'structured' or 'broad' in the abstract and in Section 2, and adjusting the final sentence of Section 5, so that the claim matches the disclosed limitations.
- [Section 2] In the third paragraph, 'OMOP CMD' should be 'OMOP CDM'; the acronym is spelled correctly elsewhere, e.g., in Section 1 and in Table 6.
- [Table 11] The recommendation for 'Missing values that can be fully recovered from other fields' suggests using a powerful missing-data imputation algorithm. To be consistent with the paper's earlier advice in Section 3(c) to separate train and test sets before preprocessing, the recommendation should explicitly state that the imputation model must be fitted on the training data only, otherwise readers may inadvertently introduce test-train leakage.
- [Tables 4 and 9] Several challenges that are fundamentally about timeliness, such as 'Label leakage due to temporal leakage' and 'Temporal leaks due to extraction errors', are mapped to METRIC/WW = NA. If the mapping is intended to be complete, it would help to explain why these entries have no mapping, or to add the relevant Timeliness/Currency dimensions.
- [Section 4 (Tables 1-11)] The tables are dense and would benefit from a short 'how to use this list' paragraph stating whether the order of challenges implies priority. The current text advises case-by-case assessment but does not suggest an order of operations or a triage strategy, which would increase the practical actionability of the guide.
Circularity Check
No significant circularity; the guide is a self-contained synthesis of external literature and experience, with explicit non-exhaustiveness caveats.
full rationale
This paper makes no quantitative derivation and contains no fitted parameters, no prediction that reduces to an input, and no uniqueness argument imported from prior work. Its central content is a categorized list of EHR data extraction and preparation challenges with recommendations, assembled from a selective literature review and the authors' own experience. The only self-citations (Albu et al. 2024 and Gao et al. 2024) are used as illustrative examples of competing-risk modeling and auxiliary outcomes; they do not carry the argument, and the recommendations do not depend on accepting those papers' results. The paper explicitly frames the categorization as 'one possible categorization' and Section 5 concedes that the review 'cannot be exhaustive' and that 'every project will face use case specific challenges.' It also states that the authors 'do not assess the impact of each challenge on the final prediction model,' which weakens the practical-utility claim but does not make the derivation circular. The acknowledged limitations concern representativeness and empirical validation, not logical self-reference. Thus no circular step meets the evidentiary standard of this review.
Assumptions & free parameters
assumptions (3)
- domain assumption Single-hospital structured EHR data is a sufficient scope for dynamic prediction modeling guidance.
- domain assumption The authors' experiences and the selected literature are representative of typical EHR extraction and preparation projects.
- domain assumption Extraction and preparation logic should be reproducible at clinical implementation time.
Cite this review
Pith. "Pith review of Challenges and recommendations for Electronic Health Records data extraction and preparation for dynamic prediction modelling in hospitalized patients -- a practical guide." pith.science (2026). https://pith.science/paper/SZAAY4HM
@misc{pith2026250110240,
author = {Pith},
title = {Pith review of: Challenges and recommendations for Electronic Health Records data extraction and preparation for dynamic prediction modelling in hospitalized patients -- a practical guide},
year = {2026},
howpublished = {\url{https://pith.science/paper/SZAAY4HM}},
note = {Machine review of arXiv:2501.10240}
}
read the original abstract
Dynamic predictive modelling using electronic health record (EHR) data has gained significant attention in recent years. The reliability and trustworthiness of such models depend heavily on the quality of the underlying data, which is, in part, determined by the stages preceding the model development: data extraction from EHR systems and data preparation. In this article, we identified over forty challenges encountered during these stages and provide actionable recommendations for addressing them. These challenges are organized into four categories: cohort definition, outcome definition, feature engineering, and data cleaning. This comprehensive list serves as a practical guide for data extraction engineers and researchers, promoting best practices and improving the quality and real-world applicability of dynamic prediction models in clinical settings.
Figures
Reference graph
Works this paper leans on
-
[1]
Modeling longitudinal biomarker data from multiple assays that have different known detection limits
Paul S Albert. Modeling longitudinal biomarker data from multiple assays that have different known detection limits. Biometrics, 64 0 (2): 0 527--537, 2008
work page 2008
-
[2]
Elena Albu, Shan Gao, Pieter Stijnen, Frank Rademakers, Christel Janssens, Veerle Cossey, Yves Debaveye, Laure Wynants, and Ben Van Calster. Comparison of static and dynamic random forests models for ehr data in the presence of competing risks: predicting central line-associated bloodstream infection. arXiv preprint arXiv:2404.16127, 2024
work page Pith review arXiv 2024
-
[3]
Lessons and tips for designing a machine learning study using ehr data
Jaron Arbet, Cole Brokamp, Jareen Meinzen-Derr, Katy E Trinkley, and Heidi M Spratt. Lessons and tips for designing a machine learning study using ehr data. Journal of Clinical and Translational Science, 5 0 (1): 0 e21, 2021
work page 2021
-
[4]
Increasing trust in real-world evidence through evaluation of observational data quality
Clair Blacketer, Frank J Defalco, Patrick B Ryan, and Peter R Rijnbeek. Increasing trust in real-world evidence through evaluation of observational data quality. Journal of the American Medical Informatics Association, 28 0 (10): 0 2251--2257, 2021
work page 2021
-
[5]
Marshall H Chin, Nasim Afsar-Manesh, Arlene S Bierman, Christine Chang, Caleb J Col \'o n-Rodr \'i guez, Prashila Dullabh, Deborah Guadalupe Duran, Malika Fair, Tina Hernandez-Boussard, Maia Hightower, et al. Guiding principles to address the impact of algorithm bias on racial and ethnic disparities in health and health care. JAMA Network Open, 6 0 (12): ...
work page 2023
-
[6]
A guide to sharing open healthcare data under the general data protection regulation
Jip WTM de Kok, Miguel \'A Armengol de la Hoz, Ymke de Jong, V \'e ronique Brokke, Paul WG Elbers, Patrick Thoral, Alejandro Castillejo, Tom \'a s Trenor, Jose M Castellano, Alberto E Bronchalo, et al. A guide to sharing open healthcare data under the general data protection regulation. Scientific data, 10 0 (1): 0 404, 2023
work page 2023
-
[7]
Table 0; documenting the steps to go from clinical database to research dataset
Jip WTM de Kok, Bas CT van Bussel, Ronny Schnabel, Thijs TW van Herpt, Rob GH Driessen, Daniek AM Meijs, Joep A Goossens, Helen JMM Mertens, Sander MJ van Kuijk, Laure Wynants, et al. Table 0; documenting the steps to go from clinical database to research dataset. Journal of Clinical Epidemiology, 170: 0 111342, 2024
work page 2024
-
[8]
Preprocessing structured clinical data for predictive modeling and decision support
Jose Carlos Ferrao, Monica Duarte Oliveira, Filipe Janela, and Henrique MG Martins. Preprocessing structured clinical data for predictive modeling and decision support. Applied clinical informatics, 7 0 (04): 0 1135--1153, 2016
work page 2016
Show all 46 references
-
[9]
A comparison of regression models for static and dynamic prediction of a prognostic outcome during admission in electronic health care records
Shan Gao, Elena Albu, Hein Putter, Pieter Stijnen, Frank Rademakers, Veerle Cossey, Yves Debaveye, Christel Janssens, Ben Van Calster, and Laure Wynants. A comparison of regression models for static and dynamic prediction of a prognostic outcome during admission in electronic ...
2024 arXiv
-
[10]
A review of challenges and opportunities in machine learning for health
Marzyeh Ghassemi, Tristan Naumann, Peter Schulam, Andrew L Beam, Irene Y Chen, and Rajesh Ranganath. A review of challenges and opportunities in machine learning for health. AMIA Summits on Translational Science Proceedings, 2020: 0 191, 2020
2020
-
[11]
Five analytic challenges in working with electronic health records data to support clinical trials with some solutions
Benjamin A Goldstein. Five analytic challenges in working with electronic health records data to support clinical trials with some solutions. Clinical Trials, 17 0 (4): 0 370--376, 2020
2020
-
[12]
Improved reporting of selection processes in clinical database research
Neal D Goldstein. Improved reporting of selection processes in clinical database research. response to de kok et al. Journal of clinical epidemiology, 2024
2024
-
[13]
An extensive data processing pipeline for mimic-iv
Mehak Gupta, Brennan Gallamoza, Nicolas Cutrona, Pranjal Dhakal, Raphael Poulain, and Rahmatollah Beheshti. An extensive data processing pipeline for mimic-iv. In Machine Learning for Health, pages 311--325. PMLR, 2022
2022
-
[14]
Minimar (minimum information for medical ai reporting): Developing reporting standards for artificial intelligence in health care
Tina Hernandez-Boussard, Selen Bozkurt, John PA Ioannidis, and Nigam H Shah. Minimar (minimum information for medical ai reporting): Developing reporting standards for artificial intelligence in health care. Journal of the American Medical Informatics Association, 27 0 (12): 0...
2011
-
[15]
Challenges and recommendations for high quality research using electronic health records
Kate Honeyford, Paul Expert, EE Mendelsohn, Benjamin Post, A Aldo Faisal, Ben Glampson, EK Mayer, and CE Costelloe. Challenges and recommendations for high quality research using electronic health records. Frontiers in digital health, 4: 0 940330, 2022
2022
-
[16]
Clairvoyance: A pipeline toolkit for medical time series
Daniel Jarrett, Jinsung Yoon, Ioana Bica, Zhaozhi Qian, Ari Ercole, and Mihaela van der Schaar. Clairvoyance: A pipeline toolkit for medical time series. arXiv preprint arXiv:2310.18688, 2023
2023 arXiv
-
[17]
Mimic-iii, a freely accessible critical care database
Alistair EW Johnson, Tom J Pollard, Lu Shen, Li-wei H Lehman, Mengling Feng, Mohammad Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark. Mimic-iii, a freely accessible critical care database. Scientific data, 3 0 (1): 0 1--9, 2016
2016
-
[18]
Reproducibility in critical care: a mortality prediction case study
Alistair EW Johnson, Tom J Pollard, and Roger G Mark. Reproducibility in critical care: a mortality prediction case study. In Machine learning for healthcare conference, pages 361--376. PMLR, 2017
2017
-
[19]
Mimic-iv, a freely accessible electronic health record dataset
Alistair EW Johnson, Lucas Bulgarelli, Lu Shen, Alvin Gayles, Ayad Shammout, Steven Horng, Tom J Pollard, Sicheng Hao, Benjamin Moody, Brian Gow, et al. Mimic-iv, a freely accessible electronic health record dataset. Scientific data, 10 0 (1): 0 1, 2023
2023
-
[20]
Dynamic-deephit: A deep learning approach for dynamic survival analysis with competing risks based on longitudinal data
Changhee Lee, Jinsung Yoon, and Mihaela Van Der Schaar. Dynamic-deephit: A deep learning approach for dynamic survival analysis with competing risks based on longitudinal data. IEEE Transactions on Biomedical Engineering, 67 0 (1): 0 122--133, 2019
2019
-
[21]
Clinical implementation of predictive models embedded within electronic health record systems: a systematic review
TC Lee, NU Shah, A Haack, and SL Baxter. Clinical implementation of predictive models embedded within electronic health record systems: a systematic review. informatics. 2020; 7 (3): 25, 2020
2020
-
[22]
Electronic health record data quality assessment and tools: a systematic review
Abigail E Lewis, Nicole Weiskopf, Zachary B Abrams, Randi Foraker, Albert M Lai, Philip RO Payne, and Aditi Gupta. Electronic health record data quality assessment and tools: a systematic review. Journal of the American Medical Informatics Association, 30 0 (10): 0 1730--1740, 2023
2023
-
[23]
Changing predictor measurement procedures affected the performance of prediction models in clinical examples
Kim Luijken, Laure Wynants, Maarten Van Smeden, Ben Van Calster, Ewout W Steyerberg, Rolf HH Groenwold, Dirk Timmerman, Tom Bourne, and Chinedu Ukaegbu. Changing predictor measurement procedures affected the performance of prediction models in clinical examples. Journal of cli...
2020
-
[24]
Lifting hospital electronic health record data treasures: challenges and opportunities
Alexander Maletzky, Carl B \"o ck, Thomas Tschoellitsch, Theresa Roland, Helga Ludwig, Stefan Thumfart, Michael Giretzlehner, Sepp Hochreiter, Jens Meier, et al. Lifting hospital electronic health record data treasures: challenges and opportunities. JMIR Medical Informatics, 1...
2022
-
[25]
A data preparation framework for cleaning electronic health records and assessing cleaning outcomes for secondary analysis
Zhuqi Miao, Meghan D Sealey, Shrieraam Sathyanarayanan, Dursun Delen, Lan Zhu, and Scott Shepherd. A data preparation framework for cleaning electronic health records and assessing cleaning outcomes for secondary analysis. Information Systems, 111: 0 102130, 2023
2023
-
[26]
The ai life cycle: a holistic approach to creating ethical ai for health decisions
Madelena Y Ng, Supriya Kapur, Katherine D Blizinsky, and Tina Hernandez-Boussard. The ai life cycle: a holistic approach to creating ethical ai for health decisions. Nature medicine, 28 0 (11): 0 2247--2249, 2022
2022
-
[27]
Evaluation of data quality of multisite electronic health record data for secondary analysis
Alicia L Nobles, Ketki Vilankar, Hao Wu, and Laura E Barnes. Evaluation of data quality of multisite electronic health record data for secondary analysis. In 2015 IEEE international conference on big data (big data), pages 2612--2620. IEEE, 2015
2015
-
[28]
all of us
All of Us Research Program Investigators. The “all of us” research program. New England Journal of Medicine, 381 0 (7): 0 668--676, 2019
2019
-
[29]
Measuring diagnoses: Icd code accuracy
Kimberly J O'malley, Karon F Cook, Matt D Price, Kimberly Raiford Wildes, John F Hurdle, and Carol M Ashton. Measuring diagnoses: Icd code accuracy. Health services research, 40 0 (5p2): 0 1620--1639, 2005
2005
-
[30]
The eicu collaborative research database, a freely available multi-center database for critical care research
Tom J Pollard, Alistair EW Johnson, Jesse D Raffa, Leo A Celi, Roger G Mark, and Omar Badawi. The eicu collaborative research database, a freely available multi-center database for critical care research. Scientific data, 5 0 (1): 0 1--13, 2018
2018
-
[31]
Assessment of prediction tasks and time window selection in temporal modeling of electronic health record data: a systematic review
Sarah Pungitore and Vignesh Subbian. Assessment of prediction tasks and time window selection in temporal modeling of electronic health record data: a systematic review. Journal of Healthcare Informatics Research, 7 0 (3): 0 313--331, 2023
2023
-
[32]
Leveraging electronic health records for data science: common pitfalls and how to avoid them
Christopher M Sauer, Li-Ching Chen, Stephanie L Hyland, Armand Girbes, Paul Elbers, and Leo A Celi. Leveraging electronic health records for data science: common pitfalls and how to avoid them. The Lancet Digital Health, 4 0 (12): 0 e893--e898, 2022
2022
-
[33]
The metric-framework for assessing data quality for trustworthy ai in medicine: a systematic review
Daniel Schwabe, Katinka Becker, Martin Seyferth, Andreas Kla , and Tobias Schaeffter. The metric-framework for assessing data quality for trustworthy ai in medicine: a systematic review. NPJ Digital Medicine, 7 0 (1): 0 203, 2024
2024
-
[34]
Barriers to achieving economies of scale in analysis of ehr data
Mark P Sendak, Suresh Balu, and Kevin A Schulman. Barriers to achieving economies of scale in analysis of ehr data. Applied clinical informatics, 8 0 (03): 0 826--831, 2017
2017
-
[35]
Democratizing ehr analyses with fiddle: a flexible data-driven preprocessing pipeline for structured clinical data
Shengpu Tang, Parmida Davarmanesh, Yanmeng Song, Danai Koutra, Michael W Sjoding, and Jenna Wiens. Democratizing ehr analyses with fiddle: a flexible data-driven preprocessing pipeline for structured clinical data. Journal of the American Medical Informatics Association, 27 0 ...
1921
-
[36]
Patrick J Thoral, Jan M Peppink, Ronald H Driessen, Eric JG Sijbrands, Erwin JO Kompanje, Lewis Kaplan, Heatherlee Bailey, Jozef Kesecioglu, Maurizio Cecconi, Matthew Churpek, et al. Sharing icu patient data responsibly under the society of critical care medicine/european soci...
2021
-
[37]
Assessing the suitability of general practice electronic health records for clinical prediction model development: a data quality assessment
Sharmala Thuraisingam, Patty Chondros, Michelle M Dowsey, Tim Spelman, Stephanie Garies, Peter F Choong, Jane Gunn, and Jo-Anne Manski-Nankervis. Assessing the suitability of general practice electronic health records for clinical prediction model development: a data quality a...
2021
-
[38]
A clinically applicable approach to continuous prediction of future acute kidney injury
Nenad Toma s ev, Xavier Glorot, Jack W Rae, Michal Zielinski, Harry Askham, Andre Saraiva, Anne Mottram, Clemens Meyer, Suman Ravuri, Ivan Protsyuk, et al. A clinically applicable approach to continuous prediction of future acute kidney injury. Nature, 572 0 (7767): 0 116--119, 2019
2019
-
[39]
Use of deep learning to develop continuous-risk models for adverse event prediction from electronic health records
Nenad Toma s ev, Natalie Harris, Sebastien Baur, Anne Mottram, Xavier Glorot, Jack W Rae, Michal Zielinski, Harry Askham, Andre Saraiva, Valerio Magliulo, et al. Use of deep learning to develop continuous-risk models for adverse event prediction from electronic health records....
2021
-
[40]
Data resource profile: the dutch national intensive care evaluation (nice) registry of admissions to adult intensive care units
Nick van de Klundert, Rebecca Holman, Dave A Dongelmans, and Nicolette F de Keizer. Data resource profile: the dutch national intensive care evaluation (nice) registry of admissions to adult intensive care units. International journal of epidemiology, 44 0 (6): 0 1850--1850h, 2015
2015
-
[41]
Use and abuse of computer-stored medical records
Johan Van Der Lei. Use and abuse of computer-stored medical records. Methods of information in medicine, 30 0 (02): 0 79--80, 1991
1991
-
[42]
Developing clinical prediction models using primary care electronic health record data: The impact of data preparation choices on model performance
Hendrikus JA van Os, Jos P Kanning, Marieke JH Wermer, Niels H Chavannes, Mattijs E Numans, Ynte M Ruigrok, Erik W van Zwet, Hein Putter, Ewout W Steyerberg, and Rolf HH Groenwold. Developing clinical prediction models using primary care electronic health record data: The impa...
2022
-
[43]
Attention is all you need
A Vaswani. Attention is all you need. Advances in Neural Information Processing Systems, 2017
2017
-
[44]
Mimic-extract: A data extraction, preprocessing, and representation pipeline for mimic-iii
Shirly Wang, Matthew BA McDermott, Geeticka Chauhan, Marzyeh Ghassemi, Michael C Hughes, and Tristan Naumann. Mimic-extract: A data extraction, preprocessing, and representation pipeline for mimic-iii. In Proceedings of the ACM conference on health, inference, and learning, pa...
2020
-
[45]
Methods and dimensions of electronic health record data quality assessment: enabling reuse for clinical research
Nicole Gray Weiskopf and Chunhua Weng. Methods and dimensions of electronic health record data quality assessment: enabling reuse for clinical research. Journal of the American Medical Informatics Association, 20 0 (1): 0 144--151, 2013
2013
-
[46]
External validation of a widely implemented proprietary sepsis prediction model in hospitalized patients
Andrew Wong, Erkin Otles, John P Donnelly, Andrew Krumm, Jeffrey McCullough, Olivia DeTroyer-Cooley, Justin Pestrue, Marie Phillips, Judy Konye, Carleen Penoza, et al. External validation of a widely implemented proprietary sepsis prediction model in hospitalized patients. JAM...
2021
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.