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/healthcare-apis/fhir/fhir-faq.md
+10-16Lines changed: 10 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ In the managed service, you can't access the underlying data. This is to ensure
33
33
34
34
### What identity provider do you support?
35
35
36
-
We support Microsoft Entra ID as the identity provider.
36
+
We support Microsoft Entra ID and third party identity provider that support OpenID connect.
37
37
38
38
### Can I use Azure AD B2C with the FHIR service?
39
39
@@ -47,11 +47,16 @@ For more information, see [Supported FHIR features](fhir-features-supported.md).
47
47
48
48
### What is the difference between Azure API for FHIR and the FHIR service in the Azure Health Data Services?
49
49
50
-
Azure API for FHIR was our initial generally available product and is being retired as of September 30, 2026. The Azure Health Data Services FHIR service supports additional capabilities such as:
50
+
Azure API for FHIR was our initial generally available product and is being retired as of September 30, 2026. Below table provides difference between Azure API for FHIR and Azure Health Data Services, FHIR service
|**Data ingress**|Tools available in OSS|$import operation. For information visit [Import operation](configure-import-data.md)|
55
+
|**Autoscaling**|Supported on request and incurs charge|[Autoscaling](fhir-service-autoscale.md) enabled by default at no extra charge|
56
+
|**Search parameters**|Bundle type supported: Batch <br> • Include and revinclude, iterate modifier not supported <br> • Sorting supported by first name, last name, birthdate and clinical date|Bundle type supported: Batch and transaction <br> • [Selectable search parameters](selectable-search-parameters.md) <br> • Include, revinclude, and iterate modifier is supported <br>• Sorting supported by string and dateTime fields|
57
+
|**Events**|Not Supported|Supported|
58
+
|**Convert-data**|Supports enabling "Allow trusted services" in Account container registry| There is a known issue -"Enabling "Allow trusted services" in the Account Container Registry may result in access issues when attempting to use the container registry from the FHIR service."|
59
+
|**Business continuity**|Supported:<br> • Cross region DR (disaster recovery) <br>|Supported: <br> • PITR (point in time recovery) <br> • Availability zone support|
55
60
56
61
By default each Azure Health Data Services, FHIR instance is limited to storage capacity of 4TB.
57
62
To provision a FHIR instance with storage capacity beyond 4TB, create support request with Issue type 'Service and Subscription limit (quotas)'.
@@ -121,21 +126,10 @@ We currently support posting [batch bundles](https://www.hl7.org/fhir/valueset-b
121
126
122
127
We support the [$patient-everything operation](patient-everything.md) which will get you all data related to a single patient.
123
128
124
-
### What is the default sort when searching for resources in the FHIR service?
125
-
126
-
We support sorting by string and dateTime fields in the FHIR service. For more information about other supported search parameters, see [Overview of FHIR search](overview-of-search.md).
127
-
128
129
### Does the FHIR service support any terminology operations?
129
130
130
131
No, the FHIR service doesn't support terminology operations today.
131
132
132
-
### What are the differences between delete types in the FHIR service?
133
-
134
-
There are two basic Delete types supported within the FHIR service. They are [Delete and Conditional Delete](rest-api-capabilities.md#delete-and-conditional-delete).
135
-
136
-
* With Delete, you can choose to do a soft delete (most common type) and still be able to recover historic versions of your record.
137
-
* With Conditional Delete, you can pass search criteria to delete a resource one item at a time or several at a time.
138
-
* If you passed the `hardDelete` parameter with either Delete or Conditional Delete, all the records and history are deleted and unrecoverable.
0 commit comments