Stream: hapi
Topic: Conditional Creates and Conditional References
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.
Jens Villadsen (Sep 16 2020 at 16:54):
well conditional creates are supported
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
Jens Villadsen (Sep 16 2020 at 16:55):
that are not numerical
Jens Villadsen (Sep 16 2020 at 16:56):
that can be changed using daoconfig_client_id_strategy
Jens Villadsen (Sep 16 2020 at 16:58):
@Jason Walonoski you should be able to test it easily at http://hapi.fhir.org/
Jens Villadsen (Sep 16 2020 at 17:30):
im inclined to say that it is supported out of the box in transactions as well
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