Skip to content

Commit f94e4ba

Browse files
committed
Aditional edits.
1 parent b95b9b6 commit f94e4ba

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

articles/event-grid/event-schema-azure-healthcare-apis.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,17 @@ These events are triggered when a client creates, updates, or deletes a resource
1919
|----------|-----------|
2020
|**FhirResourceCreated** |Triggered when a FHIR resource is created on the FHIR service.|
2121
|**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.|
2323

2424
## Example event
2525
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.
2626

27-
### FhirResourceCreated event
28-
2927
> [!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`.
3129
>
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
3533

3634
```json
3735
{
@@ -53,13 +51,6 @@ When an event is triggered, the Event Grid service sends data about that event t
5351

5452
### FhirResourceUpdated event
5553

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-
6354
```json
6455
{
6556
"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
8071

8172
### FhirResourceDelete event
8273

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)
89-
9074
```json
9175
{
9276
"id": "ef289b93-3159-b833-3a44-dc6b86ed1a8a",

0 commit comments

Comments
 (0)