FHIR Chat · package-list.json · IG creation

Stream: IG creation

Topic: package-list.json


view this post on Zulip Grahame Grieve (Nov 22 2018 at 04:47):

Up to now, it hasn't been clear how we intend to maintain the history page for igs. I've been doing it by hand. well, there's a change of policy. From now on, any new IGs submitted for publication must include an updated package-list.json to publish. This file is documented here:
http://wiki.hl7.org/index.php?title=FHIR_IG_PackageList_doco

For an example, see http://hl7.org/fhir/us/core/package-list.json

view this post on Zulip Grahame Grieve (Nov 22 2018 at 04:47):

the updated package-list.json must be in the root folder in github (and so not in the output folder)

view this post on Zulip Grahame Grieve (Nov 22 2018 at 04:58):

for guides published on hl7.org, the history page will be history.cfml, not history.html

view this post on Zulip Grahame Grieve (Nov 24 2018 at 01:21):

ok this is all complete now; all IGs on HL7.org publish their directory based off package-list.json

view this post on Zulip Eric Haas (Mar 20 2019 at 00:02):

these requirements for package-list.json don't make sense for a non hl7 balloted IG. e.g. something that may be published in fhir.org ?

{
  version" : "[version]",   // mandatory
...

  ====>   "status" : "[status]",   // mandatory
 ====>   "sequence" : "[sequence]",   // mandatory, except for ci-build entry
..
 }
Doco:

status: the status of the publication - one of 'draft', 'ballot', 'trial-use', or 'normative'
sequence: which group to publish this as part of (typically, 'STU 1' etc). Groups all the ballot publications and the final publication for the ballot sequence

I think they should be optional

view this post on Zulip Grahame Grieve (Mar 20 2019 at 00:19):

I think they make sense, but the values might be different

view this post on Zulip Grahame Grieve (Mar 20 2019 at 00:19):

the values are just string anyway

view this post on Zulip Eric Haas (Mar 20 2019 at 00:24):

So I publish argo questionnaire - I can put "Release 1" in sequence and "published' in status ?

view this post on Zulip Grahame Grieve (Mar 20 2019 at 00:26):

yes I think that makes sense


Last updated: Apr 12 2022 at 19:14 UTC