|
2 | 2 | title: Azure Health Data Services as Event Grid source
|
3 | 3 | description: Describes the properties that are provided for Azure Health Data Services events with Azure Event Grid
|
4 | 4 | ms.topic: conceptual
|
5 |
| -ms.date: 01/30/2023 |
| 5 | +ms.date: 01/31/2023 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Azure Health Data Services as an Event Grid source
|
9 | 9 |
|
10 | 10 | 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).
|
11 | 11 |
|
12 |
| -## Available event types |
| 12 | +## Available Event types |
13 | 13 |
|
14 |
| -### List of events for Azure Health Data Services REST APIs |
| 14 | +### List of Events for Azure Health Data Services REST APIs |
15 | 15 |
|
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. |
17 | 17 |
|
18 | 18 | |Event name|Description|
|
19 | 19 | |----------|-----------|
|
20 | 20 | |**FhirResourceCreated** |The event emitted after a FHIR Observation resource is created successfully.|
|
21 | 21 | |**FhirResourceUpdated** |The event emitted after a FHIR Observation resource is updated successfully.|
|
22 | 22 | |**FhirResourceDeleted** |The event emitted after a FHIR Observation resource is soft deleted successfully.|
|
23 | 23 |
|
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. |
25 | 25 |
|
26 | 26 | |Event name|Description|
|
27 | 27 | |----------|-----------|
|
28 | 28 | |**DicomImageCreated** |The event emitted after a DICOM image is created successfully.|
|
29 | 29 | |**DicomImageDeleted** |The event emitted after a DICOM image is deleted successfully.|
|
30 | 30 |
|
31 | 31 | ## 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. |
33 | 33 |
|
34 | 34 | > [!NOTE]
|
35 | 35 | > Events data looks similar to these examples with the `metadataVersion` property set to a value of `1`.
|
|
0 commit comments