Skip to content

Commit 0397501

Browse files
committed
Update tutorial-web-app-test-postman.md
Add small clarification
1 parent 3853a1c commit 0397501

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/healthcare-apis/azure-api-for-fhir/tutorial-web-app-test-postman.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ In the previous two steps, you deployed the Azure API for FHIR and registered yo
1818
## Retrieve capability statement
1919
First we will get the capability statement for your Azure API for FHIR.
2020
1. Open Postman
21-
1. Retrieve the capability statement by doing GET https://\<FHIR-SERVER-NAME>.azurehealthcareapis.com/metadata. In the image below the FHIR server name is **fhirserver**.
21+
1. Retrieve the capability statement by doing `GET https://\<FHIR-SERVER-NAME>.azurehealthcareapis.com/metadata`. In the image below the FHIR server name is **fhirserver**.
2222

2323
![Capability Statement](media/tutorial-web-app/postman-capability-statement.png)
2424

25-
Next we will attempt to retrieve a patient. To retrieve a patient, enter GET https://\<FHIR-SERVER-NAME>.azurehealthcareapis.com/Patient. You will receive a 401 Unauthorized error. This error is because you haven't proven that you should have access to patient data.
25+
Next we will attempt to retrieve a patient. To retrieve a patient, enter `GET https://\<FHIR-SERVER-NAME>.azurehealthcareapis.com/Patient`. You will receive a 401 Unauthorized error. This error is because you haven't proven that you should have access to patient data.
2626

2727
## Get patient from FHIR server
2828
![Failed Patient](media/tutorial-web-app/postman-patient-authorization-failed.png)
@@ -82,6 +82,9 @@ This POST will create a new patient in your FHIR server with the name James Tibe
8282

8383
If you do the GET step above to retrieve a patient again, you will see James Tiberious Kirk listed in the output.
8484

85+
> [!NOTE]
86+
> When sending requests to the Azure API for FHIR, you need to ensure that you've set the content-type header to `application/json`
87+
8588
## Troubleshooting access issues
8689
If you ran into issues during any of these steps, review the documents we have put together on Azure Active Directory and the Azure API for FHIR.
8790

0 commit comments

Comments
 (0)