Server error while invoking the FHIR API for 19.2.x?

This forum is for programmers who have questions about the source code.
Post Reply
bravegag
Posts: 49
Joined: Fri May 24, 2019 3:37 pm

Server error while invoking the FHIR API for 19.2.x?

Post by bravegag » Thu Aug 08, 2019 2:00 pm

Hello,

I'm getting the following response error:

Code: Select all

{"issue":[{"severity":"error","code":"exception","details":{"text":"The server has encountered an error."}}]}
... while invoking the previously working GET request:

Code: Select all

https://api.opendental.com/fhir/v2/practitioners
Any ideas what could be wrong? btw Is there an updated users manual for the latest FIHR API?

Many TIA,
Best regards,
Giovanni

bravegag
Posts: 49
Joined: Fri May 24, 2019 3:37 pm

Re: Server error while invoking the FHIR API for 19.2.x?

Post by bravegag » Fri Aug 09, 2019 2:39 am

Apologies, I was using the old pre 19.2.x FIHR key. Now it works.

Post Reply