Skip to content

Commit ab14cf5

Browse files
add applies to
1 parent 48093e3 commit ab14cf5

File tree

5 files changed

+43
-7
lines changed

5 files changed

+43
-7
lines changed

articles/healthcare-apis/events/events-overview.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,31 @@ ms.subservice: events
88
ms.topic: overview
99
ms.date: 01/29/2024
1010
ms.author: jasteppe
11-
appliesto:
12-
- FHIR service
13-
- DICOM service
1411
---
1512

1613
# What are events?
1714

18-
Events in Azure Health Data Services allow you to subscribe to and receive notifications of changes to health data in the FHIR® service or the DICOM® service. Events also enable you to trigger other actions or services based changes to health data, such as starting workflows, sending email or text messages, or triggering alerts.
15+
**Applies to:** [!INCLUDE [Applies to](../includes/applies-to.md)][!INCLUDE [FHIR service](../includes/fhir-service.md)], [!INCLUDE [DICOM service](../includes/DICOM-service.md)]
16+
17+
Events in Azure Health Data Services allow you to subscribe to and receive notifications of changes to health data in the FHIR® service or the DICOM® service. Events also enable you to trigger other actions or services based changes to health data, such as starting workflows, sending email, text messages, or alerts.
1918

2019
Events are:
2120

2221
- **Scalable**. Events support growth and change in an organization's healthcare data needs by using the [Azure Event Grid service](../../event-grid/overview.md) and creating a [system topic](../../event-grid/system-topics.md) for Azure Health Data Services. For more information, see [Azure Event Grid event schema](../../event-grid/event-schema.md) and [Azure Health Data Services as an Event Grid source](../../event-grid/event-schema-azure-health-data-services.md).
2322

2423
- **Configurable**. Choose which FHIR and DICOM event types trigger event notifications. Use advanced features built into the Azure Event Grid service, such as filters, dead-lettering, and retry policies to tune message delivery options for events.
2524

26-
- **Extensible**. Use events to send FHIR resource and DICOM image change messages to [Azure Event Hubs](../../event-hubs/event-hubs-about.md) or [Azure Functions](../../azure-functions/functions-overview.md) to trigger downstream automated workflows that enhance operational data, data analysis, and visibility of the incoming data capturing in near real time.
25+
- **Extensible**. Use events to send FHIR resource and DICOM image change messages to [Azure Event Hubs](../../event-hubs/event-hubs-about.md) or [Azure Functions](../../azure-functions/functions-overview.md). to trigger downstream automated workflows that enhance operational data, data analysis, and visibility of the incoming data capturing in near real time.
2726

2827
- **Secure**. Events are built on a platform that supports protected health information (PHI) compliance with privacy, safety, and security standards. Use [Azure managed identities](../../active-directory/managed-identities-azure-resources/overview.md) to provide secure access from the Event Grid system topic to the events message-receiving endpoints of your choice.
2928

3029
:::image type="content" source="media/events-overview/events-overview-flow.png" alt-text="Diagram of data flow from users to a FHIR service and then into the events pipeline." lightbox="media/events-overview/events-overview-flow.png":::
3130

3231
## Supported operations
3332

34-
Events supports these operations:
33+
Events support these operations:
3534

36-
| Operation | Trigger Condition |
35+
| Operation | Trigger condition |
3736
|---------------------|----------------------------------|
3837
| FhirResourceCreated | A FHIR resource was created. |
3938
| FhirResourceUpdated | A FHIR resource was updated. |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: DICOM service
3+
description: DICOM service name
4+
services: healthcare-apis
5+
ms.service: workspace
6+
ms.topic: include
7+
ms.date: 01/30/2024
8+
ms.author: jasteppe
9+
10+
---
11+
DICOM service
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: FHIR service
3+
description: FHIR service name
4+
services: healthcare-apis
5+
ms.service: workspace
6+
ms.topic: include
7+
ms.date: 01/30/2024
8+
ms.author: jasteppe
9+
10+
---
11+
FHIR service
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Applies to
3+
description: Icon indicates the services the article applies to
4+
services: healthcare-apis
5+
ms.service: workspace
6+
ms.topic: "include"
7+
ms.date: 01/30/2024
8+
ms.author: jasteppe
9+
10+
---
11+
:::image type="icon" source="../media/yes-icon.svg" border="false":::
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)