FHIR Chat · Resources version · IG creation

Stream: IG creation

Topic: Resources version


view this post on Zulip Etienne Cantineau (Aug 25 2020 at 07:01):

Hello, when I specify a version for a resource, it gets overrided by the main version of the IG. Is it a deliberate choice to not have a separate versioning for each resources?

view this post on Zulip Grahame Grieve (Aug 25 2020 at 08:06):

no that's a setting you can make - it's one of the parameters in the IG resource

view this post on Zulip Jose Costa Teixeira (Aug 25 2020 at 08:26):

@Etienne Cantineau do you have the parameter apply-version in your ig.json?

view this post on Zulip Jose Costa Teixeira (Aug 25 2020 at 08:28):

(documentation says it defaults to false)

view this post on Zulip Etienne Cantineau (Aug 25 2020 at 08:29):

@Jose Costa Teixeira if I add the apply-version to false, it's not overridden anymore

view this post on Zulip Jose Costa Teixeira (Aug 25 2020 at 08:30):

that was my point. Seems you are saying that if it's not there, it defaults to true?

view this post on Zulip Etienne Cantineau (Aug 25 2020 at 08:30):

@Jose Costa Teixeira It seems so

view this post on Zulip Jose Costa Teixeira (Aug 25 2020 at 08:32):

I'll do some testing and update the documentation if needed

view this post on Zulip Grahame Grieve (Aug 25 2020 at 20:58):

the code is pretty clear that it only happens if you ask it to happen:

  • current approach: if you have a parameter apply-version = true
  • old approach: if you have a fixed-business-version = xx in your config.json file

Last updated: Apr 12 2022 at 19:14 UTC