forked from MattD18/Healthcare-Information-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathORIE 4741 Project Proposal .tex
38 lines (17 loc) · 2.82 KB
/
ORIE 4741 Project Proposal .tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\documentclass{article}
\title{ORIE 4741 Project Proposal}
\author{Matthew Dalton and Katelyn Glassman}
\usepackage[top=1in, left=0.75in, bottom=1in, right=0.75in]{geometry}
\usepackage{hyperref}
\begin{document}
\maketitle
\section{Our Problem}
\paragraph{}
Our project's goal is to determine which hospitals provide the best care for different medical conditions. To do this we will examine which hospitals have a low ratio of length of stay to severity of illness as well as the costs for specific procedures. Going deeper we will also examine how demographic patterns and average costs in hospitals are correlated with recovery rates. To specify this examination, we plan to focus in on particular conditions and their varying recovery rates across different hospitals. Specifically, we plan to focus on sudden onset conditions such as stroke, aneurysm, and heart attack rather than chronic conditions. By choosing these conditions it will be easier to measure the efficacy of each hospital, as longer term diseases require more nuanced care and oftentimes patients are in and out of treatment making their recovery harder to track.
\section{Example Dataset}
\paragraph{}
One of the datasets we will be using is the SPARCS Hospital Inpatient Discharges for New York State, from which we will focus specifically on hospitals in New York City. This dataset provides basic information about all patients who have been discharged from a New York hospital in the year 2012, including their age, gender, and race. This dataset also provides information about each patient?s length of stay, reason for admission, severity of illness, method of payment, and cost. Specifically, the dataset quantifies severity of illness on a scale from 1 to 4, with 1 being minor and 4 being extreme, as well as an ordinal field for risk of mortality, which well help our study. Furthermore, this dataset allows us to manufacture other features for our analysis. Two such features we think could help are the ratio of severity of illness to length of stay and the number of patients each hospital discharges in a year. By examining this dataset as well as others we deem relevant, we will hopefully be able to find a solution to our problem.
\paragraph{} Link to SPARCS data: \href{url}{https://health.data.ny.gov/Health/Hospital-Inpatient-Discharges-SPARCS-De-Identified/u4ud-w55t}
\section{Problem Significance}
The significance of our proposed project is that it will allow us to quantitatively rate NYC hospitals. This system will add tremendous value to local community members by offering data driven insights towards hospital choices. While this task will not be a small undertaking, given the relevance of the SPARCS dataset, we are confident that we will be able to develop a model that can classify the effectiveness of each hospital.
\end{document}