UmarMohamedUsman / AHDS-Landing-Zone-Accelerator

This repo is for building secure landing zone accelerator for Azure Health Data Services (AHDS) and to integrate with various Azure Services.
GNU General Public License v3.0
5 stars 0 forks source link

AHDS Reference Architecture

This repo is for building secure landing zone accelerator for Azure Health Data Services (AHDS) and to integrate with various Azure Services.

ahds reference architecture

Introduction

Security is a paramount concern for Healthcare customers as they deal with Protected Health Information. Goal of this hackathon project is to come up with secure landing zone for deploying Azure Health Data Services (AHDS).

Currently we've no reference architecture in Azure Architecture Center for deploying AHDS and integrating with various Azure Services in a typical enterprise environment with security in mind. This has been a huge pain point for customers looking to deploy AHDS following Microsoft recommended best practices and continue to hinder AHDS adoption.

Use cases

Once we have the reference architecture deployed successfully, we will be able to receive FHIR messages (individually/bulk) securely over a TLS connection through Application Gateway and successfully persist in AHDS. Then FHIR Sync Agent reads data from AHDS, convert to Parquet files and writes it to Azure Data Lake Gen2. Azure Synapse can connect to Data Lake to query and analyze FHIR data.

Details

Getting Started

Testing

Once the reference architecture successfully deployed you can test the solution using Postman.

To begin, CTRL+click (Windows or Linux) or CMD+click (Mac) on the link below to open a Postman tutorial in a new browser tab.

Postman Setup Tutorial