Stream: implementers
Topic: package-list.json current attribute
Geoff Low (Nov 27 2018 at 23:16):
What is the meaning of the current
attribute? I can see '3.0.1' and 'current' both have it set to true; what does that mean?
Lloyd McKenzie (Nov 27 2018 at 23:23):
@Grahame Grieve ?
Geoff Low (Nov 28 2018 at 10:59):
Also, there appears to be two instances with the version name 'current' - one for the CI build and the other for the initial release. The initial release has a sequence, but the CI build does not. What does the current version mean for other people?
Grahame Grieve (Nov 29 2018 at 03:10):
current is set to true for the CI Build, and also for the release that is currently published at the canonical URL, if there is one.
Grahame Grieve (Nov 29 2018 at 03:11):
so for US core, current is what is published at http://hl7.org/fhir/us/core, which is not actually the most recent version
Grahame Grieve (Nov 29 2018 at 03:11):
so only one entry other than the CI-build in the package-list.json file should have current = true
Geoff Low (Nov 29 2018 at 09:42):
Thanks, and on the repeated "version":"current"
entries? I thought the ci build used to be called latest
, but I might be misremembering
Grahame Grieve (Nov 29 2018 at 10:10):
should only be one of them
Last updated: Apr 12 2022 at 19:14 UTC