HealthAPIX Backend Host

error-in-connector-proxy.txtI have setup HealthAPIX Proxies on my account.

"fhirtest.uhn.ca" was given as the

target host URL. I am not sure if this is the right target url. I am getting an error response for the below API call.

https://{org}-test.apigee.net/fhir/v1/Patient/58480/$everything . I have given the correct Bearer code. Any help please..

Solved Solved
0 4 248
1 ACCEPTED SOLUTION

Not applicable

Hi, @kuladeep,

We rechecked the deployment of healthapix proxies using target server url as 'fhirtest.uhn.ca' and basepath as 'baseDstu2'. The calls like https://{org}-test.apigee.net/fhir/v1/Patient is being successful. However, on this test server there is no patient with the id(58480) you tried. We'd need more details regarding your deployment to help you better.

View solution in original post

4 REPLIES 4

Let me check on it. From where were the healthapix proxies picked up?

Not applicable

Hi, @kuladeep,

We rechecked the deployment of healthapix proxies using target server url as 'fhirtest.uhn.ca' and basepath as 'baseDstu2'. The calls like https://{org}-test.apigee.net/fhir/v1/Patient is being successful. However, on this test server there is no patient with the id(58480) you tried. We'd need more details regarding your deployment to help you better.

@Sonali

Thanks for the quick reply. I didn't know what basepath to give. so I selected 'N' as per the Readme doc and proceeded with the setup. So now I will have to run the script again with these inputs rt? or Do I have any other option. Also here the assumption is that the backend is also FHIR compliant. if the backend is not FHIR compliant,we will have to make some code changes to the internal/Connector proxy(

fhir-connector-hapi-dstu2

). Could you please correct me if my assumption is wrong?

Please edit the policy file 'SetTargetBasepath' with the value of

targetBaseURI in the place holder.

Yes, the connector is specific to a fhircomplaint server like

'fhirtest.uhn.ca'. For any other server, the connector should be changed accordingly.