Skip to content

Commit 30b9d03

Browse files
authored
Update using-rest-client.md
1 parent 49adff6 commit 30b9d03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/healthcare-apis/fhir/using-rest-client.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ grant_type=client_credentials
6868

6969
[ ![Get access token](media/rest-config.png) ](media/rest-config.png#lightbox)
7070

71+
> [!NOTE]
72+
> In the scenarios where the FHIR service audience parameter is not mapped to the FHIR service endpoint url. The resource parameter value should be mapped to Audience value under FHIR Service Authentication blade.
73+
7174
## `GET` FHIR Patient data
7275

7376
You can now get a list of patients or a specific patient with the `GET` request. The line with `Authorization` is the header info for the `GET` request. You can also send `PUT` or `POST` requests to create/update FHIR resources.
@@ -107,4 +110,4 @@ To learn about how to validate FHIR resources against profiles in Azure Health D
107110
>[!div class="nextstepaction"]
108111
>[Validate FHIR resources against profiles in Azure Health Data Services](validation-against-profiles.md)
109112
110-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
113+
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.

0 commit comments

Comments
 (0)