From 2aa55f3d3d2b5cdd629d30d034eb4e1e4e80991d Mon Sep 17 00:00:00 2001 From: mkproj <49502761+PaulHBartley@users.noreply.github.com> Date: Thu, 8 Apr 2021 09:36:45 -0400 Subject: [PATCH] Update readme.md Proofreading edits #4 --- FHIR/FHIRProxy/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FHIR/FHIRProxy/readme.md b/FHIR/FHIRProxy/readme.md index 1915d014..a13ede24 100644 --- a/FHIR/FHIRProxy/readme.md +++ b/FHIR/FHIRProxy/readme.md @@ -55,12 +55,12 @@ Please note you should deploy this proxy into a tenant that you control for Appl 11. Congratulations! You now have a Secure FHIR Proxy instance with authentication running. You can now add users/groups for authorized access (see below). # Proxy Endpoint -The new endpoint for your FHIR Server should now be: ```https:///api/fhirproxy```. You can use any supported FHIR HTTP verb and any FHIR compliant request/query -For example to see conformance statement for the FHIR Server, use your browser and access the following endpoint:
+The new endpoint for your FHIR Server should now be: ```https:///api/fhirproxy```. You can use any supported FHIR HTTP verb and any FHIR compliant request/query. +For example, to see the conformance statement for the FHIR Server, use your browser and access the following endpoint:
```https:///api/fhirproxy/metadata``` -The endpoint will authenticate/authorize your access to the FHIR server will execute configured pre-processing routines, pass the modified request on to the FHIR Server via the configured service client, execute configured post-processing routines on the result and rewrite the server response to the client. -The original user principal name and tenant are passed in custom headers to the FHIR server for accurate security and compliance auditing. +The endpoint will authenticate/authorize your access to the FHIR server and will execute configured pre-processing routines, pass the modified request on to the FHIR Server via the configured Service Client, execute configured post-processing routines on the result, and rewrite the server response to the client. +The original User Principal Name and tenant are passed in custom headers to the FHIR Server for accurate security and compliance auditing.
_Note: You will need to login as a user/principal in a FHIR Reader and/or FHIR Administrative role to view. All proxy calls are auth secured including conformance_