FHIR Chat · Web Tester with auth and custom resources · implementers

Stream: implementers

Topic: Web Tester with auth and custom resources


view this post on Zulip Thomas Johansen (Feb 05 2018 at 13:50):

Hello,

How are you guys and gals implementing custom resources? I just got my tester up without auth and cannot serve my custom bundle (This name is not known if FHIR version of "DSTU3"). Anyone worked around this?

I am also curious to how you solve web tester auth towards different implementations? As of now I serve a read only bundle in one maven project whilest the web tester is being run seperately. I don't see how I am supposed to configure the client. Would be nice to hear some ideas on how to implement this.

Cheers,
// Thomas

view this post on Zulip Lloyd McKenzie (Feb 05 2018 at 16:41):

Custom resources are not conformant and won't work with any of the test servers, registries, standard reference implementations or any other system that you haven't personally negotiated with to be similarly non-conformant. If you want to interoperate, you're better off using Basic. Custom resources really only work in closed communities and when you don't need to draw on any of the FHIR infrastructure.

view this post on Zulip Thomas Johansen (Feb 06 2018 at 06:28):

Oh, I see. That makes a lot of sense actually. Thanks for your reply :)


Last updated: Apr 12 2022 at 19:14 UTC