Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Internal Server Error respcode 500 for FHIR API #9

@smonda5

Description

@smonda5

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:

  1. Setup FHIR APIs using the information provided in readme.
  2. Obtain token using this
  3. 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>'
  4. Observe response header or Apigee trace.

Thanks.
Tagging @rohan-m , @kidiyoor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions