Skip to content

Commit 1250774

Browse files
authored
Update fhir-faq.md
1 parent 43effca commit 1250774

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FHIR service is our implementation of the FHIR specification that sits in the Az
4949

5050
* FHIR service has a limit of 4 TB, and Azure API for FHIR supports more than 4 TB.
5151
* FHIR service support [transaction bundles](https://www.hl7.org/fhir/http.html#transaction).
52-
* Azure API for FHIR has more platform features (such as private link, customer managed keys, and logging) that aren't yet available in FHIR service in Azure Health Data Services. More details will follow on these features by GA.
52+
* Azure API for FHIR has more platform features (such as customer managed keys, and cross region DR) that aren't yet available in FHIR service in Azure Health Data Services.
5353

5454
### What's the difference between the FHIR service in Azure Health Data Services and the open-source FHIR server?
5555

@@ -139,10 +139,6 @@ There are two basic Delete types supported within the FHIR service. These are [D
139139
To perform health check on FHIR service , enter `{{fhirurl}}/health/check` in the GET request. You should be able to see Status of FHIR service. HTTP Status code response with 200 and OverallStatus as "Healthy" in response, means your health check is succesful.
140140
In case of errors, you will recieve error response with HTTP status code 404 (Not Found) or status code 500 (Internal Server Error), and detailed information in response body in some scenarios.
141141

142-
### Where can I see some examples of using the FHIR service within a workflow?
143-
144-
We have a collection of reference architectures available on the [Health Architecture GitHub page](https://github.com/microsoft/health-architectures).
145-
146142
## Next steps
147143

148144
In this article, you've learned the answers to frequently asked questions about FHIR service. To see the frequently asked questions about FHIR service in Azure API for FHIR, see

0 commit comments

Comments
 (0)