Challenge 2: Extract, transform and load HL7 medical data

< Previous Challenge - Home - Next Challenge>

Introduction

In this challenge, you will deploy a Health Architecture HL7toFHIR Conversion serverless solution that provides the following services within FHIR Converter and FHIR Proxy:

FHIR Converter is an open source project that runs as a REST web service for converting health data from legacy formats to FHIR bundles. Microsoft FHIR Converter currently supports HL7v2 and C-CDA to FHIR conversion. It uses pre-installed Handlebars templates to define data mapping for HL7v2 to FHIR and C-CDA to FHIR conversion. It can be deploy separately or as part of the HL7 to FHIR Conversion pipeline.

HL7 Ingest Platform reference architeture is deployed to ingest HL7 messages and produce a consumable event in a Service Bus queue for processing by FHIR Event Processor function app. It provides a sample samplemsg.hl7 for testing the hl7overhttps ingest service.

HL7 to FHIR Conversion reference architecture deployment will create a Logic App based workflow that is triggered whenever new HL7 message is added to the queue of hl7ingest Service Bus. This conversion workflow performs the following tasks:

Note: After successful deployment, the FHIR converter pipeline is integrated with the HL7 Ingest platform.

Description

Success Criteria

Learning Resources