Skip to content

Commit df4a6c4

Browse files
wordsmithing
1 parent b7472f1 commit df4a6c4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

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

@@ -28,7 +28,7 @@ These elements are:
2828

2929
### Deployment
3030

31-
In order to implement MedTech service, you need to set up a workspace and a namespace to deploy three Azure services: MedTech service, FHIR service, and Event Hubs service. This sets up the PaaS configuration required to receive and process data from Internet of Medical Things (IoMT) devices.
31+
In order to implement MedTech service, you need to have an Azure subscription and then set up a workspace and a namespace to deploy three Azure services: MedTech service, FHIR service, and Event Hubs service. This creates the PaaS configuration required to receive and process data from Internet of Medical Things (IoMT) devices.
3232

3333
### Devices
3434

@@ -50,9 +50,9 @@ These are the five stages:
5050

5151
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.
5252

53-
4. **Transform** - After the normalized data is grouped, it is transformed through FHIR destination mapping templates and is ready to become FHIR Observation resources.
53+
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

55-
5. **Persist** - When the transformation is done, the new data is sent to FHIR service and persisted as an Observation resource.
55+
5. **Persist** - After the transformation is done, the new data is sent to FHIR service and persisted as an Observation resource.
5656

5757
### FHIR service
5858

@@ -72,17 +72,17 @@ Your MedTech service can be customized and configured by using [Device](./how-to
7272

7373
Useful options could include:
7474

75-
- Observations that can be created or updated according to existing or new templates.
76-
7775
- Linking Devices and health care consumers together for enhanced insights, trend capture, interoperability between systems, and proactive and remote monitoring.
7876

79-
- Health data terms in a format that works best for your organization and that provide consistency in device data ingestion. For example, either "hr" or "heart rate" or "Heart Rate" could be used to define heart rate information.
77+
- Observations that can be created or updated according to existing or new templates.
78+
79+
- Choosing Health data terms in a format that works best for your organization and that provide consistency in device data ingestion. For example, you could have either "hr" or "heart rate" or "Heart Rate" to define heart rate information.
8080

81-
- The [IoMT Connector Data Mapper](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper) open-source tool could be used for customization, editing, testing, and troubleshooting MedTech service Device and FHIR destination mappings.
81+
- The [IoMT Connector Data Mapper](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper) open-source tool facilitates customization, editing, testing, and troubleshooting MedTech service Device and FHIR destination mappings.
8282

8383
### Scalable
8484

85-
The MedTech service uses special autoscaling features that enable developers to easily modify and extend the capabilities to support new device mapping template types and FHIR resources.
85+
The MedTech service provides special autoscaling features that enable developers to easily modify and extend the capabilities to support new device mapping template types and FHIR resources.
8686

8787
### Extensible
8888

@@ -94,7 +94,7 @@ The MedTech service may also be integrated into our [open-source projects](./iot
9494

9595
- Google®
9696

97-
The following Microsoft solutions could also be used with MedTech service to provide additional functionality:
97+
The following Microsoft solutions can leverage MedTech service for additional functionality:
9898

9999
- [**Microsoft Azure IoT Hub**](../../iot-hub/iot-concepts-and-iot-hub.md) - enhances workflow and ease of use.
100100

@@ -115,6 +115,6 @@ In this article, you learned about the MedTech service. To learn more about the
115115
>[Deploy the MedTech service using the Azure portal](./deploy-iot-connector-in-azure.md)
116116
117117
>[!div class="nextstepaction"]
118-
>[Frequently asked questions about the MedTech service](./iot-connector-faqs)
118+
>[Frequently asked questions about the MedTech service](./iot-connector-faqs.md)
119119
120120
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

0 commit comments

Comments
 (0)