Skip to content

Commit ffb5f49

Browse files
committed
More edits
1 parent 1e21903 commit ffb5f49

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

articles/healthcare-apis/iot/concepts-machine-learning.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,35 @@ The four line colors show the different parts of the data journey.
2929

3030
:::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":::
3131

32-
## Data ingestSteps one through five
32+
## Data ingest: Steps 1 - 5
3333

3434
1. Data from IoT device or via device gateway sent to Azure IoT Hub/Azure IoT Edge.
3535
2. Data from Azure IoT Edge sent to Azure IoT Hub.
3636
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.
3838
5. Three parts to number five:
3939
1. The MedTech service requests Patient resource from the FHIR service.
4040
2. The FHIR service sends Patient resource back to the MedTech service.
4141
3. IoT Patient Observation is record in the FHIR service.
4242

43-
## Machine Learning and AI Data RouteSteps six through 11
43+
## Machine Learning and AI Data Route: Steps 6 - 11
4444

4545
6. Normalized ungrouped data stream sent to an Azure Function (ML Input).
4646
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.
5050
11. The Azure Databricks requests more patient data from data lake as needed.
5151
1. Azure Databricks also sends a copy of the scored data to the data lake.
5252

53-
## Notification and Care Coordination Steps 12 - 18
53+
## Notification and Care Coordination: Steps 12 - 18
5454

5555
**Hot path**
5656

5757
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.
5961
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.
6062
15. Power BI Dashboard is updated with Risk Assessment output in under 15 minutes.
6163

0 commit comments

Comments
 (0)