kartoun commited on
Commit
073b5a9
·
verified ·
1 Parent(s): 9f26b64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ ---
4
+ #############################################################################################################################
5
+ ### A 10,000-patient database that contains in total 10,000 patients, 36,143 admissions, and 10,726,505 lab observations. ###
6
+ ### Created by: Uri Kartoun, PhD, Copyright 2014. ###
7
+ #############################################################################################################################
8
+
9
+ The Problem
10
+ It is difficult and expensive to access Electronic Medical Records (EMRs) due to privacy concerns and technical problems.
11
+ I am a student or a researcher working at a university that does not have yet an access to EMR system and I am interested in evaluating machine learning algorithms.
12
+ Tedious bureaucracy.
13
+
14
+ I am teaching a computer science course and I wish to let my 150 students to experiment with electronic medical records.
15
+ Not possible due to privacy issues.
16
+
17
+ I am in a process of founding a company focused on developing a new EMR management platform and I want to demonstrate to a venture capital company and to potential customers the ability of my product to handle big data.
18
+ Current simulated medical databases are limited and are hard to configure.
19
+
20
+ The Solution
21
+ A database of artificial patients.
22
+ The data is generated according to pre-defined criteria and is not based on any human data.
23
+
24
+ The database contains the same characteristics that exist in a real medical database such as patients admission details, demographics, socioeconomic details, labs, medications, etc.
25
+
26
+ The database is customizable. For example, it is possible to generate a population of 100,000 patients of which 60% are male, 40% are African American, 15% are diabetic, specific lab range distributions can be set, etc.
27
+
28
+ The number of records can range from several thousands to millions, depending on the desired configuration.