FHIR Chat · Idempotence on operations in IG · IG creation

Stream: IG creation

Topic: Idempotence on operations in IG


view this post on Zulip Jens Villadsen (Sep 25 2019 at 13:08):

Is it possible to have the optional idempotence variable from the operationdefinition resource present when standing in a jekyll context? I would like to be able to autogenerate the This is an idempotent operation on my operations.

view this post on Zulip Grahame Grieve (Sep 25 2019 at 19:28):

hmm. I wonder where. we don't list the operation definitions in the data file do we?

view this post on Zulip Jens Villadsen (Sep 25 2019 at 20:22):

nop

view this post on Zulip Jens Villadsen (Sep 25 2019 at 20:22):

(if you mean structuredefinitions.json)

view this post on Zulip Grahame Grieve (Sep 25 2019 at 20:25):

so we should add an operationdefinitions.json?

view this post on Zulip Jens Villadsen (Sep 25 2019 at 20:25):

if possible, yes

view this post on Zulip Jens Villadsen (Sep 25 2019 at 20:26):

Is the This is an idempotent operationcurrently manually maintained?

view this post on Zulip Grahame Grieve (Sep 25 2019 at 20:31):

in the main build... it's generated. But I never generated a fragment like that in the publisher

view this post on Zulip Jens Villadsen (Sep 25 2019 at 20:32):

main build?

view this post on Zulip Grahame Grieve (Sep 25 2019 at 20:33):

for FHIR itself. it's generated there

view this post on Zulip Jens Villadsen (Sep 25 2019 at 20:35):

k - well for the rest of us, we sort of need some state to determine whether that piece of information should be present or not

view this post on Zulip Grahame Grieve (Sep 25 2019 at 20:41):

ok. so in the next release there will be a fragment with the name OperationDefinition-[id]-idempotence.xhtml which will contain either

<p>This operation may or does change the state of resources on the server (not idempotent</p>

or

<p>This operation does not change the state of resources on the server (idempotent)</p>";

Last updated: Apr 12 2022 at 19:14 UTC