Skip to content

Commit e27f506

Browse files
committed
More edits
1 parent d0c96e4 commit e27f506

8 files changed

+8
-8
lines changed

articles/healthcare-apis/iot/concepts-power-bi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this article, learn about using the MedTech service and Microsoft Power Busin
1515

1616
## The MedTech service and Power BI reference architecture
1717

18-
This reference architecture shows the basic components of using the Microsoft cloud services to enable Power BI on top of Internet of Things (IoT) and FHIR data.
18+
This reference architecture shows the basic components of using the Microsoft cloud services to enable Power BI on top of Internet of Things (IoT) and FHIR® data.
1919

2020
You can even embed Power BI dashboards inside the Microsoft Teams client to further enhance care team coordination. For more information on embedding Power BI in Teams, see [Embed Power BI content in Microsoft Teams](/power-bi/collaborate-share/service-embed-report-microsoft-teams).
2121

articles/healthcare-apis/iot/concepts-teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this article, learn about using the MedTech service and Microsoft Teams for n
1515

1616
## The MedTech service and Teams notifications reference architecture
1717

18-
When combining the MedTech service, the FHIR service, and Teams, you can enable multiple care solutions.
18+
When combining the MedTech service, the FHIR® service, and Teams, you can enable multiple care solutions.
1919

2020
The diagram is a MedTech service to Teams notifications conceptual architecture for enabling the MedTech service, the FHIR service, and the Teams Patient App.
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ When deployment is completed, the following resources and access roles are creat
170170

171171
* Health Data Services workspace.
172172

173-
* Health Data Services FHIR service.
173+
* Health Data Services FHIR® service.
174174

175175
* Health Data Services MedTech service with the required [system-assigned managed identity](../../active-directory/managed-identities-azure-resources/overview.md) roles:
176176

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following diagram outlines the basic steps of the MedTech service deployment
3030

3131
## ARM template including an Azure Iot Hub using the Deploy to Azure button
3232

33-
Using an ARM template with the **Deploy to Azure** button is an easy and fast deployment method because it automates the deployment, most configuration steps, and uses the Azure portal. The deployed MedTech service and Azure IoT Hub are fully functional including conforming and valid device and FHIR destination mappings. Use the Azure IoT Hub to create devices and send device messages to the MedTech service.
33+
Using an ARM template with the **Deploy to Azure** button is an easy and fast deployment method because it automates the deployment, most configuration steps, and uses the Azure portal. The deployed MedTech service and Azure IoT Hub are fully functional including conforming and valid device and FHIR® destination mappings. Use the Azure IoT Hub to create devices and send device messages to the MedTech service.
3434

3535
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.healthcareapis%2Fworkspaces%2Fiotconnectors-with-iothub%2Fazuredeploy.json)
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ When deployment is completed, the following resources and access roles are creat
165165

166166
* Health Data Services workspace.
167167

168-
* Health Data Services FHIR service.
168+
* Health Data Services FHIR® service.
169169

170170
* Health Data Services MedTech service with the required [system-assigned managed identity](../../active-directory/managed-identities-azure-resources/overview.md) roles:
171171

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The first step is to deploy the MedTech service prerequisite resources:
3131
* Azure resource group
3232
* Azure Event Hubs namespace and event hub
3333
* Azure Health Data services workspace
34-
* Azure Health Data Services FHIR service
34+
* Azure Health Data Services FHIR® service
3535

3636
Once the prerequisite resources are available, deploy:
3737

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: jasteppe
1313

1414
# Tutorial: Receive device messages through Azure IoT Hub
1515

16-
The MedTech service can receive messages from devices you create and manage through an IoT hub in [Azure IoT Hub](../../iot-hub/iot-concepts-and-iot-hub.md). This tutorial uses an Azure Resource Manager template (ARM template) and a **Deploy to Azure** button to deploy a MedTech service. The template also deploys an IoT hub to create and manage devices, and message routes device messages to an event hub for the MedTech service to read and process. After device data processing, the FHIR resources are persisted in the FHIR service, which is also included in the template.
16+
The MedTech service can receive messages from devices you create and manage through an IoT hub in [Azure IoT Hub](../../iot-hub/iot-concepts-and-iot-hub.md). This tutorial uses an Azure Resource Manager template (ARM template) and a **Deploy to Azure** button to deploy a MedTech service. The template also deploys an IoT hub to create and manage devices, and message routes device messages to an event hub for the MedTech service to read and process. After device data processing, the FHIR® resources are persisted in the FHIR service, which is also included in the template.
1717

1818
:::image type="content" source="media\device-messages-through-iot-hub\device-message-flow-with-iot-hub.png" border="false" alt-text="Diagram of the IoT device message flow through an IoT hub and event hub, and then into the MedTech service." lightbox="media\device-messages-through-iot-hub\device-message-flow-with-iot-hub.png":::
1919

articles/healthcare-apis/iot/frequently-asked-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The MedTech service is available in these Azure regions: [Products available by
2020

2121
## Can I use the MedTech service with a different FHIR service other than the Azure Health Data Services FHIR service?
2222

23-
No. The MedTech service currently only supports the Azure Health Data Services FHIR service for the persistence of transformed device data. The open-source version of the MedTech service supports the use of different FHIR services.
23+
No. The MedTech service currently only supports the Azure Health Data Services FHIR® service for the persistence of transformed device data. The open-source version of the MedTech service supports the use of different FHIR services.
2424

2525
To learn about the MedTech service open-source projects, see [Open-source projects](git-projects.md).
2626

0 commit comments

Comments
 (0)