From 802534495c43fc9710bf722f8ff37df3ea2a77a7 Mon Sep 17 00:00:00 2001 From: Dustin Burson Date: Tue, 4 Feb 2020 09:50:41 -0800 Subject: [PATCH] Add build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7973ca74..e4db71b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # IoMT FHIR Connector for Azure +[![Build Status](https://microsofthealthoss.visualstudio.com/FhirServer/_apis/build/status/IoMT/IoMT%20CI%20Build?branchName=master)](https://microsofthealthoss.visualstudio.com/FhirServer/_build/latest?definitionId=12&branchName=master) + The IoMT FHIR Connector for Azure is an open-source project for ingesting data from IoMT (internet of medical things) devices and persisting the data in a FHIR® server. The goal of this Microsoft Healthcare project is to enable developers to rapidly deploy a service for ingesting high frequency IoMT data and landing the data in a FHIR server of their choice. Device data can be written to directly to the IoMT FHIR Connector for Azure or seamlessly used in concert with other Azure IoT solutions (IoT Hub and IoT Central). The connector does not provide device security or management which are covered by the Azure IoT solutions mentioned.