FHIR Chat · R4 Resource Not Known Error · implementers

Stream: implementers

Topic: R4 Resource Not Known Error


view this post on Zulip Tia Cummings (Jan 10 2020 at 13:21):

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?

view this post on Zulip Lloyd McKenzie (Jan 10 2020 at 15:54):

You might try asking on the #hapi stream

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

thanks!


Last updated: Apr 12 2022 at 19:14 UTC