Book Image

Healthcare Analytics Made Simple

By : Vikas (Vik) Kumar, Shameer Khader
Book Image

Healthcare Analytics Made Simple

By: Vikas (Vik) Kumar, Shameer Khader

Overview of this book

In recent years, machine learning technologies and analytics have been widely utilized across the healthcare sector. Healthcare Analytics Made Simple bridges the gap between practising doctors and data scientists. It equips the data scientists’ work with healthcare data and allows them to gain better insight from this data in order to improve healthcare outcomes. This book is a complete overview of machine learning for healthcare analytics, briefly describing the current healthcare landscape, machine learning algorithms, and Python and SQL programming languages. The step-by-step instructions teach you how to obtain real healthcare data and perform descriptive, predictive, and prescriptive analytics using popular Python packages such as pandas and scikit-learn. The latest research results in disease detection and healthcare image analysis are reviewed. By the end of this book, you will understand how to use Python for healthcare data analysis, how to import, collect, clean, and refine data from electronic health record (EHR) surveys, and how to make predictive models with this data through real-world algorithms and code examples.
Table of Contents (11 chapters)

Patient data – the journey from patient to computer

The clinical data collection process starts when a patient starts telling a physician about his or her condition. This is known as the patient history, and since it is not observed directly by the physician, but instead recounted by the patient, the patient’s story is known as subjective information. In contrast, objective information comes from the physician and consists of the physician's own observations about the patient, from the physical examination, lab tests, and imaging studies, to other diagnostic procedures. Together, the subjective and objective information makes up the clinical note.

There are several types of clinical notes used in healthcare. The history and physical (H&P) is the most thorough and comprehensive clinical note. It is usually obtained when an outpatient physician sees a patient...