
The slides can be downloaded at Lecture 4 Electronic Health Record section
You will find the dataset in the Assignment in Section6
To make what you learn here concrete and actionable, we will use a case study - opioid dependency prediction at a clinic.
You will find the training dataset in the Assignment in Section6 of this course.
Explore how wearable devices measure heart rate, blood pressure, pulse rate, and temperature, and how sensitivity and specificity shape false positives and false negatives in personalized medicine.
Explore how structured health care data use tables and relational schemas to organize diagnoses, procedures, drugs, laboratories, and vitals, with ICD-10 and ICD-9, CPT and HCPCS, and NDC codes.
Explore the hierarchical structure of health data with diagnoses, drugs, and procedure codes, and see how ICD-10 and ICD-9 roll up to chapters, enabling faster, aggregated analysis.
Examine the hierarchical structure of health care procedure codes, including HCPCS and CPT levels (CPT1 and CPT2), modifiers, and ICD-10-PCS/ICD-9-CM codes to link diagnoses with services.
7 steps to predictive modeling/Machine learning
A solid analytic plan ensures you ask the important questions upfront and keeps you on the right track, improving the efficiency and effectiveness of your analysis.
Your ability to convince others to work with you, on a project, is a key skill as an analyst. Remember, without end users, what you analyze is theoretical, pointless. Market yourself and your projects like a pro!
as a reminder, you will find the dataset in the Assignment
Learn how feature engineering turns raw health data into predictive features for modeling. Explore quantitative and domain expertise approaches that improve signal and enable actionable insights.
Going from raw data to training data set with machine learning features.
Explore decision trees, a supervised non-parametric method that splits data into homogeneous subsets using features, branches, and leaves to predict outcomes efficiently.
Explore neural nets, a non-parametric technique inspired by biological networks that learn patterns through layered features. Understand their strong predictive power and the healthcare explainability challenges.
Use knime to build predictive models with an open source gui; import data, configure nodes, train models (decision tree, logistic regression, random forest), and evaluate with scorers and roc curves.
as a reminder, you will find the dataset in the Assignment
Analyze sensitivity and scenario testing by examining how thresholds alter predicted outcomes and false positives. Compare decision tree and logistic regression on 220 patients to show threshold and false-positive effects.
Present results by balancing technical and emotive content, use graphics to show impact on patient care and opioid dependency, and document data sources, assumptions, and methodology for a two-page report.
Apply logistic regression to new patient data to estimate opiate abuse risk, enabling real-time EHR integration or nurse outreach for high-probability cases.
US Health System series
The 5 key elements of health plan design, that help you see and understand the whys behind each different design
View the complete course + others here ==> https://www.udemy.com/user/yidingjiang/
US Health System series
View the complete course + others here ==> https://www.udemy.com/user/yidingjiang/
Health insurance claims data are a major source of health care data. As long as the the medical services are paid by health insurers, you will see the claims. This is a relative well structured and complete source, although clinical detail can be lacking at times.
View the complete course + others here ==> https://www.udemy.com/user/yidingjiang/
This course will teach you how to work with health data, using machine learning models to find actionable insights.
Through a step-by-step guided case study, you will learn practical skills that you can apply immediately!
We will use a case study: Opioid Abuse Prediction for a clinic
Topics we will cover:
Health Data (sources, types, features, error handling)
Logistics of machine learning
What predictive model features are, and how to create them
A statistical primer, highlighting key machine learning models and concepts
Build a decision tree, logistic regression and random forest through
Opioid abuse prediction case study
KNIME (a free machine learning software, no coding required!)
Assess model performance
Output presentation and implementation