Skip to content

Commit 811fee1

Browse files
Merge pull request #235572 from msjasteppe/quick-edits
Removing an unnecessary word
2 parents 9476dca + 69f4823 commit 811fee1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/healthcare-apis/iot/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: overview
9-
ms.date: 04/20/2023
9+
ms.date: 04/24/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -15,7 +15,7 @@ ms.author: jasteppe
1515
> [!NOTE]
1616
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
1717
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. 
1919

2020
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.
2121

@@ -31,15 +31,15 @@ The following diagram outlines the basic elements of how the MedTech service tra
3131

3232
The MedTech service processes device data in five stages:
3333

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.
3535

3636
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.
3737

3838
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.
3939

4040
4. **Transform** - When the normalized data is grouped, it's transformed through the FHIR destination mapping and is ready to become FHIR Observations.
4141

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.
4343

4444
## Key features of the MedTech service
4545

0 commit comments

Comments
 (0)