Skip to content

Commit a3ce3a5

Browse files
authored
Update fhir-faq.yml
1 parent 83c18a5 commit a3ce3a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/healthcare-apis/azure-api-for-fhir/fhir-faq.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,13 @@ sections:
214214
215215
- name: Azure API for FHIR features and services
216216
questions:
217+
218+
- question: |
219+
Can I perform health checks on FHIR service?
220+
answer: |
221+
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.
222+
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.
223+
217224
- question: |
218225
Is there a way to encrypt my data using my personal key and not a default key?
219226
answer: |

0 commit comments

Comments
 (0)