Sending data from iot device to fhir

2022-07-11T11:11:20.017+00:00

I am implementing a project and there is the need to send data from an IoT device to the Medtech service from fhir. There is already a connection established between the IoT device and the IoT Hub, which the last is receiving the data, now there is a problem in how to establish the connection from the IoT Hub to the Medtech service, the documentation lacks the information needed for device mapping.

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
148 questions
{count} votes

Accepted answer
  1. Sander van de Velde 28,311 Reputation points MVP
    2022-07-12T07:53:20.293+00:00

    Hello @StphaneJoaquimLourenoMonteiro-9691 ,

    it seems you want to connect the IoT Hub to a service using the https://fhir.org/ HL7 standard.

    The IoT Hub is a cloud gateway that provides secure and individual connections for IoT devices so data can be ingested and routed/distributed to other Azure resources and services (optionally, commands can be sent).

    I assume the Medtech service implements this FHIR interface so you need to add logic between the IoT Hub and this interface.

    A simple solution is to ingest IoT Hub messages by an Azure Function IoT Hub trigger so you can write the integration logic there.

    If you need more context information before you can distribute the messages to the service, you can either use IoT Hub message enrichment and/or Stream Analytics reference data.

    The second way to enrich messages with context data will need an extra Stream Analytics job in between the IoT Hub and Azure Function.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful