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/deploy-02-new-button.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 10/10/2022
8
+
ms.date: 10/28/2022
9
9
ms.author: jasteppe
10
10
---
11
11
12
12
# Deploy the MedTech service with an Azure Resource Manager Quickstart template
13
13
14
-
In this article, you'll learn how to deploy the MedTech service in the Azure portal using an Azure Resource Manager (ARM) Quickstart template. This template will be used with the **Deploy to Azure** button to make it easy to provide the information you need to automatically set up the infrastructure and configuration of your deployment. For more information about Azure ARM templates, see [What are ARM templates?](../../azure-resource-manager/templates/overview.md).
14
+
In this article, you'll learn how to deploy the MedTech service in the Azure portal using an Azure Resource Manager (ARM) Quickstart template. This template will be used with the **Deploy to Azure** button to make it easy to provide the information you need to automatically create the infrastructure and configuration of your deployment. For more information about Azure Resource Manager (ARM) templates, see [What are ARM templates?](../../azure-resource-manager/templates/overview.md).
15
15
16
-
If you need to see a diagram with information on the MedTech service deployment, there is an architecture overview at [Choose a deployment method](deploy-iot-connector-in-azure.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a Fast Healthcare Interoperability Resources (FHIR®) Observation.
16
+
If you need to see a diagram with information on the MedTech service deployment, there's an architecture overview at [Choose a deployment method](deploy-iot-connector-in-azure.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a Fast Healthcare Interoperability Resources (FHIR®) Observation.
17
17
18
18
There are four simple tasks you need to complete in order to deploy MedTech service with the ARM template **Deploy to Azure** button. They are:
19
19
@@ -25,15 +25,15 @@ In order to begin deployment, you need to have the following prerequisites:
25
25
26
26
- Two resource providers registered with your Azure subscription: **Microsoft.HealthcareApis** and **Microsoft.EventHub**. To learn more about registering resource providers, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
27
27
28
-
When you've fulfilled these two prerequisites, you are ready to begin the second task.
28
+
When you've fulfilled these two prerequisites, you're ready to begin the second task.
29
29
30
30
## Deploy to Azure button
31
31
32
32
Next, you need to select the ARM template **Deploy to Azure** button here:
33
33
34
34
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.healthcareapis%2Fworkspaces%2Fiotconnectors%2Fazuredeploy.json).
35
35
36
-
This button will call a template from the Azure ARM QuickStart template library to get information from your Azure subscription environment and begin deploying the MedTech service.
36
+
This button will call a template from the Azure Resource Manager (ARM) Quickstart template library to get information from your Azure subscription environment and begin deploying the MedTech service.
37
37
38
38
After you select the **Deploy to Azure** button, it may take a few minutes to implement the following resources and roles:
39
39
@@ -73,7 +73,7 @@ When the Azure portal screen appears, your next task is to fill out five fields
73
73
74
74
Don't change the **Device Mapping** and **Destination Mapping** default values at this time.
75
75
76
-
Select the **Review + create** button after all the fields are filled out. This will review your input and check to see if all your values are valid.
76
+
Select the **Review + create** button after all the fields are filled out. This selection will review your input and check to see if all your values are valid.
77
77
78
78
When the validation is successful, select the **Create** button to begin the deployment. After a brief wait, a message will appear telling you that your deployment is complete.
79
79
@@ -100,13 +100,13 @@ Now that the MedTech service is successfully deployed, there are three post-depl
100
100
101
101
In this article, you learned how to deploy the MedTech service in the Azure portal using a Quickstart ARM template with a **Deploy to Azure** button. To learn more about other methods of deployment, see
102
102
103
-
>[!div class="nextstepaction"]
104
-
>[Choosing a method of deployment for MedTech service in Azure](deploy-iot-connector-in-azure.md)
103
+
>[!div class="nextstepaction"]
104
+
>[Choosing a method of deployment for MedTech service in Azure](deploy-iot-connector-in-azure.md)
105
105
106
-
>[!div class="nextstepaction"]
107
-
>[How to manually deploy MedTech service with Azure portal](deploy-03-new-manual.md)
106
+
>[!div class="nextstepaction"]
107
+
>[How to manually deploy MedTech service with Azure portal](deploy-03-new-manual.md)
108
108
109
-
>[!div class="nextstepaction"]
110
-
>[How to deploy MedTech service using an ARM template and Azure PowerShell or Azure CLI](deploy-08-new-ps-cli.md)
109
+
>[!div class="nextstepaction"]
110
+
>[How to deploy MedTech service using an ARM template and Azure PowerShell or Azure CLI](deploy-08-new-ps-cli.md)
111
111
112
112
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/deploy-03-new-manual.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 10/10/2022
8
+
ms.date: 10/28/2022
9
9
ms.author: jasteppe
10
10
---
11
11
12
12
# How to manually deploy MedTech service using the Azure portal
13
13
14
-
You may prefer to manually deploy MedTech service if you need to track every step of the developmental process. This might be necessary if you have to customize or troubleshoot your deployment. Manual deployment will help you by providing all the details for implementing each task.
14
+
You may prefer to manually deploy MedTech service if you need to track every step of the developmental process. Manual deployment might be necessary if you have to customize or troubleshoot your deployment. Manual deployment will help you by providing all the details for implementing each task.
15
15
16
16
The explanation of MedTech service manual deployment using the Azure portal is divided into three parts that cover each of key tasks required:
17
17
18
18
- Part 1: Prerequisites (see Prerequisites below)
19
-
- Part 2: Configuration (see [Configure for manual deployment](./deploy-05-new-config.md))
20
-
- Part 3: Deployment and Post Deployment (see [Manual deployment and post-deployment](./deploy-06-new-deploy.md))
19
+
- Part 2: Configuration (see [Configure for manual deployment](deploy-05-new-config.md))
20
+
- Part 3: Deployment and Post Deployment (see [Manual deployment and post-deployment](deploy-06-new-deploy.md))
21
21
22
-
If you need a diagram with information on the MedTech service deployment, there is an architecture overview at [Choose a deployment method](deploy-iot-connector-in-azure.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a Fast Healthcare Interoperability Resources (FHIR®) Observation.
22
+
If you need a diagram with information on the MedTech service deployment, there's an architecture overview at [Choose a deployment method](deploy-iot-connector-in-azure.md#deployment-architecture-overview). This diagram shows the data flow steps of deployment and how MedTech service processes data into a Fast Healthcare Interoperability Resources (FHIR®) Observation.
23
23
24
24
## Part 1: Prerequisites
25
25
@@ -37,11 +37,11 @@ The first thing you need to do is determine if you have a valid Azure subscripti
37
37
38
38
## Deploy a resource group in the Azure portal
39
39
40
-
When you log in to your Azure account, go to Azure portal and select the Create a resource button. Then enter "Azure Health Data Services" in the "Search services and marketplace" box. This should take you to the Azure Health Data Services page.
40
+
When you sign in to your Azure account, go to the Azure portal and select the **Create a resource** button. Enter "Azure Health Data Services" in the "Search services and marketplace" box. This step should take you to the Azure Health Data Services page.
41
41
42
42
## Deploy a workspace in Azure Health Data Services
43
43
44
-
The first resource you must create is a workspace to contain your Azure Health Data Services resources. Start by selecting Create from the Azure Health Data Services resource page. This will take you to the first page of Create Azure Health Data Services workspace, when you need to do the following 8 steps:
44
+
The first resource you must create is a workspace to contain your Azure Health Data Services resources. Start by selecting Create from the Azure Health Data Services resource page. This step will take you to the first page of Create Azure Health Data Services workspace, when you need to do the following eight steps:
45
45
46
46
1. Fill in the resource group you want to use or create a new one.
47
47
@@ -53,13 +53,13 @@ The first resource you must create is a workspace to contain your Azure Health D
53
53
54
54
5. Choose whether you want a public or private endpoint.
55
55
56
-
6. Create tags if you want to use them. They are optional.
56
+
6. Create tags if you want to use them. They're optional.
57
57
58
-
7. When you are ready to continue, select the Review + create tab.
58
+
7. When you're ready to continue, select the Review + create tab.
59
59
60
60
8. Select the Create button to deploy your workspace.
61
61
62
-
After a short delay, you will start to see information about your new workspace. Make sure you wait until all parts of the screen are displayed. If your initial deployment was successful, you should see:
62
+
After a short delay, you'll start to see information about your new workspace. Make sure you wait until all parts of the screen are displayed. If your initial deployment was successful, you should see:
63
63
64
64
- "Your deployment is complete"
65
65
- Deployment name
@@ -68,7 +68,7 @@ After a short delay, you will start to see information about your new workspace.
68
68
69
69
## Deploy an event hub in the Azure portal using a namespace
70
70
71
-
An event hub is the next prerequisite you need to create. It is important because it receives the data flow from a medical device and stores it there until MedTech can pick up the data and translate it into a FHIR service Observation resource. Because Internet propagation times are indeterminate, the event hub is needed to buffer the data and store it for as much as 24 hours before expiring.
71
+
An event hub is the next prerequisite you need to create. It's an important step because the event hub receives the data flow from a device and stores it until the MedTech service picks up the device data. Once the MedTech service picks up the device data, it can begin the transformation of the device data into a FHIR service Observation resource. Because Internet propagation times are indeterminate, the event hub is needed to buffer the data and store it for as much as 24 hours before expiring.
72
72
73
73
Before you can create an event hub, you must create a namespace in Azure portal to contain it. For more information on how To create a namespace and an event hub, see [Azure Event Hubs namespace and event hub deployed in the Azure portal](../../event-hubs/event-hubs-create.md).
74
74
@@ -92,9 +92,9 @@ After your prerequisites are successfully completed, you can go on to Part 2: Co
92
92
93
93
## Next steps
94
94
95
-
When you are ready to begin Part 2 of Manual Deployment, see
95
+
When you're ready to begin Part 2 of Manual Deployment, see
96
96
97
-
>[!div class="nextstepaction"]
98
-
>[Part 2: Configure the MedTech service for manual deployment using the Azure portal](deploy-05-new-config.md)
97
+
>[!div class="nextstepaction"]
98
+
>[Part 2: Configure the MedTech service for manual deployment using the Azure portal](deploy-05-new-config.md)
99
99
100
100
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/iot/deploy-05-new-config.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: quickstart
8
-
ms.date: 10/10/2022
8
+
ms.date: 10/28/2022
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -17,11 +17,11 @@ Before you can manually deploy the MedTech service, you must complete the follow
17
17
18
18
Start with these three steps to begin configuring the MedTech service so it will be ready to accept your tabbed configuration input:
19
19
20
-
1. Start by going to the Health Data Services workspace you created in the manual deployment [Prerequisites](deploy-03-new-manual.md#part-1-prerequisites) section. Select the Create MedTech service box.
20
+
1. Start by going to the Health Data Services workspace you created in the manual deployment [Prerequisites](deploy-03-new-manual.md#part-1-prerequisites) section. Select the **Create MedTech service** box.
21
21
22
-
2. This will take you to the Add MedTech service button. Select the button.
22
+
2. This step will take you to the **Add MedTech service** button. Select the button.
23
23
24
-
3. This will take you to the Create MedTech service page. This page has five tabs you need to fill out:
24
+
3. This step will take you to the **Create MedTech service** page. This page has five tabs you need to fill out:
25
25
26
26
- Basics
27
27
- Device mapping
@@ -72,15 +72,15 @@ Follow these six steps to fill in the Basics tab configuration:
72
72
>
73
73
> - A MedTech service and a storage writer application accessing the same device message event hub.
74
74
75
-
The Basics tab should now look like this after you have filled it out:
75
+
The Basics tab should now look like this after you've filled it out:
76
76
77
77
:::image type="content" source="media\iot-deploy-manual-in-portal\select-device-mapping-button.png" alt-text="Screenshot of Basics tab filled out correctly." lightbox="media\iot-deploy-manual-in-portal\select-device-mapping-button.png":::
78
78
79
-
You are now ready to select the Device mapping tab and begin setting up the connection from the medical device to MedTech service.
79
+
You're now ready to select the Device mapping tab and begin setting up the connection from the medical device to MedTech service.
80
80
81
81
## Configure the Device mapping tab
82
82
83
-
You need to configure device mapping so that your instance of MedTech service can connect to the device you want to receive data from. This means that the data will be first sent to your event hub instance and then picked up by the MedTech service.
83
+
You need to configure device mappings so that your instance of the MedTech service can normalize the incoming device data. The device data will first be sent to your event hub instance and then picked up by the MedTech service.
84
84
85
85
The easiest way to configure the Device mapping tab is to use the Internet of Medical Things (IoMT) Connector Data Mapper tool to visualize, edit, and test your device mapping. This open source tool is available from [IoMT Connector Data Mapper](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper).
86
86
@@ -90,7 +90,7 @@ To begin configuring the device mapping tab, go to the Create MedTech service pa
90
90
91
91
2. Return to the Create MedTech service page. Enter the JSON code for the template you want to use into the **Device mapping** tab. After you enter the template code, the Device mapping code will be displayed on the screen.
92
92
93
-
3. If the Device code is correct, select the **Next: Destination >** tab to enter the destination properties you want to use with your MedTech service. Note that your device configuration data will be saved for this session.
93
+
3. If the Device code is correct, select the **Next: Destination >** tab to enter the destination properties you want to use with your MedTech service. Your device configuration data will be saved for this session.
94
94
95
95
For more information regarding device mappings, see the relevant GitHub open source documentation at [Device Content Mapping](https://github.com/microsoft/iomt-fhir/blob/master/docs/Configuration.md#device-content-mapping).
96
96
@@ -130,11 +130,11 @@ Under the **Destination** tab, use these values to enter the destination propert
130
130
131
131
-**Create**
132
132
133
-
If you selected **Create**, and device or patient resources are missing when you are reading data, new resources will be created, containing just the identifier.
133
+
If **Create** was selected, and device or patient resources are missing when you're reading data, new resources will be created, containing just the identifier.
134
134
135
135
-**Lookup**
136
136
137
-
If you selected **Lookup**, and device or patient resources are missing, an error will occur, and the data won't be processed. The errors **DeviceNotFoundException** and/or a **PatientNotFoundException** error will be generated, depending on the type of resource not found.
137
+
If **Lookup** was selected, and device or patient resources are missing, an error will occur, and the data won't be processed. The errors **DeviceNotFoundException** and/or a **PatientNotFoundException** error will be generated, depending on the type of resource not found.
138
138
139
139
For more information regarding destination mapping, see the FHIR service GitHub documentation at [FHIR mapping](https://github.com/microsoft/iomt-fhir/blob/master/docs/Configuration.md#fhir-mapping).
140
140
@@ -147,13 +147,13 @@ Before you can complete the FHIR destination mapping, you must get a FHIR destin
147
147
1. Go to the [IoMT Connector Data Mapper Tool](https://github.com/microsoft/iomt-fhir/tree/master/tools/data-mapper) and get the JSON template for your FHIR destination.
148
148
1. Go back to the Destination tab of the Create MedTech service page.
149
149
1. Go to the large box below the boxes for FHIR server name, Destination name, and Resolution type. Enter the JSON template request in that box.
150
-
1. You will then receive the FHIR Destination mapping code which will be saved as part of your configuration.
150
+
1. You'll then receive the FHIR Destination mapping code, which will be saved as part of your configuration.
151
151
152
152
## Configure the Tags tab (optional)
153
153
154
-
Before you complete your configuration in the **Review + create** tab, you may want to configure tabs. You can do this by selecting the **Next: Tags >** tabs.
154
+
Before you complete your configuration in the **Review + create** tab, you may want to configure tabs. You can do this step by selecting the **Next: Tags >** tabs.
155
155
156
-
Tags are name and value pairs used for categorizing resources. This an optional step you may have a lot of resources and want to sort them. For more information about tags, see [Use tags to organize your Azure resources and management hierarchy](../../azure-resource-manager/management/tag-resources.md).
156
+
Tags are name and value pairs used for categorizing resources. This step is an optional step when you may have many resources and want to sort them. For more information about tags, see [Use tags to organize your Azure resources and management hierarchy](../../azure-resource-manager/management/tag-resources.md).
157
157
158
158
Follow these steps if you want to create tags:
159
159
@@ -162,7 +162,7 @@ Follow these steps if you want to create tags:
162
162
- Enter a **Name**.
163
163
- Enter a **Value**.
164
164
165
-
2. Once you've entered your tag(s), you are ready to do the last step of your configuration.
165
+
2. Once you've entered your tag(s), you're ready to do the last step of your configuration.
166
166
167
167
## Select the Review + create tab to validate your deployment request
168
168
@@ -193,9 +193,9 @@ After your configuration is successfully completed, you can go on to Part 3: Dep
193
193
194
194
## Next steps
195
195
196
-
When you are ready to begin Part 3 of Manual Deployment, see
196
+
When you're ready to begin Part 3 of Manual Deployment, see
197
197
198
-
>[!div class="nextstepaction"]
199
-
>[Part 3: Manual deployment and post-deployment of MedTech service](deploy-06-new-deploy.md)
198
+
>[!div class="nextstepaction"]
199
+
>[Part 3: Manual deployment and post-deployment of MedTech service](deploy-06-new-deploy.md)
200
200
201
201
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