FHIR Chat · Conditional Creates and Conditional References · hapi

Stream: hapi

Topic: Conditional Creates and Conditional References


view this post on Zulip Jason Walonoski (Sep 16 2020 at 16:42):

Does HAPI jpa server support conditional creates and conditional references within transactions out of the box? See https://chat.fhir.org/#narrow/stream/179239-tooling/topic/Synthea/near/210288132 for context.

view this post on Zulip Jens Villadsen (Sep 16 2020 at 16:54):

well conditional creates are supported

view this post on Zulip Jens Villadsen (Sep 16 2020 at 16:55):

and the issue from @Carl Anderson (the issue of HAPI changing the ID can be changed) can be configured so that HAPI FHIR starter accepts client assigned ids

view this post on Zulip Jens Villadsen (Sep 16 2020 at 16:55):

that are not numerical

view this post on Zulip Jens Villadsen (Sep 16 2020 at 16:56):

that can be changed using daoconfig_client_id_strategy

view this post on Zulip Jens Villadsen (Sep 16 2020 at 16:58):

@Jason Walonoski you should be able to test it easily at http://hapi.fhir.org/

view this post on Zulip Jens Villadsen (Sep 16 2020 at 17:30):

im inclined to say that it is supported out of the box in transactions as well

view this post on Zulip Jason Walonoski (Sep 16 2020 at 17:32):

Thanks. I won't have time to test out the HAPI reference server until later, so I thought I'd ask and see if anyone knew off-hand. I appreciate the response. I'll give it a try later when I have some more time.


Last updated: Apr 12 2022 at 19:14 UTC