-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3da2399
commit c483c78
Showing
3 changed files
with
28 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
# ATLAS | ||
|
||
ATLAS is a unified web interface that attempts to integrate features from various OHDSI applications into a single cohesive experience. | ||
<a href="http://www.ohdsi.org/web/atlas"><img src="http://www.ohdsi.org/web/wiki/lib/exe/fetch.php?cache=&media=documentation:software:logo_without_text.png" align="left" hspace="10" vspace="6" width="164" height="200"></a> | ||
|
||
ATLAS is currently in alpha release. | ||
Feedback is welcome. | ||
**ATLAS** is an open source software tool for researchers to conduct scientific analyses on standardized observational data converted to the [OMOP Common Data Model V5](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:cdm:single-page "OMOP Common Data Model V5"). Researchers can create cohorts by defining groups of people based on an exposure to a drug or diagnosis of a particular condition using healthcare claims data. ATLAS has vocabulary searching of medical concepts to identify people with specific conditions, drug exposures etc. Patient profiles can be viewed within a specific cohort allowing visualization of a particular subject's health care records. Population effect level estimation analyses allows for comparison of two different cohorts and leverages R packages. | ||
|
||
ATLAS is HTML, CSS and Javascript and can be deployed through the following two steps. | ||
## Resources | ||
|
||
1. Host all files on a web server of your choice. | ||
2. Update the following section of the config.js file to point to your active OHDSI WebAPI deployment. | ||
* [Atlas (ohdsi.org)](http://www.ohdsi.org/web/atlas) **Please note: Google Chrome is the recommended browser for ATLAS.** | ||
* [Documentation](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:software:atlas) | ||
* [Releases](https://github.com/OHDSI/Atlas/releases "Atlas releases") | ||
|
||
config.services = [ | ||
{ | ||
name: 'My OHDSI API', | ||
url: 'http://api.myserver.net/WebAPI/' | ||
} | ||
]; | ||
## Technology | ||
|
||
ATLAS is built using HTML, CSS and [Knockout JavaScript](http://knockoutjs.com/ "Knockout JavaScript"). For more information on using Atlas, please refer to the [setup guide](http://www.ohdsi.org/web/wiki/doku.php?id=documentation:software:atlas:setup "setup guide"). | ||
|
||
## Dependencies | ||
- [WebAPI](https://github.com/OHDSI/WebAPI "WebAPI") | ||
|
||
## Getting Involved | ||
* Developer questions/comments/feedback: <a href="http://forums.ohdsi.org/c/developers">OHDSI Forum</a> | ||
* We use the <a href="../../issues">GitHub issue tracker</a> for all bugs/issues/enhancements | ||
|
||
##License | ||
ATLAS is licensed under Apache License 2. |
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