Skip to content

Commit 63f7270

Browse files
authored
Update fhir-faq.md
1 parent 1ac5291 commit 63f7270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ There are two basic Delete types supported within the FHIR service. These are [D
136136

137137
### Can I perform health checks on FHIR service?
138138

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).
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.
141141

142142
### Where can I see some examples of using the FHIR service within a workflow?
143143

0 commit comments

Comments
 (0)