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/concepts-machine-learning.md
+28-15Lines changed: 28 additions & 15 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: conceptual
8
-
ms.date: 04/28/2023
8
+
ms.date: 06/15/2023
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -18,7 +18,7 @@ In this article, we explore using the MedTech service and the Azure Machine Lear
18
18
19
19
## The MedTech service and Azure Machine Learning Service reference architecture
20
20
21
-
The MedTech service enables IoT devices to seamless integration with FHIR services. This reference architecture is designed to accelerate adoption of Internet of Things (IoT) projects. This solution uses Azure Databricks for the Machine Learning (ML) compute. However, Azure Machine Learning Services with Kubernetes or a partner ML solution could fit into the Machine Learning Scoring Environment.
21
+
The MedTech service enables IoT devices to seamlessly integrate with FHIR services. This reference architecture is designed to accelerate adoption of Internet of Things (IoT) projects. This solution uses Azure Databricks for the Machine Learning (ML) compute. However, Azure Machine Learning Services with Kubernetes or a partner ML solution could fit into the Machine Learning Scoring Environment.
22
22
23
23
The four line colors show the different parts of the data journey.
24
24
@@ -29,32 +29,35 @@ The four line colors show the different parts of the data journey.
29
29
30
30
:::image type="content" source="media/concepts-machine-learning/iot-connector-machine-learning.png" alt-text="Screenshot of the MedTech service and Machine Learning Service reference architecture." lightbox="media/concepts-machine-learning/iot-connector-machine-learning.png":::
31
31
32
-
**Data ingest – Steps 1 through 5**
32
+
## Data ingest: Steps 1 - 5
33
33
34
34
1. Data from IoT device or via device gateway sent to Azure IoT Hub/Azure IoT Edge.
35
35
2. Data from Azure IoT Edge sent to Azure IoT Hub.
36
36
3. Copy of raw IoT device data sent to a secure storage environment for device administration.
37
-
4.PHI IoT payload moves from Azure IoT Hub to the MedTech service. The MedTech service icon represents multiple Azure services.
38
-
5. Three parts to number 5:
39
-
a. The MedTech service requests Patient resource from the FHIR service.
40
-
b. The FHIR service sends Patient resource back to the MedTech service.
41
-
c. IoT Patient Observation is record in the FHIR service.
37
+
4. IoT payload moves from Azure IoT Hub to the MedTech service. The MedTech service icon represents multiple Azure services.
38
+
5. Three parts to number five:
39
+
1. The MedTech service requests Patient resource from the FHIR service.
40
+
2. The FHIR service sends Patient resource back to the MedTech service.
41
+
3. IoT Patient Observation is record in the FHIR service.
42
42
43
-
**Machine Learning and AI Data Route – Steps 6 through 11**
43
+
## Machine Learning and AI Data Route: Steps 6 - 11
44
44
45
45
6. Normalized ungrouped data stream sent to an Azure Function (ML Input).
46
46
7. Azure Function (ML Input) requests Patient resource to merge with IoT payload.
47
-
8. IoT payload with PHI is sent to an event hub for distribution to Machine Learning compute and storage.
48
-
9. PHI IoT payload is sent to Azure Data Lake Storage Gen 2 for scoring observation over longer time windows.
49
-
10. PHI IoT payload is sent to Azure Databricks for windowing, data fitting, and data scoring.
50
-
11. The Azure Databricks requests more patient data from data lake as needed. a. Azure Databricks also sends a copy of the scored data to the data lake.
47
+
8. IoT payload is sent to an event hub for distribution to Machine Learning compute and storage.
48
+
9. IoT payload is sent to Azure Data Lake Storage Gen 2 for scoring observation over longer time windows.
49
+
10. IoT payload is sent to Azure Databricks for windowing, data fitting, and data scoring.
50
+
11. The Azure Databricks requests more patient data from data lake as needed.
51
+
1. Azure Databricks also sends a copy of the scored data to the data lake.
51
52
52
-
**Notification and Care Coordination – Steps 12 - 18**
53
+
## Notification and Care Coordination: Steps 12 - 18
53
54
54
55
**Hot path**
55
56
56
57
12. Azure Databricks sends a payload to an Azure Function (ML Output).
57
-
13. RiskAssessment and/or Flag resource submitted to FHIR service. a. For each observation window, a RiskAssessment resource is submitted to the FHIR service. b. For observation windows where the risk assessment is outside the acceptable range a Flag resource should also be submitted to the FHIR service.
58
+
13. RiskAssessment and/or Flag resource submitted to FHIR service.
59
+
1. For each observation window, a RiskAssessment resource is submitted to the FHIR service.
60
+
2. For observation windows where the risk assessment is outside the acceptable range a Flag resource should also be submitted to the FHIR service.
58
61
14. Scored data sent to data repository for routing to appropriate care team. Azure SQL Server is the data repository used in this design because of its native interaction with Power BI.
59
62
15. Power BI Dashboard is updated with Risk Assessment output in under 15 minutes.
60
63
@@ -73,4 +76,14 @@ For an overview of the MedTech service, see
73
76
> [!div class="nextstepaction"]
74
77
> [What is the MedTech service?](overview.md)
75
78
79
+
To learn about the MedTech service device message data transformation, see
80
+
81
+
> [!div class="nextstepaction"]
82
+
> [Understand the MedTech service device data processing stages](overview-of-device-data-processing-stages.md)
83
+
84
+
To learn about methods for deploying the MedTech service, see
85
+
86
+
> [!div class="nextstepaction"]
87
+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
88
+
76
89
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/concepts-power-bi.md
+13-3Lines changed: 13 additions & 3 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: conceptual
8
-
ms.date: 04/28/2023
8
+
ms.date: 06/15/2023
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -14,13 +14,13 @@ ms.author: jasteppe
14
14
> [!NOTE]
15
15
> [Fast Healthcare Interoperability Resources (FHIR®)](https://www.hl7.org/fhir/) is an open healthcare specification.
16
16
17
-
In this article, we explore using the MedTech service and Microsoft Power Business Intelligence (BI).
17
+
In this article, we explore using the MedTech service and Microsoft Power Business Intelligence (Power BI).
18
18
19
19
## The MedTech service and Power BI reference architecture
20
20
21
21
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.
22
22
23
-
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, visit [here](/power-bi/collaborate-share/service-embed-report-microsoft-teams).
23
+
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).
24
24
25
25
:::image type="content" source="media/concepts-power-bi/iot-connector-power-bi.png" alt-text="Screenshot of the MedTech service and Power BI." lightbox="media/concepts-power-bi/iot-connector-power-bi.png":::
26
26
@@ -45,4 +45,14 @@ For an overview of the MedTech service, see
45
45
> [!div class="nextstepaction"]
46
46
> [What is the MedTech service?](overview.md)
47
47
48
+
To learn about the MedTech service device message data transformation, see
49
+
50
+
> [!div class="nextstepaction"]
51
+
> [Understand the MedTech service device data processing stages](overview-of-device-data-processing-stages.md)
52
+
53
+
To learn about methods for deploying the MedTech service, see
54
+
55
+
> [!div class="nextstepaction"]
56
+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
57
+
48
58
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/concepts-teams.md
+12-2Lines changed: 12 additions & 2 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: conceptual
8
-
ms.date: 04/28/2023
8
+
ms.date: 06/15/2023
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -22,7 +22,7 @@ When combining the MedTech service, the FHIR service, and Teams, you can enable
22
22
23
23
The diagram is a MedTech service to Teams notifications conceptual architecture for enabling the MedTech service, the FHIR service, and the Teams Patient App.
24
24
25
-
You can even embed Power BI Dashboards inside the Microsoft Teams client. For more information on embedding Power BI in Microsoft Team visit [here](/power-bi/collaborate-share/service-embed-report-microsoft-teams).
25
+
You can even embed Power BI Dashboards inside the Microsoft Teams client. For more information on embedding Power BI in Microsoft Team, see [Embed Power BI content in Microsoft Teams](/power-bi/collaborate-share/service-embed-report-microsoft-teams).
26
26
27
27
:::image type="content" source="media/concepts-teams/iot-connector-teams.png" alt-text="Screenshot of the MedTech service and Teams." lightbox="media/concepts-teams/iot-connector-teams.png":::
28
28
@@ -47,4 +47,14 @@ For an overview of the MedTech service, see
47
47
> [!div class="nextstepaction"]
48
48
> [What is the MedTech service?](overview.md)
49
49
50
+
To learn about the MedTech service device message data transformation, see
51
+
52
+
> [!div class="nextstepaction"]
53
+
> [Understand the MedTech service device data processing stages](overview-of-device-data-processing-stages.md)
54
+
55
+
To learn about methods for deploying the MedTech service, see
56
+
57
+
> [!div class="nextstepaction"]
58
+
> [Choose a deployment method for the MedTech service](deploy-new-choose.md)
59
+
50
60
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