You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: msjasteppe
6
6
ms.service: healthcare-apis
7
7
ms.subservice: fhir
8
8
ms.topic: overview
9
-
ms.date: 04/20/2023
9
+
ms.date: 04/24/2023
10
10
ms.author: jasteppe
11
11
---
12
12
@@ -15,7 +15,7 @@ ms.author: jasteppe
15
15
> [!NOTE]
16
16
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
17
17
18
-
This article provides an introductory overview of the MedTech service. The MedTech service is a Platform as a Service (PaaS) within the Azure Health Data Services. The MedTech service that enables you to ingest device data, transform it into a unified FHIR format, and store it in an enterprise-scale, secure, and compliant cloud environment.
18
+
This article provides an introductory overview of the MedTech service. The MedTech service is a Platform as a Service (PaaS) within the Azure Health Data Services. The MedTech service enables you to ingest device data, transform it into a unified FHIR format, and store it in an enterprise-scale, secure, and compliant cloud environment.
19
19
20
20
The MedTech service was built to help customers that were dealing with the challenge of gaining relevant insights from device data coming in from multiple and diverse sources. No matter the device or structure, the MedTech service normalizes that device data into a common format, allowing the end user to then easily capture trends, run analytics, and build Artificial Intelligence (AI) models. In the enterprise healthcare setting, the MedTech service is used in the context of remote patient monitoring, virtual health, and clinical trials.
21
21
@@ -31,15 +31,15 @@ The following diagram outlines the basic elements of how the MedTech service tra
31
31
32
32
The MedTech service processes device data in five stages:
33
33
34
-
1.**Ingest** - The MedTech service asynchronously loads the device messages from the event hub at high speed.
34
+
1.**Ingest** - The MedTech service asynchronously reads the device message from the event hub at high speed.
35
35
36
36
2.**Normalize** - After the device message has been ingested, the MedTech service uses the device mapping to streamline and convert the device data into a normalized schema format.
37
37
38
38
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.
39
39
40
40
4.**Transform** - When the normalized data is grouped, it's transformed through the FHIR destination mapping and is ready to become FHIR Observations.
41
41
42
-
5.**Persist** - After the transformation is done, the new data is sent to the FHIR service and persisted as FHIR Observations.
42
+
5.**Persist** - After the transformation is done, the newly transformed data is sent to the FHIR service and persisted as FHIR Observations.
0 commit comments