Skip to content

Commit bbf9eef

Browse files
committed
Major update to Get Started
1 parent d846d12 commit bbf9eef

File tree

9 files changed

+71
-144
lines changed

9 files changed

+71
-144
lines changed

articles/healthcare-apis/iot/deploy-new-choose.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-arm-template
88
ms.topic: quickstart
9-
ms.date: 03/10/2023
9+
ms.date: 04/20/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -52,11 +52,11 @@ Using the Azure portal manual deployment will allow you to see the details of ea
5252

5353
To learn more about deploying the MedTech service manually using the Azure portal, see [Deploy the MedTech service manually using the Azure portal](deploy-new-manual.md).
5454

55-
## Deployment architecture overview
55+
## Deployment overview
5656

5757
The following diagram outlines the basic steps of the MedTech service deployment and shows how these steps fit together with its data processing procedures. These basic steps may help you analyze the deployment options and determine which deployment method is best for you.
5858

59-
:::image type="content" source="media/get-started/get-started-with-iot.png" alt-text="Diagram showing MedTech service architecture overview." lightbox="media/get-started/get-started-with-iot.png":::
59+
:::image type="content" source="media/get-started/get-started-with-medtech-service.png" alt-text="Diagram showing MedTech service deployment overview." lightbox="media/get-started/get-started-with-medtech-service.png":::
6060

6161
> [!IMPORTANT]
6262
> If you're going to allow access from multiple services to the device message event hub, it is highly recommended that each service has its own event hub consumer group.

articles/healthcare-apis/iot/deploy-new-manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: quickstart
8-
ms.date: 03/10/2022
8+
ms.date: 04/19/2022
99
ms.author: jasteppe
1010
---
1111

@@ -22,7 +22,7 @@ The explanation of the MedTech service manual deployment using the Azure portal
2222
- Part 2: Configuration (see [Configure for manual deployment](deploy-new-config.md))
2323
- Part 3: Deployment and Post Deployment (see [Manual deployment and post-deployment](deploy-new-deploy.md))
2424

25-
If you need a diagram with information on the MedTech service deployment, there's an architecture overview at [Choose a deployment method](deploy-new-choose.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a FHIR Observation.
25+
If you need a diagram with information on the MedTech service deployment, there's an overview at [Choose a deployment method](deploy-new-choose.md#deployment-overview). This diagram shows the steps of deployment and how MedTech service processes device data into FHIR Observations.
2626

2727
## Part 1: Prerequisites
2828

articles/healthcare-apis/iot/get-started.md

Lines changed: 43 additions & 116 deletions
Large diffs are not rendered by default.

articles/healthcare-apis/iot/git-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: healthcare-apis
55
author: msjasteppe
66
ms.service: healthcare-apis
77
ms.topic: reference
8-
ms.date: 04/14/2023
8+
ms.date: 04/20/2023
99
ms.author: jasteppe
1010
---
1111
# Open-source projects
@@ -22,7 +22,7 @@ Check out our open-source projects on GitHub that provide source code and instru
2222

2323
### FHIR integration
2424

25-
* [microsoft/iomt-fhir](https://github.com/microsoft/iomt-fhir): Open-source version of the Azure Health Data Services MedTech service managed service. Can be used with any FHIR service that supports [FHIR R4®](https://www.hl7.org/implement/standards/product_brief.cfm?product_id=491)
25+
* [microsoft/iomt-fhir](https://github.com/microsoft/iomt-fhir): Open-source version of the Azure Health Data Services MedTech service managed service. Can be used with any FHIR service that supports [FHIR](https://www.hl7.org/implement/standards/product_brief.cfm?product_id=491)
2626

2727
### Wearables integration
2828

articles/healthcare-apis/iot/index.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
### YamlMime:Landing
22

33
title: MedTech service documentation
4-
summary: MedTech service documentation for Azure Health Data Services. The MedTech service is one of the Azure Health Data Services designed to ingest device message data from multiple devices, transform that data into FHIR Observations, which are then persisted in the Azure Health Data Services FHIR service.
4+
summary: MedTech service documentation for Azure Health Data Services. The MedTech service is one of the Azure Health Data Services designed to ingest device data from multiple devices, transform the device data into FHIR Observations, which are then persisted in the Azure Health Data Services FHIR service.
55

66
metadata:
77
title: Azure Health Data Services MedTech service
8-
description: MedTech service documentation for Azure Health Data Services. The MedTech service is one of the Azure Health Data Services designed to ingest device message data from multiple devices, transform that data into FHIR Observations, which are then persisted in the Azure Health Data Services FHIR service.
8+
description: MedTech service documentation for Azure Health Data Services. The MedTech service is one of the Azure Health Data Services designed to ingest device data from multiple devices, transform the device data into FHIR Observations, which are then persisted in the Azure Health Data Services FHIR service.
99
services: healthcare-apis
1010
ms.service: healthcare-apis
1111
ms.subservice: data-transformation
1212
ms.topic: landing-page
1313
ms.collection: collection
1414
author: msjasteppe
1515
ms.author: jasteppe
16-
ms.date: 04/04/2023
16+
ms.date: 04/20/2023
1717

1818
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1919

@@ -25,7 +25,7 @@ landingContent:
2525
links:
2626
- text: What is the MedTech service?
2727
url: overview.md
28-
- text: Overview of the MedTech service device data processing stages
28+
- text: Overview of the device data processing stages
2929
url: overview-of-device-data-processing-stages.md
3030
- linkListType: quickstart
3131
links:
@@ -56,14 +56,14 @@ landingContent:
5656
- text: Device mapping
5757
url: overview-of-device-mapping.md
5858
- text: FHIR destination mapping
59-
url: how-to-configure-fhir-mappings.md
59+
url: overview-of-fhir-destination-mapping.md
6060
- linkListType: how-to-guide
6161
links:
6262
- text: Mapping debugger
6363
url: how-to-use-mapping-debugger.md
64-
- text: CalculatedContent
64+
- text: CalculatedContent mappings
6565
url: how-to-use-calculatedcontent-mappings.md
66-
- text: IotJsonPathContent
66+
- text: IotJsonPathContent mappings
6767
url: how-to-use-iotjsonpathcontent-mappings.md
6868
- text: Custom functions
6969
url: how-to-use-custom-functions.md
Binary file not shown.
28.4 KB
Loading

articles/healthcare-apis/iot/overview.md

Lines changed: 12 additions & 12 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/14/2023
9+
ms.date: 04/20/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -55,13 +55,13 @@ The MedTech service can be customized and configured by using [device](overview-
5555

5656
Useful options could include:
5757

58-
- Link devices and consumers together for enhanced insights, trend captures, interoperability between systems, and proactive and remote monitoring.
58+
* Link devices and consumers together for enhanced insights, trend captures, interoperability between systems, and proactive and remote monitoring.
5959

60-
- Update or create FHIR Observations according to existing or new mapping template types.
60+
* Update or create FHIR Observations according to existing or new mapping template types.
6161

62-
- Choose data terms that work best for your organization and provide consistency in device data ingestion.
62+
* Choose data terms that work best for your organization and provide consistency in device data ingestion.
6363

64-
- Customize, edit, test, and troubleshoot MedTech service device and FHIR destination mappings with the [Mapping debugger](how-to-use-mapping-debugger.md) tool.
64+
* Customize, edit, test, and troubleshoot MedTech service device and FHIR destination mappings with the [Mapping debugger](how-to-use-mapping-debugger.md) tool.
6565

6666
### Scalable
6767

@@ -71,21 +71,21 @@ The MedTech service enables you to easily modify and extend the capabilities of
7171

7272
The MedTech service may also be integrated for ingesting device data from these wearables using our [open-source projects](git-projects.md):
7373

74-
- Fitbit®
74+
* Fitbit®
7575

76-
- Apple®
76+
* Apple®
7777

78-
- Google®
78+
* Google®
7979

8080
The following Microsoft solutions can use MedTech service for extra functionality:
8181

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

84-
- [**Azure Machine Learning Service**](concepts-machine-learning.md) - helps build, deploy, and manage models, integrate tools, and increase open-source operability.
84+
* [**Azure Machine Learning Service**](concepts-machine-learning.md) - helps build, deploy, and manage models, integrate tools, and increase open-source operability.
8585

86-
- [**Microsoft Power BI**](concepts-power-bi.md) - enables data visualization features.
86+
* [**Microsoft Power BI**](concepts-power-bi.md) - enables data visualization features.
8787

88-
- [**Microsoft Teams**](concepts-teams.md) - facilitates virtual visits.
88+
* [**Microsoft Teams**](concepts-teams.md) - facilitates virtual visits.
8989

9090
## Next steps
9191

articles/healthcare-apis/iot/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ items:
5151
items:
5252
- name: Overview of the device mapping
5353
href: overview-of-device-mapping.md
54-
- name: Use CalculatedContent
54+
- name: Use CalculatedContent mappings
5555
href: how-to-use-calculatedcontent-mappings.md
56-
- name: Use IotJsonPathContent
56+
- name: Use IotJsonPathContent mappings
5757
href: how-to-use-iotjsonpathcontent-mappings.md
5858
- name: Use custom functions
5959
href: how-to-use-custom-functions.md

0 commit comments

Comments
 (0)