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
+5-21Lines changed: 5 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,17 @@ These events are triggered when a client creates, updates, or deletes a resource
19
19
|----------|-----------|
20
20
|**FhirResourceCreated**|Triggered when a FHIR resource is created on the FHIR service.|
21
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. Note: Soft delete is the default.|
22
+
|**FhirResourceDeleted**|Triggered when a FHIR resource is deleted on the FHIR service. Soft delete is the default.|
23
23
24
24
## Example event
25
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.
26
26
27
-
### FhirResourceCreated event
28
-
29
27
> [!Note]
30
-
> Events data looks similar to this example except for this change:
28
+
> Events data looks similar to these examples with the `metadataVersion` property set to a value of `1`.
31
29
>
32
-
>* The `metadataVersion` key is set to a value of `1`.
33
-
>
34
-
>For more information, see [Azure Event Grid event schema](/azure/event-grid/event-schema#event-properties)
30
+
>For more information, see [Azure Event Grid event schema event properties](/azure/event-grid/event-schema#event-properties).
31
+
32
+
### FhirResourceCreated event
35
33
36
34
```json
37
35
{
@@ -53,13 +51,6 @@ When an event is triggered, the Event Grid service sends data about that event t
53
51
54
52
### FhirResourceUpdated event
55
53
56
-
> [!Note]
57
-
> Events data looks similar to this example except for this change:
58
-
>
59
-
>* The `metadataVersion` key is set to a value of `1`.
60
-
>
61
-
>For more information, see [Azure Event Grid event schema](/azure/event-grid/event-schema#event-properties)
62
-
63
54
```json
64
55
{
65
56
"id": "634bd421-8467-f23c-b8cb-f6a31e41c32a",
@@ -80,13 +71,6 @@ When an event is triggered, the Event Grid service sends data about that event t
80
71
81
72
### FhirResourceDelete event
82
73
83
-
> [!Note]
84
-
> Events data looks similar to this example except for this change:
85
-
>
86
-
>* The `metadataVersion` key is set to a value of `1`.
87
-
>
88
-
>For more information, see [Azure Event Grid event schema](/azure/event-grid/event-schema#event-properties)
0 commit comments