Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 4.51 KB

README.md

File metadata and controls

67 lines (42 loc) · 4.51 KB

Introduction

OHDSI on Azure GitHub repository is designed to ease deployment of tools provided by the Observational Health Data Sciences and Informatics (OHDSI, pronounced "Odyssey") community on to Azure. We are guided by our Hypothesis and core objectives.

Hypothesis - “OHDSI on Azure will empower IT department and operations teams to support researchers, thus increasing researchers' motivation to act on new ideas”

Objectives

  1. Decreased deployment challenges
  2. Increased access to funding
  3. Simplified adoption strategy

OHDSI on Azure is a set of scripts and templates designed to automate the deployment of the solution in the Microsoft Azure cloud using Bicep & PaaS services. It is designed to facilitate standardized scalable deployments within customer managed Azure subscriptions. Provide best practices for running OHDSI on Azure. Ease the burden of management and cost monitoring of research projects.

OHDSI on Azure has taken a container-based approach to operating OHDSI tools. Therefore, OHDSI on Azure does its best to not host code developed by the OHDSI community. Our deployment templates pull containers from Docker Hub.

We invite you and your organization to participate in the continued feature expansion of OHDSI on Azure.

This repository assumes the end user is familiar with the OHDSI community, OMOP, Azure, and Bicep.

Some of the OHDSI projects included:

  • Common Data Model (CDM), including Vocabulary
  • Atlas - OSS tool used to conduct analyses on standardized observational data converted to the OMOP Common Data Model V5
  • WebApi - contains all OHDSI RESTful services that can be called from OHDSI applications
  • Achilles - provides descriptive statistics on an OMOP CDM database
  • ETL-Synthea - Conversion from Synthea CSV to OMOP CDM

Overview

alt text

  • You can host your CDM in Azure PostgreSQL. You can load your cdm and vocabularies into Azure Storage Container as cs.gz files, and pass as a paramater in your custom deployment.

CDM Version

This setup is based on the CDM v5.4.0 and supports both PostgreSQL and Azure Synapse.

Getting Started

To get started, click on deploy to Azure button. To get more detailed instructions, please refer to the Deployment Guide.

Deploy to Azure

Create a synthetic OMOP CDM

This solution comes with a prebuilt synthetic CDM of 1,000 patients. If you wish to create your own (maybe larger) synthetic dataset you can follow a similar process described here.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.