FHIR Chat · R4 Resource Not Found · hapi

Stream: hapi

Topic: R4 Resource Not Found


view this post on Zulip Tia Cummings (Jan 10 2020 at 16:12):

We've implemented R4 using java and the hapi fhir server. We're using custom operations and we've noticed that at random times, a url that has always worked and with no updates to the code, will sometimes return a
{"resourceType":"OperationOutcome","issue":[{"severity":"error","code":"processing","diagnostics":"Resource is not known"}]}
error. But if you just continue to call the same endpoint, it eventually realizes that its there. We've seen it more during load testing.

Has anyone ever ran into this problem?


Last updated: Apr 12 2022 at 19:14 UTC