Skip to content

Commit c6e19d7

Browse files
authored
Update fhir-faq.md
1 parent 4b5d855 commit c6e19d7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

articles/healthcare-apis/fhir/fhir-faq.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In the managed service, you can't access the underlying data. This is to ensure
3333

3434
### What identity provider do you support?
3535

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.
3737

3838
### Can I use Azure AD B2C with the FHIR service?
3939

@@ -121,21 +121,10 @@ We currently support posting [batch bundles](https://www.hl7.org/fhir/valueset-b
121121

122122
We support the [$patient-everything operation](patient-everything.md) which will get you all data related to a single patient.
123123

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-
128124
### Does the FHIR service support any terminology operations?
129125

130126
No, the FHIR service doesn't support terminology operations today.
131127

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.
139128

140129
## Using the FHIR service
141130

0 commit comments

Comments
 (0)