Skip to content

Commit f70c8c4

Browse files
Merge pull request #224618 from EXPEkesheth/patch-40
Update fhir-faq.md
2 parents 1213649 + a3ce3a5 commit f70c8c4

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
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: |

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ There are two basic Delete types supported within the FHIR service. These are [D
134134

135135
## Using the FHIR service
136136

137+
### Can I perform health checks on FHIR service?
138+
139+
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.
140+
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.
141+
137142
### Where can I see some examples of using the FHIR service within a workflow?
138143

139144
We have a collection of reference architectures available on the [Health Architecture GitHub page](https://github.com/microsoft/health-architectures).
@@ -145,4 +150,4 @@ In this article, you've learned the answers to frequently asked questions about
145150
>[!div class="nextstepaction"]
146151
>[FAQs about Azure API for FHIR](../azure-api-for-fhir/fhir-faq.yml)
147152
148-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
153+
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.

articles/healthcare-apis/fhir/use-postman.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Open Postman, select the **workspace**, **collection**, and **environment** you
6060

6161
[ ![Screenshot of create a new request.](media/postman/postman-create-new-request.png) ](media/postman/postman-create-new-request.png#lightbox)
6262

63+
To perform health check on FHIR service, enter `{{fhirurl}}/health/check` in the GET request, and select 'Send'. 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.
64+
6365
## Get capability statement
6466

6567
Enter `{{fhirurl}}/metadata` in the `GET`request, and select `Send`. You should see the capability statement of the FHIR service.

0 commit comments

Comments
 (0)