You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/event-schema-azure-healthcare-apis.md
+68-5Lines changed: 68 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Azure Healthcare APIs as Event Grid source
3
3
description: Describes the properties that are provided for Azure Healthcare APIs events with Azure Event Grid
4
4
ms.topic: conceptual
5
-
ms.date: 02/02/2022
5
+
ms.date: 02/03/2022
6
6
---
7
7
8
8
# Azure Healthcare APIs as an Event Grid source
@@ -17,12 +17,12 @@ These events are triggered when a client creates, updates, or deletes a resource
17
17
18
18
|Event name|Description|
19
19
|----------|-----------|
20
-
|**FhirResourceCreated**|Triggered when a FHIR resource is created on the FHIR service.|
21
-
|**FhirResourceUpdated**|Triggered when a FHIR resource is updated on the FHIR service.|
22
-
|**FhirResourceDeleted**|Triggered when a FHIR resource is deleted on the FHIR service. Soft delete is the default.|
20
+
|**FhirResourceCreated**|The event emitted after a FHIR resource gets created successfully.|
21
+
|**FhirResourceUpdated**|The event emitted after a FHIR resource gets updated successfully.|
22
+
|**FhirResourceDeleted**|The event emitted after a FHIR resource gets soft deleted successfully.|
23
23
24
24
## Example event
25
-
When an event is triggered, the Event Grid service sends data about that event to a subscribing endpoint. This section contains an example of what that data would look like for each FHIR resource event.
25
+
This section contains examples of what events message data would look like for each FHIR resource event.
26
26
27
27
> [!Note]
28
28
> Events data looks similar to these examples with the `metadataVersion` property set to a value of `1`.
@@ -48,7 +48,27 @@ When an event is triggered, the Event Grid service sends data about that event t
0 commit comments