You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
I was able to clone the repo and setup the FHIR proxies in my eval Apigee org. However when I try to call an API, I receive a http 500 error. Looks like the APIs call http://fhirtest.uhn.ca/ as the backend FHIR server, that link doesn't work for me if I try to access from a browser. Can you please advise?
Steps to reproduce:
Setup FHIR APIs using the information provided in readme.
Make this API call. E.g curl -X GET \ 'https://my-eval-test.apigee.net/fhir/v1/Patient/13066?_format=json' \ -H 'Accept: application/json' \ -H 'Authorization: Bearer <token from step 2>'
I was able to clone the repo and setup the FHIR proxies in my eval Apigee org. However when I try to call an API, I receive a http 500 error. Looks like the APIs call http://fhirtest.uhn.ca/ as the backend FHIR server, that link doesn't work for me if I try to access from a browser. Can you please advise?
Steps to reproduce:
curl -X GET \ 'https://my-eval-test.apigee.net/fhir/v1/Patient/13066?_format=json' \ -H 'Accept: application/json' \ -H 'Authorization: Bearer <token from step 2>'
Thanks.
Tagging @rohan-m , @kidiyoor
The text was updated successfully, but these errors were encountered: