Skip to content

Commit a124d19

Browse files
authored
Update fhir-faq.md
1 parent ffda52a commit a124d19

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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 without need of authentication. 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).
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.

0 commit comments

Comments
 (0)