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
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,33 +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 one through five
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.
37
+
4. IoT payload moves from Azure IoT Hub to the MedTech service. The MedTech service icon represents multiple Azure services.
38
38
5. Three parts to number five:
39
39
1. The MedTech service requests Patient resource from the FHIR service.
40
40
2. The FHIR service sends Patient resource back to the MedTech service.
41
41
3. IoT Patient Observation is record in the FHIR service.
42
42
43
-
## Machine Learning and AI Data Route – Steps six 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.
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
50
11. The Azure Databricks requests more patient data from data lake as needed.
51
51
1. Azure Databricks also sends a copy of the scored data to the data lake.
52
52
53
-
## Notification and Care Coordination – Steps 12 - 18
53
+
## Notification and Care Coordination: Steps 12 - 18
54
54
55
55
**Hot path**
56
56
57
57
12. Azure Databricks sends a payload to an Azure Function (ML Output).
58
-
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.
59
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.
60
62
15. Power BI Dashboard is updated with Risk Assessment output in under 15 minutes.
0 commit comments