Skip to content

Commit 14761b6

Browse files
Merge pull request #244033 from msjasteppe/minor-updates
Editing for standardization
2 parents d6d05bb + e87a350 commit 14761b6

File tree

6 files changed

+90
-43
lines changed

6 files changed

+90
-43
lines changed

articles/healthcare-apis/iot/deploy-arm-template.md

Lines changed: 18 additions & 8 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-arm-template
88
ms.topic: quickstart
9-
ms.date: 05/16/2023
9+
ms.date: 07/05/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -30,11 +30,11 @@ In this quickstart, learn how to:
3030

3131
To begin your deployment and complete the quickstart, you must have the following prerequisites:
3232

33-
- An active Azure subscription account. If you don't have an Azure subscription, see [Subscription decision guide](/azure/cloud-adoption-framework/decision-guides/subscriptions/).
33+
* An active Azure subscription account. If you don't have an Azure subscription, see [Subscription decision guide](/azure/cloud-adoption-framework/decision-guides/subscriptions/).
3434

35-
- **Owner** or **Contributor and User Access Administrator** role assignments in the Azure subscription. For more information, see [What is Azure role-based access control (Azure RBAC)?](../../role-based-access-control/overview.md)
35+
* **Owner** or **Contributor and User Access Administrator** role assignments in the Azure subscription. For more information, see [What is Azure role-based access control (Azure RBAC)?](../../role-based-access-control/overview.md)
3636

37-
- The Microsoft.HealthcareApis and Microsoft.EventHub resource providers registered with your Azure subscription. To learn more about registering resource providers, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
37+
* The Microsoft.HealthcareApis and Microsoft.EventHub resource providers registered with your Azure subscription. To learn more about registering resource providers, see [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
3838

3939
When you have these prerequisites, you're ready to configure the ARM template by using the **Deploy to Azure** button.
4040

@@ -124,17 +124,27 @@ When deployment is completed, the following resources and access roles are creat
124124

125125
After you have successfully deployed an instance of the MedTech service, you'll still need to provide conforming and valid device and FHIR destination mappings.
126126

127-
* To learn about the device mapping, see [Overview of the MedTech service device mapping](overview-of-device-mapping.md).
127+
* To learn about the device mapping, see [Overview of the MedTech service device mapping](overview-of-device-mapping.md).
128128

129-
* To learn about the FHIR destination mapping, see [Overview of the MedTech service FHIR destination mapping](overview-of-fhir-destination-mapping.md).
129+
* To learn about the FHIR destination mapping, see [Overview of the MedTech service FHIR destination mapping](overview-of-fhir-destination-mapping.md).
130130

131131
## Next steps
132132

133133
In this quickstart, you learned how to deploy the MedTech service in the Azure portal using an ARM template with the **Deploy to Azure** button.
134134

135-
To learn about other methods for deploying the MedTech service, see
135+
To learn about other methods of deploying the MedTech service, see
136136

137137
> [!div class="nextstepaction"]
138-
> [Choose a deployment method for the MedTech service](deploy-choose-method.md)
138+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
139+
140+
For an overview of the MedTech service device data processing stages, see
141+
142+
> [!div class="nextstepaction"]
143+
> [Overview of the MedTech service device data processing stages](overview-of-device-data-processing-stages.md)
144+
145+
For frequently asked questions (FAQs) about the MedTech service, see
146+
147+
> [!div class="nextstepaction"]
148+
> [Frequently asked questions about the MedTech service](frequently-asked-questions.md)
139149
140150
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

articles/healthcare-apis/iot/deploy-bicep-powershell-cli.md

Lines changed: 15 additions & 5 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-bicep, devx-track-azurepowershell, devx-track-azurecli
88
ms.topic: quickstart
9-
ms.date: 05/16/2023
9+
ms.date: 07/05/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -165,7 +165,7 @@ Complete the following five steps to deploy the MedTech service using the Azure
165165

166166
When deployment is completed, the following resources and access roles are created in the Bicep file deployment:
167167

168-
* Azure Event Hubs namespace and device message event hub. In this deployment, the device message event hub is named *devicedata*.
168+
* Azure Event Hubs namespace and event hub. In this deployment, the event hub is named *devicedata*.
169169

170170
* Event hub consumer group. In this deployment, the consumer group is named *$Default*.
171171

@@ -219,11 +219,21 @@ For example: `az group delete --resource-group BicepTestDeployment`
219219
220220
## Next steps
221221

222-
In this quickstart, you learned about how to use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using a Bicep file.
222+
In this quickstart, you learned how to use Azure PowerShell or the Azure CLI to deploy an instance of the MedTech service using a Bicep file.
223223

224-
To learn about other methods for deploying the MedTech service, see
224+
To learn about other methods of deploying the MedTech service, see
225225

226226
> [!div class="nextstepaction"]
227-
> [Choose a deployment method for the MedTech service](deploy-choose-method.md)
227+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
228+
229+
For an overview of the MedTech service device data processing stages, see
230+
231+
> [!div class="nextstepaction"]
232+
> [Overview of the MedTech service device data processing stages](overview-of-device-data-processing-stages.md)
233+
234+
For frequently asked questions (FAQs) about the MedTech service, see
235+
236+
> [!div class="nextstepaction"]
237+
> [Frequently asked questions about the MedTech service](frequently-asked-questions.md)
228238
229239
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

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

Lines changed: 17 additions & 7 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, devx-track-bicep
88
ms.topic: quickstart
9-
ms.date: 04/28/2023
9+
ms.date: 07/05/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -20,10 +20,10 @@ The MedTech service provides multiple methods for deployment into Azure. Each de
2020
In this quickstart, learn about these deployment methods:
2121

2222
* Azure Resource Manager template (ARM template) including an Azure Iot Hub using the **Deploy to Azure** button.
23-
* ARM template using the **Deploy to Azure** button
24-
* ARM template using Azure PowerShell or the Azure CLI
25-
* Bicep file using Azure PowerShell or the Azure CLI
26-
* Azure portal
23+
* ARM template using the **Deploy to Azure** button.
24+
* ARM template using Azure PowerShell or the Azure CLI.
25+
* Bicep file using Azure PowerShell or the Azure CLI.
26+
* Azure portal.
2727

2828
## Deployment overview
2929

@@ -80,9 +80,19 @@ To learn more about deploying the MedTech service using the Azure portal, see [D
8080

8181
In this quickstart, you learned about the different types of deployment methods for the MedTech service.
8282

83-
To learn about the MedTech service, see
83+
To learn about other methods of deploying the MedTech service, see
8484

8585
> [!div class="nextstepaction"]
86-
> [What is the MedTech service?](overview.md)
86+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
87+
88+
For an overview of the MedTech service device data processing stages, see
89+
90+
> [!div class="nextstepaction"]
91+
> [Overview of the MedTech service device data processing stages](overview-of-device-data-processing-stages.md)
92+
93+
For frequently asked questions (FAQs) about the MedTech service, see
94+
95+
> [!div class="nextstepaction"]
96+
> [Frequently asked questions about the MedTech service](frequently-asked-questions.md)
8797
8898
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

articles/healthcare-apis/iot/deploy-json-powershell-cli.md

Lines changed: 14 additions & 4 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-arm-template, devx-track-azurepowershell, devx-track-azurecli
88
ms.topic: quickstart
9-
ms.date: 05/16/2023
9+
ms.date: 07/05/2023
1010
ms.author: jasteppe
1111
---
1212

@@ -160,7 +160,7 @@ Complete the following five steps to deploy the MedTech service using the Azure
160160

161161
When deployment is completed, the following resources and access roles are created in the ARM template deployment:
162162

163-
* Azure Event Hubs namespace and device message event hub. In this deployment, the device message event hub is named *devicedata*.
163+
* Azure Event Hubs namespace and event hub. In this deployment, the event hub is named *devicedata*.
164164

165165
* Event hub consumer group. In this deployment, the consumer group is named *$Default*.
166166

@@ -216,9 +216,19 @@ For example: `az group delete --resource-group ArmTestDeployment`
216216

217217
In this quickstart, you learned how to use Azure PowerShell or Azure CLI to deploy an instance of the MedTech service using an ARM template.
218218

219-
To learn about other methods for deploying the MedTech service, see
219+
To learn about other methods of deploying the MedTech service, see
220220

221221
> [!div class="nextstepaction"]
222-
> [Choose a deployment method for the MedTech service](deploy-choose-method.md)
222+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
223+
224+
For an overview of the MedTech service device data processing stages, see
225+
226+
> [!div class="nextstepaction"]
227+
> [Overview of the MedTech service device data processing stages](overview-of-device-data-processing-stages.md)
228+
229+
For frequently asked questions (FAQs) about the MedTech service, see
230+
231+
> [!div class="nextstepaction"]
232+
> [Frequently asked questions about the MedTech service](frequently-asked-questions.md)
223233
224234
FHIR® is a registered trademark of Health Level Seven International, registered in the U.S. Trademark Office and is used with their permission.

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

Lines changed: 12 additions & 15 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: 06/29/2023
8+
ms.date: 07/05/2023
99
ms.author: jasteppe
1010
---
1111

@@ -14,12 +14,9 @@ ms.author: jasteppe
1414
> [!NOTE]
1515
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
1616
17-
You may prefer to deploy the MedTech service using the Azure portal if you:
17+
In this quickstart, learn how to deploy the MedTech service and required resources using the Azure portal.
1818

19-
* Need to track every step of the provisioning process.
20-
* Want to customize or troubleshoot your deployment.
21-
22-
In this quickstart, the MedTech service deployment using the Azure portal is divided into the following three sections:
19+
The MedTech service deployment using the Azure portal is divided into the following three sections:
2320

2421
* [Deploy prerequisite resources](#deploy-prerequisite-resources)
2522
* [Configure and deploy the MedTech service](#configure-and-deploy-the-medtech-service)
@@ -36,14 +33,14 @@ As a prerequisite, you need an Azure subscription and have been granted the prop
3633

3734
The first step is to deploy the MedTech service prerequisite resources:
3835

39-
* Azure resource group.
40-
* Azure Event Hubs namespace and event hub.
41-
* Azure Health Data services workspace.
42-
* Azure Health Data Services FHIR service.
36+
* Azure resource group
37+
* Azure Event Hubs namespace and event hub
38+
* Azure Health Data services workspace
39+
* Azure Health Data Services FHIR service
4340

4441
Once the prerequisite resources are available, deploy:
4542

46-
* Azure Health Data Services MedTech service.
43+
* Azure Health Data Services MedTech service
4744

4845
### Deploy a resource group
4946

@@ -93,11 +90,11 @@ Follow these four steps to fill in the **Basics** tab configuration:
9390

9491
2. Select the **Event Hubs Namespace**.
9592

96-
The **Event Hubs Namespace** is the name of the *Event Hubs namespace* that you previously deployed. For this example, we're using *eh-azuredocsdemo* for our MedTech service device messages.
93+
The **Event Hubs Namespace** is the name of the *Event Hubs namespace* that you previously deployed. For this example, we're using the name *eh-azuredocsdemo*.
9794

9895
3. Select the **Events Hubs name**.
9996

100-
The **Event Hubs name** is the name of the event hub that you previously deployed within the Event Hubs Namespace. For this example, we're using *devicedata* for our MedTech service device messages.
97+
The **Event Hubs name** is the name of the event hub that you previously deployed within the Event Hubs Namespace. For this example, we're using the name *devicedata*.
10198

10299
4. Select the **Consumer group**.
103100

@@ -130,7 +127,7 @@ Under the **Destination** tab, use these values to enter the destination propert
130127

131128
* Next, enter the **Destination name**.
132129

133-
The **Destination name** is a friendly name for the destination. Enter a unique name for your destination. In this example, the **Destination name** is
130+
The **Destination name** is a friendly name for the destination. Enter a unique name for your destination. In this example, the **Destination name** name is
134131
*fs-azuredocsdemo*.
135132

136133
* Next, select the **Resolution type**.
@@ -213,7 +210,7 @@ Valid and conforming device and FHIR destination mappings have to be provided to
213210
214211
## Next steps
215212

216-
This article described the deployment steps needed to get started using the MedTech service.
213+
In this article, you learned how to deploy the MedTech service and required resources using the Azure portal.
217214

218215
To learn about other methods of deploying the MedTech service, see
219216

articles/healthcare-apis/iot/device-messages-through-iot-hub.md

Lines changed: 14 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: iomt
88
ms.topic: tutorial
9-
ms.date: 06/19/2023
9+
ms.date: 07/05/2023
1010
ms.custom: devx-track-arm-template
1111
ms.author: jasteppe
1212
---
@@ -246,9 +246,19 @@ To learn how to get an Azure AD access token and view FHIR resources in your FHI
246246

247247
In this tutorial, you deployed an ARM template in the Azure portal, connected to your IoT hub, created a device, sent a test message, and reviewed your MedTech service metrics.
248248

249-
To learn about other methods for deploying the MedTech service, see
249+
To learn about other methods of deploying the MedTech service, see
250250

251-
> [!div class="nextstepaction"]
252-
> [Choose a deployment method for the MedTech service](deploy-choose-method.md)
251+
> [!div class="nextstepaction"]
252+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
253+
254+
For an overview of the MedTech service device data processing stages, see
255+
256+
> [!div class="nextstepaction"]
257+
> [Overview of the MedTech service device data processing stages](overview-of-device-data-processing-stages.md)
258+
259+
For frequently asked questions (FAQs) about the MedTech service, see
260+
261+
> [!div class="nextstepaction"]
262+
> [Frequently asked questions about the MedTech service](frequently-asked-questions.md)
253263

254264
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)