Remote Patient Monitoring with Internet of Medical Things (IoMT)

Microsoft Developer
30 Mar 202014:58

Summary

TLDRThe video discusses a Microsoft Research team's project focused on healthcare data interoperability, using the FHIR (Fast Healthcare Interoperability Resources) open standard. Rashmi Raj from Microsoft showcases how the team is developing tools to securely ingest and normalize data from various IoT medical devices, storing it in a FHIR server via Azure. The project aims to consolidate scattered data sources, creating a comprehensive patient record that can be used for applications like remote patient monitoring and AI-based healthcare solutions. The open-source project encourages community contributions for further enhancement.

Takeaways

  • 🔗 Interoperability is a critical challenge in healthcare due to the diverse data coming from various medical devices.
  • 💻 Microsoft Research, led by Rashmi Raj, is developing a data platform that uses the FHIR (Fast Health Interoperability Resources) standard to address this challenge.
  • 🌐 FHIR (pronounced 'fire') is an open standard rapidly growing for healthcare data exchange and interoperability.
  • 🔐 The platform focuses on secure and scalable data ingestion from IoMT (Internet of Medical Things) devices, utilizing Azure services.
  • 🏥 Key use cases include remote patient monitoring, clinical trials, telehealth, and home care, all powered by data pulled from various IoT medical devices.
  • 📂 The project features the IoMT FHIR connector, an open-source tool available on GitHub, allowing devices to send data to Azure and store it in a FHIR server.
  • 🔓 Open-source contributions are encouraged, enabling users to extend and improve the platform by creating new data templates and normalizing device data.
  • 🧑‍💻 The platform integrates data from electronic medical records (EMRs), labs, retail, and social determinants of health to build a comprehensive patient record.
  • ⚙️ Users can deploy the IoMT FHIR connector via Azure and configure it to manage identity and security, ensuring HIPAA and HITRUST compliance for protected health data.
  • 📊 Real-world scenarios include using Postman to query data from the FHIR server, and this data can be integrated into dashboards or used for AI and machine learning applications.

Q & A

  • What is the main challenge in healthcare data that the video addresses?

    -The main challenge is data interoperability—how to make sense of data coming from various healthcare devices and applications in a unified way.

  • What is the focus of Rashmi Raj's team at Microsoft?

    -Rashmi Raj's team focuses on creating a data platform for interoperability using the FHIR (Fast Healthcare Interoperability Resources) standard, specifically in the context of Internet of Medical Things (IoMT) devices.

  • What does FHIR stand for, and why is it important?

    -FHIR stands for Fast Healthcare Interoperability Resources. It is an open standard designed to enable the exchange of healthcare information electronically, which helps with data interoperability in healthcare systems.

  • What is the Azure IoMT FHIR Connector?

    -The Azure IoMT FHIR Connector is an open-source project that allows for the secure ingestion and normalization of data from IoMT devices into a FHIR-compliant format, enabling downstream business applications to use the data.

  • How does the IoMT FHIR Connector ensure security and compliance?

    -The IoMT FHIR Connector ensures security by using Azure's secure cloud infrastructure, which is HIPAA, HITRUST, and SOC2 compliant, ensuring the safe handling of Protected Health Information (PHI).

  • What types of data can be ingested and used by the FHIR Connector?

    -The connector can ingest various types of data, including data from IoMT devices (e.g., heart rate, respiratory rate), Electronic Medical Record (EMR) data, lab results, and social determinants of health data.

  • What scenarios can benefit from this data platform?

    -The platform can support scenarios such as remote patient monitoring, telehealth, clinical trials, and home care, by enabling the integration of various health data types into a single system.

  • How does the open-source nature of the IoMT FHIR Connector benefit the healthcare community?

    -The open-source nature allows developers and organizations to not only use the connector but also contribute to its development, such as by creating templates for different devices and expanding its capabilities.

  • What role does Azure API for FHIR play in this solution?

    -Azure API for FHIR provides a fully compliant and managed service that stores and normalizes the ingested data from IoMT devices, enabling developers to build applications on top of the FHIR API.

  • What is the significance of creating templates for different devices in this system?

    -Templates are essential because they map data from specific devices to the FHIR standard, allowing for the normalization of device data so that it can be processed and used in various healthcare applications.

Outlines

00:00

📊 The Importance of Interoperability in Healthcare Data

This paragraph highlights the challenge of managing large volumes of healthcare data from various devices, emphasizing the importance of interoperability. Rashmi from the Microsoft research team introduces a project focused on creating open standards for data management in healthcare. The discussion touches on building solutions around the FHIR (Fast Health Interoperability Resources) standard and mentions a project aimed at solving data challenges through secure, scalable technology for remote patient monitoring and other use cases.

05:01

🏥 Securing Protected Health Information on Azure

The second paragraph explains how healthcare data, including Protected Health Information (PHI), can be securely stored on Azure using services that comply with HIPAA, HITRUST, and other regulations. The use of FHIR standard enables interoperability, allowing the integration of data from various sources such as electronic medical records (EMR), lab results, and even social determinants of health. The goal is to create a comprehensive longitudinal patient record for advanced use cases like AI-driven healthcare models, ensuring privacy and security.

10:03

⚙️ Setting Up the IoMT-FHIR Connector in Azure

This section walks through the setup process for integrating Internet of Medical Things (IoMT) devices using the FHIR connector in Azure. It details the steps to deploy an FHIR server via Azure API and integrate IoMT devices by configuring them in Azure's IoT Central platform. The paragraph also explains how the FHIR server handles secure data ingestion and device interoperability, using open-source tools available on GitHub to help developers get started.

🔧 Data Templates for Normalizing IoMT Device Data

In this paragraph, Rashmi discusses the process of normalizing data from various IoMT devices using templates that map device data to FHIR-compliant formats. She mentions the availability of templates for common devices and the flexibility to create new templates for other devices. The open-source project encourages contributions to these templates, aiming to simplify the integration of any medical device into the FHIR ecosystem. This data normalization is key for creating interoperable healthcare applications.

💻 Demonstrating FHIR Data Flow with IoMT Devices

This section demonstrates the complete setup of an IoMT device pipeline, from simulating device data in Azure IoT Central to viewing normalized data using Postman. It shows how telemetry data like heart rate and respiratory rate from devices are sent through the IoMT-FHIR connector, securely ingested, and then stored in the FHIR server. The paragraph emphasizes how easy it is to scale this solution to handle millions of devices while ensuring security and privacy for healthcare data.

🛠️ Open-Source Contributions and Feedback

The final paragraph invites the audience to explore the open-source GitHub repository for the IoMT-FHIR connector, contribute templates and code, and provide feedback. Rashmi expresses excitement about the community's potential to build on the team's work and help improve healthcare through interoperability and scalable solutions. The segment concludes with a call to action for developers to engage with the project.

Mindmap

Keywords

💡Interoperability

Interoperability refers to the ability of different systems, devices, or applications to exchange and make use of information. In the video, the challenge of ensuring interoperability in healthcare is highlighted, as data comes from numerous Internet of Medical Things (IoMT) devices. The team’s solution focuses on making sense of all this diverse data by adhering to open standards like FHIR, allowing various healthcare systems to work together seamlessly.

💡FHIR (Fast Healthcare Interoperability Resources)

FHIR is an open standard used for exchanging healthcare information electronically. It aims to simplify interoperability between different healthcare systems. The video discusses how Microsoft’s team builds around this standard to handle and normalize data from IoMT devices, enabling it to be consumed by downstream business applications securely and at scale. The video emphasizes its importance in creating a unified patient record and supporting applications like remote patient monitoring.

💡IoMT (Internet of Medical Things)

IoMT refers to the network of medical devices that are connected to healthcare IT systems via online computer networks. The video explains how these devices produce vast amounts of data, which must be collected, secured, and analyzed. Microsoft’s team has developed an IoMT FHIR connector to ingest and normalize data from these devices, making it easier for healthcare professionals to use the data in real-world applications such as clinical trials or telehealth.

💡Azure API for FHIR

Azure API for FHIR is a managed service by Microsoft that allows healthcare systems to store and manage healthcare data in compliance with FHIR standards. In the video, Rashmi's team uses this API to build a secure and scalable platform for ingesting data from IoMT devices. By integrating this API, they can ensure that the healthcare data is compliant with privacy standards such as HIPAA, while also enabling machine learning and AI-driven healthcare solutions.

💡Data Normalization

Data normalization in the context of this video refers to the process of converting various formats of data from different IoMT devices into a standard format that is FHIR-compliant. This is essential for ensuring that diverse data types can be used together in healthcare applications. The video highlights the importance of using templates to map device data to FHIR, enabling interoperability across various healthcare systems.

💡Remote Patient Monitoring

Remote Patient Monitoring (RPM) is the use of technology to monitor patients’ health data outside traditional healthcare settings, such as at home. In the video, it is mentioned as one of the key use cases for the IoMT FHIR connector, where data from IoMT devices can be integrated into healthcare systems securely, enabling doctors to track vital signs and manage patient health remotely in real time.

💡Azure IoT Central

Azure IoT Central is a Microsoft platform that simplifies the creation and management of IoT solutions by offering pre-built templates and integration tools. The video showcases its use to simulate devices like a smart vitals patch in the healthcare scenario. It is a key part of the solution where data from medical devices is ingested, standardized, and then passed on to the Azure API for FHIR for further processing.

💡HIPAA Compliance

HIPAA (Health Insurance Portability and Accountability Act) compliance refers to adhering to regulations that protect patient health information. The video emphasizes that the Azure platform and the tools developed by Rashmi's team ensure that data is stored and managed in a HIPAA-compliant manner. This is critical for maintaining the privacy and security of sensitive patient information in healthcare applications.

💡Longitudinal Patient Record

A longitudinal patient record refers to a comprehensive and continuous record of a patient’s health information over time. The video discusses how the integration of data from IoMT devices, electronic medical records (EMRs), and other healthcare data sources can help build a longitudinal patient record. This can be used to improve healthcare outcomes by creating a holistic view of the patient's health for more informed decision-making.

💡Machine Learning in Healthcare

Machine learning in healthcare refers to the use of algorithms and statistical models to analyze healthcare data for predictive insights. The video explains how Microsoft’s platform, once it normalizes the IoMT data and stores it in a FHIR-compliant format, can apply AI and machine learning to create new healthcare solutions, such as predictive models for patient outcomes, remote health monitoring, and personalized care.

Highlights

The critical challenge in healthcare is ensuring interoperability of data generated by numerous IoT devices.

Rashmi Raj from Microsoft Research discusses the development of an open-source project aimed at solving data interoperability in healthcare.

Microsoft's team is focused on building a platform using the FHIR (Fast Healthcare Interoperability Resources) standard to ingest and manage IoT data in Azure.

The project allows for secure and scalable ingestion of data from various IoT medical devices using the FHIR open standard.

Azure IoT Hub and Central services connect devices securely, and data is normalized and stored in a FHIR server for further application use.

The FHIR open-source project allows developers not only to use the tool but also contribute to it, helping expand its use cases.

A demonstration of the system shows how data from IoT medical devices can be mapped, normalized, and stored using the IoMT FHIR connector.

By using Azure's compliant cloud, healthcare providers can securely store Protected Health Information (PHI) and meet HIPAA and other regulatory standards.

The system integrates various healthcare data, including Electronic Medical Records (EMR), lab data, and social determinants of health data, to create a comprehensive longitudinal patient record.

The solution enables new healthcare use cases, such as remote patient monitoring, clinical trials, telehealth, and home care scenarios.

The demo simulates a medical device (Smart Vitals Patch) sending biometric data like heart rate and respiratory rate, which is normalized and stored in a FHIR server.

Postman is used to query the normalized heart rate data stored in the FHIR server, showing real-time ingestion and retrieval of IoT medical data.

The system is designed for scalability, allowing providers to connect and manage data from a few devices to millions, ensuring both security and scalability.

Azure IoT Central provides pre-configured templates for healthcare applications, speeding up the setup of remote patient monitoring solutions.

The open-source nature of the project invites the community to extend, contribute, and build new templates for various devices like Fitbit and Garmin.

The project is helping to advance healthcare technology by enabling the integration of IoT data into machine learning models for AI-driven healthcare solutions.

Transcripts

play00:00

one critical thing in healthcare is data

play00:02

data coming very often from tons of

play00:04

different types of devices a big

play00:07

challenge for building applications on

play00:09

top of that data is interoperability how

play00:12

do you make sense of all that data

play00:14

Rashmi from the Microsoft research team

play00:16

is here to show us a project her team is

play00:19

developing to rationalise and to build

play00:22

appropriately around an open standard

play00:24

coal fire with a nice ash or connector

play00:26

that's today on the IOT show

play00:29

[Music]

play00:37

[Music]

play00:45

hi everyone you're watching the

play00:47

internet-of-things show and I'm Olivia

play00:48

your host as you might know there is a

play00:51

lot of IOT devices out there and the

play00:54

medical space is no exception there's

play00:56

tons of devices that produce data in in

play00:59

the healthcare systems in the medical

play01:01

environments and there's a big challenge

play01:03

today which is all that data needs to be

play01:06

consumed by various systems and we need

play01:08

interoperability and rashmi rise from

play01:12

the Microsoft Research Group is here and

play01:15

it's going to tell us about some work

play01:16

that your team is doing

play01:18

Rashmi thanks for joining the show -

play01:19

that sure so for our audience can you

play01:21

rapidly introduce yourself and tell us

play01:23

what your team is doing at Microsoft

play01:24

okay so my name is Rashmi Raj I am part

play01:28

of health cloud and data team our team

play01:31

is very focused on creating data

play01:33

platform for interrupt interoperability

play01:36

using fire open standard fire is rapidly

play01:40

growing a standard stands for fast

play01:42

health interoperability resources

play01:44

my team is specifically focused on

play01:47

creating tools for ingesting and pulling

play01:51

data from these IO empty internet of

play01:54

medical things which are devices

play01:57

applications sensors pull that data

play02:00

bring it to Azul with security and

play02:02

scalability and in able to create huge

play02:06

cases like remote patient monitoring

play02:08

clinical trials tele health home care

play02:11

scenarios so this is a full team of you

play02:14

guys working on that yep I think it's

play02:16

brilliant so we have we have different

play02:18

services like azure IOT hub and central

play02:21

that allow connecting these devices

play02:22

securely as you were saying but the key

play02:25

of your project really is about

play02:27

ingesting the data coming from various

play02:29

sources of these IOT are UMT are your

play02:32

medical things and and then you know

play02:34

anything that data and doing something

play02:36

out of it in a very in Tripura balay so

play02:39

let's dive a bit into you know what

play02:41

would the team is producing and others a

play02:43

connector for a sure that allows

play02:45

ingesting that data let's jump into the

play02:47

details and I know you have a nice demo

play02:49

of how things are working okay so as I

play02:53

said earlier one of the biggest

play02:55

challenges

play02:56

in health care has been lack of data

play02:59

interoperability so we built a fire

play03:02

server as open-source and released it on

play03:04

github we also have Azure API for fire

play03:08

fully compliant and managed service to

play03:12

enrich the ecosystem of fire and

play03:15

enabling the data ingestion from IO

play03:18

empty device edge we have created IO

play03:20

empty fire connector for Azure it's

play03:22

available at open source on github this

play03:26

allows to again connect these devices

play03:29

with security and scalability ingest the

play03:33

data normalize the data in fire and

play03:36

store it in fire server and then

play03:39

downstream business applications can

play03:42

consume and huge open fire API for

play03:44

building applications on top of it also

play03:48

and and so basically the fact that this

play03:50

open source means that people not only

play03:52

can use it right but also they can

play03:54

contribute exactly and there's a there's

play03:57

that standard actually is a standard

play03:58

body that actually works in that myself

play04:00

contributes to in the formulate open

play04:02

source project yes cool what I want to

play04:05

see how that works

play04:05

sounds good so in so in real world as I

play04:11

was saying you will have device it so if

play04:13

you see here high level architecture you

play04:16

have devices and then you use the IMT

play04:20

fire connector which is open source

play04:21

project which will allow you to ingest

play04:24

data and persist it in fire server and

play04:26

then you will use tools to query the

play04:30

data and create your business

play04:31

applications so how's it done today I

play04:34

mean like when you have these equipments

play04:35

like they're set where they're sending

play04:37

data where's that data lending and how

play04:40

do medical staff and and and personnel

play04:42

interact with their data today

play04:44

so right now data is very scattered and

play04:47

that's the reason why we are building on

play04:49

it right now if you see in IO empty

play04:51

space there is no clear standard either

play04:53

but what we are building will allow

play04:55

answering a question to bring this data

play04:58

and interoperable way on Azure and Azure

play05:01

is against a cure compliant cloud so you

play05:04

can bring pH I protected health

play05:06

information data and store it and our

play05:09

services are fully HIPAA compliant as

play05:11

well as high trust and sacto compliant

play05:14

as well

play05:15

I see so so basically you get all the

play05:18

benefits of that as your compliance with

play05:20

these requirements and the other thing

play05:22

you get as well I guess is the ability

play05:24

as you're building an infrastructure or

play05:27

a solution to aggregate different

play05:29

sources of data different types of

play05:31

devices and offer to your customers

play05:33

which would be in a hospital or you know

play05:36

a healthcare facility or something an

play05:37

actual you know one solution versus a

play05:40

scattered set of the apps and things to

play05:42

maintain and so forth right

play05:43

exactly and on top of it since we are

play05:46

using fire standard you can bring EMR

play05:49

electronic medical record data along

play05:51

with devices data you can bring lab data

play05:53

we are also looking at retail data we

play05:57

are also looking at social determinants

play06:00

of health data as well and bring all of

play06:02

them with interoperability with the goal

play06:05

to create a longitudinal patient record

play06:08

so that you can use that data and create

play06:11

a I machine learning model for improving

play06:14

healthcare with mobility security and

play06:17

privacy at the core of all of that so

play06:22

for the demo we will use IOT Center for

play06:25

simulating the device we will go to

play06:27

github and deploy io empty connector we

play06:31

will use as your API for fire and then

play06:33

we will use postman to query the data

play06:35

and see the data in the fire store so

play06:38

let's go to Azure portal so here I'm at

play06:43

the azure portal I go as your API for

play06:46

fire and I add and create as your API

play06:51

for fire server I have already created

play06:53

with the basic configuration so you can

play06:56

see I have a fire server created the

play06:58

important thing is the endpoint that we

play07:01

will use it when we deploy IO empty

play07:04

connector so that's the first step we

play07:06

have fire server now okay in the second

play07:08

step I go to get up this is the IMT fire

play07:11

github repository here I look at the end

play07:14

of the presentation for this one for

play07:16

people to find it sure and here you have

play07:18

we have rich document about the

play07:20

architecture how to use it how to debug

play07:22

it

play07:23

for easy deployment you just go to

play07:25

getting started and you click deploy to

play07:29

Azure when you deploy to Azure it will

play07:31

bring you to basic configuration screen

play07:33

where you can choose resource group you

play07:35

can put service name the important thing

play07:38

is to use your fire server URL so the

play07:41

fire server that we created in the

play07:42

previous step I've already saved it here

play07:45

you remove slash metadata here you just

play07:48

need the basic URL okay so I om t

play07:52

connector is deployed after the

play07:54

deployment what we need to do is we need

play07:58

to take the identity of Io empty

play08:02

connector and save it in fire so that

play08:04

IMD connector can write data to fire sir

play08:07

security thank you why we are sure that

play08:09

we know the source of data is recognized

play08:12

exactly so I come to fire server go to

play08:14

authentication and add the managed

play08:17

identity of the connector here so now we

play08:21

have server we have connector which is

play08:23

ready and configured to talk to each

play08:25

other now devices so for the demo we

play08:28

will use IOT central for simulating

play08:31

devices so I can went to IOT central

play08:34

created an application here you can

play08:37

create custom application or you choose

play08:39

pre create a template yes so we have the

play08:42

new templates for healthcare exactly so

play08:44

and that's what I'm going to use so we

play08:46

have a template continuous patient

play08:48

monitoring I'll choose it and create it

play08:49

when I create this application it

play08:52

creates it comes with a dashboard as

play08:55

well as to pre created devices for my

play08:58

demo we are going to use smart vitals

play09:01

patch so I'll go to device template and

play09:03

for those we're not familiar with azure

play09:05

IOT in general azure RT central is that

play09:08

quote-unquote not turnkey solution but

play09:09

it's what we call a a solution platform

play09:13

so you very rapidly get to work with

play09:15

simulators and that's what you're

play09:17

showing right now okay that will send

play09:18

the same kind of data an actual device

play09:20

would send yes and there's a way of

play09:22

describing it device capabilities in IOT

play09:26

central that device will be compliant

play09:28

with and will be able to send data to

play09:30

your azure IOT central then then you're

play09:32

gonna consume in exactly

play09:33

will consume it so if we use here is

play09:36

smart vitals patch you can see it had

play09:38

telemetry a biometric data in PH i did i

play09:41

was talking about about my health

play09:43

information for example heart rate

play09:45

respiratory rate it also has data for

play09:47

device monitoring I got device battery

play09:49

device temperature device firmware

play09:52

version for medical and this scenario we

play09:56

will focus on the biometric or telemetry

play09:58

data so let's see that data as an

play10:02

example in JSON format so if you see

play10:05

this is an example of the data coming

play10:07

from a smart vitals patch you see heart

play10:09

rate respiratory rate and other data for

play10:11

my yeah once you have data now we need

play10:16

to create two templates so that this

play10:18

data can be extracted and mapped to open

play10:22

fire standard okay for in the same I

play10:25

have gone to the same IMT fire

play10:27

repository the github repo here we have

play10:30

sample template which will give you a

play10:33

good example of how this template looks

play10:35

like as well as there is a detailed

play10:37

document on how to create a new template

play10:39

for your own devices so these are two

play10:41

template one for device one for fire

play10:43

mapping so if you see device 1 I am

play10:46

picking up heart rate and other

play10:47

information or extracting it from that's

play10:50

the way you normalize the data that's

play10:52

coming from different devices you know

play10:54

which device is the data format and then

play10:56

you normalize to something that is fire

play10:58

compliant basically exactly and so when

play11:01

we are creating it we were debating

play11:03

should we create for a few devices or

play11:04

should we create it in such a way that

play11:06

you can bring any device so the way it

play11:08

is now you can bring any device as long

play11:11

as you have the template yeah you can

play11:12

pick it up will normalize it once again

play11:14

it's an open source project people want

play11:17

to contribute these templates these

play11:19

converters for data normalization they

play11:22

can definitely contribute to the project

play11:23

exactly and as we move we also plan to

play11:26

contribute and create for like very

play11:28

common variables like fitbit Carmen

play11:31

create those templates here so that

play11:32

people can get started

play11:34

so we have those two templates you take

play11:37

these two templates save it into the

play11:38

storage account for the IMT connector so

play11:41

now if you see and to end we have fire

play11:44

server we have the connector and we have

play11:46

seen

play11:47

device I go to the simulator device

play11:49

again the IOT central application and I

play11:52

export this data to IMT connector IMT

play11:57

connector is listening on event hub okay

play11:59

so I go to event up I select I am D

play12:03

connector I have already created one

play12:04

here and I choose the device data as I

play12:09

said I'm interested in telemetric the

play12:11

heart rate respiratory rate bhi data i

play12:14

save it nice so easy is that exactly and

play12:19

you have we have not device connected

play12:21

and fire server and the data is flowing

play12:24

through yes

play12:26

now with this let's go to now postman

play12:29

and query as your api of fire and CD

play12:33

data especially hard right data so

play12:36

postman here so I come to postman here

play12:39

and I am querying again open API

play12:41

standard and querying the heart rate

play12:43

with the line code okay and I send it

play12:46

and it comes back and as I scroll I can

play12:49

see the heart rate here and I can see

play12:53

the data value for the heart rate here

play12:55

as well awesome in a matter of minutes

play12:58

you actually built an actual you know

play13:01

fire compliant solution obviously behind

play13:04

that postman example you would have an

play13:06

actual application was a dashboarding

play13:08

with the venting workflows and so on as

play13:11

you had in your diagram at the beginning

play13:13

exactly or you can take data from fire

play13:15

and you can do a I machine learning to

play13:18

again go into scenarios like telehealth

play13:20

remote patient monitoring and the key

play13:26

here that you were saying is the

play13:27

security and scalability which azure IOT

play13:30

platform gives you start with a few

play13:32

devices and you can scale it to hundreds

play13:34

and millions of devices and store it

play13:37

with privacy on as you're awesome

play13:40

that that's fantastic work you guys are

play13:42

doing leveraging the azure IOT

play13:44

technology adding on top of that you're

play13:47

part of months of research so you need

play13:49

input and feedback so what's your ask to

play13:51

our audience today

play13:52

so the ask is first let go and check out

play13:55

the github repository it's open source I

play13:58

tried out extend it

play14:00

ad templates firebugs ad code base and

play14:04

give us feedback we are very excited to

play14:06

see the work that we are doing how it's

play14:08

helping the community to improve the

play14:11

healthcare awesome so there's a short

play14:14

link to get to that hit up repo if you

play14:15

don't catch it in the video is aka dot

play14:18

ms / IOT show / iom t-connector as IO

play14:23

medical things in terms of medical

play14:25

things connector thanks rash me for

play14:28

joining us on the show today hope to see

play14:30

you soon and the work your guys are

play14:31

doing you know on another episode thanks

play14:35

everyone for watching don't forget to

play14:36

subscribe and see you soon

play14:37

[Music]

Rate This

5.0 / 5 (0 votes)

関連タグ
Healthcare IoTData InteroperabilityFHIR StandardAzure CloudPatient MonitoringMedical DataMicrosoft ResearchTelehealthOpen SourceIoMT Solutions
英語で要約が必要ですか?