Skip to content

Commit 1ac5291

Browse files
authored
Update use-postman.md
1 parent a124d19 commit 1ac5291

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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