Skip to content

Commit 6b9e52d

Browse files
Merge pull request #241798 from msjasteppe/events-faqs-updates
Changing H3 headings to H2
2 parents 9149e6b + 2e26d8d commit 6b9e52d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/healthcare-apis/events/events-faqs.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Frequently asked questions about Events - Azure Health Data Services
3-
description: This article provides answers to the frequently asked questions about Events.
3+
description: Learn about the frequently asked questions about Events.
44
services: healthcare-apis
55
author: msjasteppe
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
9-
ms.date: 04/04/2022
9+
ms.date: 06/16/2022
1010
ms.author: jasteppe
1111
---
1212

@@ -17,11 +17,11 @@ ms.author: jasteppe
1717
1818
## Events: The basics
1919

20-
### Can I use Events with a different FHIR/DICOM service other than the Azure Health Data Services FHIR/DICOM service?
20+
## Can I use Events with a different FHIR/DICOM service other than the Azure Health Data Services FHIR/DICOM service?
2121

2222
No. The Azure Health Data Services Events feature only currently supports the Azure Health Data Services FHIR and DICOM services.
2323

24-
### What FHIR resource events does Events support?
24+
## What FHIR resource events does Events support?
2525

2626
Events are generated from the following FHIR service types:
2727

@@ -33,7 +33,7 @@ Events are generated from the following FHIR service types:
3333

3434
For more information about the FHIR service delete types, see [FHIR REST API capabilities for Azure Health Data Services FHIR service](../../healthcare-apis/fhir/fhir-rest-api-capabilities.md).
3535

36-
### Does Events support FHIR bundles?
36+
## Does Events support FHIR bundles?
3737

3838
Yes. The Events feature is designed to emit notifications of data changes at the FHIR resource level.
3939

@@ -46,7 +46,7 @@ Events support these [FHIR bundle types](http://hl7.org/fhir/R4/valueset-bundle-
4646
> [!NOTE]
4747
> Events are not sent in the sequence of the data operations in the FHIR bundle.
4848
49-
### What DICOM image events does Events support?
49+
## What DICOM image events does Events support?
5050

5151
Events are generated from the following DICOM service types:
5252

@@ -56,43 +56,43 @@ Events are generated from the following DICOM service types:
5656

5757
- **DicomImageUpdated** - The event emitted after a DICOM image gets updated successfully.
5858

59-
### What is the payload of an Events message?
59+
## What is the payload of an Events message?
6060

6161
For a detailed description of the Events message structure and both required and nonrequired elements, see [Events troubleshooting guide](events-troubleshooting-guide.md).
6262

63-
### What is the throughput for the Events messages?
63+
## What is the throughput for the Events messages?
6464

6565
The throughput of the FHIR or DICOM service and the Event Grid govern the throughput of FHIR and DICOM events. When a request made to the FHIR service is successful, it returns a 2xx HTTP status code. It also generates a FHIR resource or DICOM image changing event. The current limitation is 5,000 events/second per a workspace for all FHIR or DICOM service instances in it.
6666

67-
### How am I charged for using Events?
67+
## How am I charged for using Events?
6868

6969
There are no extra charges for using [Azure Health Data Services Events](https://azure.microsoft.com/pricing/details/health-data-services/). However, applicable charges for the [Event Grid](https://azure.microsoft.com/pricing/details/event-grid/) are assessed against your Azure subscription.
7070

71-
### How do I subscribe to multiple FHIR and/or DICOM services in the same workspace separately?
71+
## How do I subscribe to multiple FHIR and/or DICOM services in the same workspace separately?
7272

7373
You can use the Event Grid filtering feature. There are unique identifiers in the event message payload to differentiate different accounts and workspaces. You can find a global unique identifier for workspace in the `source` field, which is the Azure Resource ID. You can locate the unique FHIR account name in that workspace in the `data.resourceFhirAccount` field. You can locate the unique DICOM account name in that workspace in the `data.serviceHostName` field. When you create a subscription, you can use the filtering operators to select the events you want to get in that subscription.
7474

7575
:::image type="content" source="media\event-grid\event-grid-filters.png" alt-text="Screenshot of the Event Grid filters tab." lightbox="media\event-grid\event-grid-filters.png":::
7676

77-
### Can I use the same subscriber for multiple workspaces, FHIR accounts, or DICOM accounts?
77+
## Can I use the same subscriber for multiple workspaces, FHIR accounts, or DICOM accounts?
7878

7979
Yes. We recommend that you use different subscribers for each individual FHIR or DICOM account to process in isolated scopes.
8080

81-
### Is Event Grid compatible with HIPAA and HITRUST compliance obligations?
81+
## Is Event Grid compatible with HIPAA and HITRUST compliance obligations?
8282

8383
Yes. Event Grid supports customer's Health Insurance Portability and Accountability Act (HIPAA) and Health Information Trust Alliance (HITRUST) obligations. For more information, see [Microsoft Azure Compliance Offerings](https://azure.microsoft.com/resources/microsoft-azure-compliance-offerings/).
8484

85-
### What is the expected time to receive an Events message?
85+
## What is the expected time to receive an Events message?
8686

8787
On average, you should receive your event message within one second after a successful HTTP request. 99.99% of the event messages should be delivered within five seconds unless the limitation of either the FHIR service, DICOM service, or [Event Grid](../../event-grid/quotas-limits.md) has been met.
8888

89-
### Is it possible to receive duplicate Events messages?
89+
## Is it possible to receive duplicate Events messages?
9090

9191
Yes. The Event Grid guarantees at least one Events message delivery with its push mode. There may be chances that the event delivery request returns with a transient failure status code for random reasons. In this situation, the Event Grid considers that as a delivery failure and resends the Events message. For more information, see [Azure Event Grid delivery and retry](../../event-grid/delivery-and-retry.md).
9292

9393
Generally, we recommend that developers ensure idempotency for the event subscriber. The event ID or the combination of all fields in the `data` property of the message content are unique per each event. The developer can rely on them to deduplicate.
9494

95-
### More frequently asked questions
95+
## More frequently asked questions
9696

9797
[FAQs about the Azure Health Data Services](../healthcare-apis-faqs.md)
9898

0 commit comments

Comments
 (0)