generated from ohdsi-studies/EmptyStudyRepository
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix three bugs in feasibility assessment workflow (#34) * Hotfix conn variable * Fix the issue with site_path and paste() * Add missing schema variable to table name * Characterization Analysis Tutorial (#37) * Simplified phenotype definition generation * DVC controlled initial phenotype definition information * Initial draft of the characterization scheme * Cleaned up repository of misc files * Added todo for README for the future * Added additional todos for characterization work * Completed to-dos for database connections and queries * Added todos and did initial review * Completed todos and added set-up and testing documents * Tweaking tutorial to better accommodate Julia packages * Removed Julia installation instructions * Added OHDSI HADES packages * Placeholder for baseline directory * Get patients who match a condition set * Query patients to get their age, race, and gender * Overhaul of characterization script to only require HADES and SQL * Updated baseline characterization scheme * Updated instructions to the README --------- Co-authored-by: TheCedarPrince <[email protected]> * Updated for release of v0.1.0 of package * Updated for release of v0.1.0 of package --------- Co-authored-by: Kyle Zollo <[email protected]> Co-authored-by: malinahy <[email protected]>
- Loading branch information
1 parent
8a231a0
commit 1202414
Showing
24 changed files
with
2,015 additions
and
1,146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: MentalHealthEquity | ||
Title: Assessing Health Equity in Mental Healthcare Delivery Using a | ||
Federated Network Research Model | ||
Version: 0.0.2 | ||
Version: 0.1.0 | ||
Authors@R: | ||
person("Jacob", "Zelko", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-4531-1614")) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"items": [ | ||
{ | ||
"concept": { | ||
"CONCEPT_ID": 436665, | ||
"CONCEPT_NAME": "Bipolar disorder", | ||
"STANDARD_CONCEPT": "S", | ||
"STANDARD_CONCEPT_CAPTION": "Standard", | ||
"INVALID_REASON": "V", | ||
"INVALID_REASON_CAPTION": "Valid", | ||
"CONCEPT_CODE": "13746004", | ||
"DOMAIN_ID": "Condition", | ||
"VOCABULARY_ID": "SNOMED", | ||
"CONCEPT_CLASS_ID": "Clinical Finding", | ||
"VALID_START_DATE": 1012435200000, | ||
"VALID_END_DATE": 4102358400000 | ||
}, | ||
"isExcluded": false, | ||
"includeDescendants": true, | ||
"includeMapped": true | ||
} | ||
] | ||
} |
Oops, something went wrong.