FHIR Chat · Publication Check · IG creation

Stream: IG creation

Topic: Publication Check


view this post on Zulip Sarah Gaunt (Jan 22 2020 at 09:07):

How do I fix this with the new template:

HL7 Publication check:
History Page 'null' is wrong (ig.json#paths/history) - must be 'http://hl7.org/fhir/us/bser/history.html'

Can't figure out where to put that now - I'm presuming somewhere in the ImplemenationGuide resource. Could have sworn I saw some documentation at some point, but can't find it now.

view this post on Zulip Grahame Grieve (Jan 22 2020 at 10:47):

You have to specify the history path in either the json file or the ig.xml if you are using the new template approach

view this post on Zulip Grahame Grieve (Jan 22 2020 at 10:47):

It makes sure that the link checking is correct

view this post on Zulip Sarah Gaunt (Jan 22 2020 at 11:08):

Ok cool. No ig.json file anymore that's why i was asking...

view this post on Zulip Grahame Grieve (Jan 22 2020 at 11:24):

There’s a parameter in ig.xml

view this post on Zulip Sarah Gaunt (Jan 22 2020 at 11:27):

What's the parameter called? - can't find the documentation anywhere....

view this post on Zulip Sarah Gaunt (Jan 22 2020 at 11:30):

I presume it's something like:

<parameter>
    <code value="history-path"/>
    <value value="http://hl7.org/fhir/us/bser/history.html"/>
  </parameter>

view this post on Zulip Sarah Gaunt (Jan 22 2020 at 11:34):

NM - found it! (https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters)

view this post on Zulip Sarah Gaunt (Jan 22 2020 at 11:36):

"path-history" (i was so close..)


Last updated: Apr 12 2022 at 19:14 UTC