Skip to content

Commit 48093e3

Browse files
incorp jason's feedback
1 parent 4fa9a59 commit 48093e3

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

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

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ appliesto:
1515

1616
# What are events?
1717

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, such as medical records, images, and reports. Events also enable you to trigger other actions or services based on health data changes, such as starting workflows, sending email or text messages, or triggering alerts.
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.
1919

2020
Events are:
2121

22-
- **Scalable**. Events support growth and changes in healthcare technology needs by using the [Azure Event Grid service](../../event-grid/overview.md) and creating a system topic for Azure Health Data Services.
22+
- **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).
2323

2424
- **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.
2525

@@ -29,28 +29,30 @@ Events are:
2929

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

32-
## Integration with Azure Event Grid service
32+
## Supported operations
3333

34-
The events capability integrates with the [Azure Event Grid service](../../event-grid/overview.md) and creates 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).
34+
Events supports these operations:
35+
36+
| Operation | Trigger Condition |
37+
|---------------------|----------------------------------|
38+
| FhirResourceCreated | A FHIR resource was created. |
39+
| FhirResourceUpdated | A FHIR resource was updated. |
40+
| FhirResourceDeleted | A FHIR resource was soft deleted. |
41+
| DicomImageCreated | A DICOM image was created. |
42+
| DicomImageDeleted | A DICOM image was deleted. |
43+
| DicomImageUpdated | A DICOM image was updated. |
3544

36-
## Supported operations
37-
Events currently supports the following operations:
38-
- **FhirResourceCreated**. The event emitted after a FHIR resource is created.
39-
- **FhirResourceUpdated**. The event emitted after a FHIR resource is updated.
40-
- **FhirResourceDeleted**. The event emitted after a FHIR resource is soft deleted.
41-
- **DicomImageCreated**. The event emitted after a DICOM image is created.
42-
- **DicomImageDeleted**. The event emitted after a DICOM image is deleted.
43-
- **DicomImageUpdated**. The event emitted after a DICOM image is updated.
44-
4545
For more information about delete types in the FHIR service, see [FHIR REST API capabilities in Azure Health Data Services](../../healthcare-apis/fhir/fhir-rest-api-capabilities.md).
4646

4747
> [!IMPORTANT]
48-
> Event notifications are sent only when the capability is turned on. The events capability doesn't send messages on past changes or when the capability is turned off.
48+
> Event notifications are sent only when the capability is turned on. The events capability doesn't send messages for past changes or when the capability is turned off.
4949
5050
## Next steps
5151

5252
[Deploy events using the Azure portal](events-deploy-portal.md)
53+
5354
[Troubleshoot events](events-troubleshooting-guide.md)
55+
5456
[Events FAQ](events-faqs.md)
5557

5658
[!INCLUDE [FHIR DICOM trademark statement](../includes/healthcare-apis-fhir-dicom-trademark.md)]

0 commit comments

Comments
 (0)