You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,20 @@ This is an R package that has sume utilities and also supports informatics stud
5
5
6
6
# Support development of Data Quality Dashboard (DQD)
7
7
8
-
Package has functions that support addition of more rules and knowledge base items to the Data Quality Dashboard. For example, we want to compute 3rd and 97th percentile (or other parameters) for some lab results to use those as thresholds.
8
+
Package has functions that support addition of more rules and knowledge base items to the Data Quality Dashboard. For example, we want to compute 3rd and 97th percentile (or other parameters) for some lab results to use those as thresholds. We also analyze what value_as_concept_ids are used with specific measurement_concept_ids to help OHDSI network to standardize value_as_concept_id for critical measurements.
9
9
10
10
A site can participate on developing knowledbe base for DQD. Or it can take part on format research study (to be published). Se [extras/protocol](extras/protocol) folder for protocol.
11
11
12
12
To run the study, see DQD section in file [extras/CodeToRun.R](extras/CodeToRun.R)
13
13
14
14
15
+
# Versions
16
+
17
+
## v4.1
18
+
Simplified release for DQD purpose of the package
19
+
20
+
21
+
## v5.0
22
+
Addition of functionality to analyze value_as_concept_ids
0 commit comments