FHIR Chat · copyrightYear · IG creation

Stream: IG creation

Topic: copyrightYear


view this post on Zulip Brian Postlethwaite (Jun 23 2021 at 21:49):

I'm miserably failing trying to get the au-fhir-base IG to include the copyrightYear parameter.
Have tried:

  • ig.ini
  • ig.xml - parameter
  • ig.xml - definition.extension
  • ig.json (didn't think this was going to work anyway)
    None of these clear the message
The IG resource does not contain a copyrightYear parameter

Could this be due to this IG still using the old ig.json definition file still?

  <fhirVersion value="4.0.1"/>
  <definition>
    <extension url="http://hl7.org/fhir/tools/StructureDefinition/ig-parameter">
      <extension url="code">
        <valueString value="copyrightyear"/>
      </extension>
      <extension url="value">
        <valueString value="2017+"/>
      </extension>
    </extension>
  ```

view this post on Zulip Grahame Grieve (Jun 23 2021 at 22:14):

yes

view this post on Zulip Grahame Grieve (Jun 23 2021 at 22:16):

next release will support it as a parameter in the ig.json file

view this post on Zulip Brian Postlethwaite (Jun 24 2021 at 00:21):

Thanks heaps.


Last updated: Apr 12 2022 at 19:14 UTC