Skip to content

Commit e3ab323

Browse files
Merge pull request #209214 from mcevoy-building7/what-is-fix0825
tiny fix
2 parents b6823e3 + ee06ac1 commit e3ab323

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/healthcare-apis/iot/iot-connector-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author: mcevoy-building7
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: overview
9-
ms.date: 08/24/2022
9+
ms.date: 08/25/2022
1010
ms.author: v-smcevoy
1111
---
1212

1313
# What is MedTech service?
1414

15-
## Introduction
15+
## Overview
1616

1717
MedTech service in Azure Health Data Services is a Platform as a service (PaaS) that enables you to gather data from diverse medical devices and change it into a Fast Healthcare Interoperability Resources (FHIR®) service format. MedTech service's device data translation capabilities make it possible to convert a wide variety of data into a unified FHIR format that provides secure health data management in a cloud environment.
1818

@@ -32,23 +32,23 @@ In order to implement MedTech service, you need to have an Azure subscription an
3232

3333
### Devices
3434

35-
When the PaaS deployment is completed, high-velocity and low-velocity patient medical data can be collected from a wide variety of JSON-compatible IoMT devices, systems, and formats.
35+
When the PaaS deployment is completed, high-velocity and low-velocity patient medical data can be collected from a wide range of JSON-compatible IoMT devices, systems, and formats.
3636

3737
### Event Hubs service
3838

39-
IoMT data is then sent from a device over the Internet to Event Hubs service to hold it temporarily in the cloud. The event hub asynchronously processes millions of data points per second, eliminating data traffic jams and making it possible to easily handle huge amounts of information in real time.
39+
IoMT data is then sent from a device over the Internet to Event Hubs service to hold it temporarily in the cloud. The event hub can asynchronously process millions of data points per second, eliminating data traffic jams, making it possible to easily handle huge amounts of information in real time.
4040

4141
### MedTech service
4242

43-
After device data has been loaded into Event Hubs service, MedTech service can pick it up and process it into a unified FHIR format in five stages.
43+
When device data has been loaded into Event Hubs service, MedTech service is able to pick it up and convert it into a unified FHIR format in five stages.
4444

45-
These are the five stages:
45+
These stages are:
4646

4747
1. **Ingest** - MedTech service asynchronously loads the device data from the event hub at very high speed.
4848

4949
2. **Normalize** - After the data has been ingested, MedTech service uses device mapping to streamline and process it into a normalized schema format.
5050

51-
3. **Group** - The normalized data is then grouped by using three different parameters to prepare it for the next stage of processing. The parameters are: device identity, measurement type, time period, and (optionally) correlation id.
51+
3. **Group** - The normalized data is then grouped by parameters to prepare it for the next stage of processing. The parameters are: device identity, measurement type, time period, and (optionally) correlation id.
5252

5353
4. **Transform** - When the normalized data is grouped, it is transformed through FHIR destination mapping templates and is ready to become FHIR Observation resources.
5454

0 commit comments

Comments
 (0)