Update README.md
Browse files
README.md
CHANGED
@@ -13,26 +13,9 @@ tags:
|
|
13 |
---
|
14 |
#################################################################################################################
|
15 |
### A 100-patient database that contains in total 100 patients, 372 admissions, and 111,483 lab observations. ###
|
16 |
-
### Created by: Uri Kartoun, PhD, Copyright 2014.
|
17 |
-
|
18 |
-
|
19 |
-
The Problem
|
20 |
-
It is difficult and expensive to access Electronic Medical Records (EMRs) due to privacy concerns and technical problems.
|
21 |
-
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.
|
22 |
-
Tedious bureaucracy.
|
23 |
-
|
24 |
-
I am teaching a computer science course and I wish to let my 150 students to experiment with electronic medical records.
|
25 |
-
Not possible due to privacy issues.
|
26 |
-
|
27 |
-
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.
|
28 |
-
Current simulated medical databases are limited and are hard to configure.
|
29 |
-
|
30 |
-
The Solution
|
31 |
-
A database of artificial patients.
|
32 |
-
The data is generated according to pre-defined criteria and is not based on any human data.
|
33 |
-
|
34 |
-
The database contains the same characteristics that exist in a real medical database such as patients admission details, demographics, socioeconomic details, labs, medications, etc.
|
35 |
|
36 |
-
The
|
37 |
|
38 |
-
The number of records can range from several thousands to millions, depending on the desired configuration.
|
|
|
13 |
---
|
14 |
#################################################################################################################
|
15 |
### A 100-patient database that contains in total 100 patients, 372 admissions, and 111,483 lab observations. ###
|
16 |
+
### Created by: Uri Kartoun, PhD, Copyright 2014 (https://urikartoun.com/). ###
|
17 |
+
#############################################################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
+
**The Problem:** It is difficult and expensive to access Electronic Medical Records (EMRs) due to privacy concerns and technical problems. 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. Tedious bureaucracy. I am teaching a computer science course and I wish to let my 150 students to experiment with electronic medical records. Not possible due to privacy issues. 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. Current simulated medical databases are limited and are hard to configure.
|
20 |
|
21 |
+
**The Solution:** A database of artificial patients. The data is generated according to pre-defined criteria and is not based on any human data. The database contains the same characteristics that exist in a real medical database such as patients admission details, demographics, socioeconomic details, labs, medications, etc. 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. The number of records can range from several thousands to millions, depending on the desired configuration.
|