Youran Li commited on
Commit
771248d
·
verified ·
1 Parent(s): fe44014

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OMOP POU Data Card
2
+
3
+ ----------------------------------
4
+
5
+ ## Publication
6
+
7
+ Naderalvojoud, Behzad, et al.
8
+ "Towards global model generalizability: independent cross-site feature evaluation for patient-level risk prediction models using the OHDSI network."
9
+ *Journal of the American Medical Informatics Association* 31.5 (2024): 1051–1061.
10
+
11
+ Please refer to the publication for full details on cohort construction and model development.
12
+
13
+ ---
14
+
15
+ ## Dataset Specification
16
+
17
+ - **Source of Data**: STARR OMOP
18
+ - **Prediction outcome**: Prolonged opioid use
19
+ - 1: Prolonged
20
+ - 0: Non-prolonged
21
+ - **Covariate count**: 10,636
22
+ - **Total cohort size (original)**: 41,929 patients
23
+ - **Final modeling cohort**: 41,507 patients
24
+ - **Training set size**: 33,206
25
+ - **Test set size**: 8,301
26
+
27
+ ---
28
+
29
+ ## Note on Data Availability
30
+
31
+ Due to PHI restrictions, the full dataset cannot be publicly released. The files provided here are **small subset examples with synthetic patients**, intended only to demonstrate the **structure and format** of the dataset.
32
+
33
+ ---
34
+
35
+ ## File Descriptions
36
+
37
+ ### `cohort_subset.csv`
38
+
39
+ Contains 10 example (synthetic) patients with:
40
+ - `rowId`: patient identifier
41
+ - `outcome`: prolonged opioid use label
42
+
43
+
44
+ ### `data_subset.csv`
45
+
46
+ Represents the model input matrix:
47
+ - Each row corresponds to a patient
48
+ - Each column corresponds to a covariate (by covariateId)
49
+ - `rowId` links to `cohort_subset.csv`
50
+
51
+
52
+ ### `covariate_subset.csv`
53
+
54
+ Covariate dictionary containing:
55
+ - `covariateId`
56
+ - `covariateName`
57
+
58
+ ---
59
+
60
+ ## Support
61
+
62
+ Please contact Dr. Behzad Naderalvojoud at behzadn@stanford.edu for any questions or clarifications regarding this dataset.