Skip to content

Commit a77a3a8

Browse files
Merge pull request #225837 from msjasteppe/events-quick-edit
Small edits for consistency
2 parents c49a18c + 8c63fb7 commit a77a3a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/event-grid/event-schema-azure-health-data-services.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
title: Azure Health Data Services as Event Grid source
33
description: Describes the properties that are provided for Azure Health Data Services events with Azure Event Grid
44
ms.topic: conceptual
5-
ms.date: 01/30/2023
5+
ms.date: 01/31/2023
66
---
77

88
# Azure Health Data Services as an Event Grid source
99

1010
This article provides the properties and schema for Azure Health Data Services events. For an introduction to event schemas, see [Azure Event Grid event schema](event-schema.md).
1111

12-
## Available event types
12+
## Available Event types
1313

14-
### List of events for Azure Health Data Services REST APIs
14+
### List of Events for Azure Health Data Services REST APIs
1515

16-
These events are triggered when a Fast Healthcare Interoperability Resources (FHIR®) Observation resource is created, updated, or deleted by calling the FHIR service REST APIs.
16+
These events are triggered when a Fast Healthcare Interoperability Resources (FHIR®) resource is created, updated, or deleted by calling the FHIR service REST APIs.
1717

1818
|Event name|Description|
1919
|----------|-----------|
2020
|**FhirResourceCreated** |The event emitted after a FHIR Observation resource is created successfully.|
2121
|**FhirResourceUpdated** |The event emitted after a FHIR Observation resource is updated successfully.|
2222
|**FhirResourceDeleted** |The event emitted after a FHIR Observation resource is soft deleted successfully.|
2323

24-
These events are triggered when a DICOM image is created or deleted by calling the DICOM service REST APIs.
24+
These Events are triggered when a DICOM image is created or deleted by calling the DICOM service REST APIs.
2525

2626
|Event name|Description|
2727
|----------|-----------|
2828
|**DicomImageCreated** |The event emitted after a DICOM image is created successfully.|
2929
|**DicomImageDeleted** |The event emitted after a DICOM image is deleted successfully.|
3030

3131
## Example events
32-
This section contains examples of what events message data would look like for each FHIR Observation resource and DICOM image event.
32+
This section contains examples of what Azure Health Data Services Events message data would look like for each FHIR resource and DICOM image event.
3333

3434
> [!NOTE]
3535
> Events data looks similar to these examples with the `metadataVersion` property set to a value of `1`.

0 commit comments

Comments
 (0)