Stream: implementers
Topic: resolving DK IG
Jens Villadsen (Jan 03 2022 at 10:12):
Can anyone tell me (maybe @Grahame Grieve or @Lloyd McKenzie ) why the dependency hl7.fhir.dk.core: 1.1.0
does not resolve from the global FHIR registry? As far as I can tell the registry links looks correct to me on https://github.com/FHIR/ig-registry/blob/master/package-feeds.json, https://hl7.dk/fhir/package-feed.xml and in the package itself in http://hl7.dk/fhir/core/1.1.0/package.tgz
Ward Weistra (Jan 03 2022 at 15:09):
@Jens Villadsen I can't directly see why it's not being picked up by Simplifier (that's where it starts on its way to the Registry). Can I let you know next week when Martijn is back from holiday? I believe new feeds were being picked up automatically. I can't reach the output of the importer script right now to see what it didn't like about this one. We're working on making that output publicly available.
Jens Villadsen (Jan 03 2022 at 15:10):
crap ... I would really really really like to have it available sooner - ... but if that is not possible I'll wait
Jens Villadsen (Jan 03 2022 at 15:10):
@Ward Weistra but thanks for reaching out
Ward Weistra (Jan 03 2022 at 15:28):
@Jens Villadsen Could you test something for me? I wonder if the importer is still looking at the feeds
object in https://github.com/FHIR/ig-registry/blob/master/fhir-ig-list.json, so could you add your feed entry there to see if it is being picked up in a day or so?
Jens Villadsen (Jan 03 2022 at 16:00):
@Ward Weistra see https://github.com/FHIR/ig-registry/pull/78/files
Ward Weistra (Jan 03 2022 at 16:42):
That PR shows an edit to the guides
part of the JSON object. On top level there is also a feeds
object which is wat Grahame is splitting out to package-feeds.json
. But I suspect we might have not updated the importer to look in that new file.
Can you add the HL7 Denmark entry in feeds
from package-feeds.json to the feeds
object in fhir-ig-list.json instead?
Ward Weistra (Jan 03 2022 at 16:43):
@Jens Villadsen
Lloyd McKenzie (Jan 03 2022 at 18:23):
I'm afraid this is a @Grahame Grieve thing, not a me thing :(
Jens Villadsen (Jan 03 2022 at 18:56):
@Ward Weistra ok - PR is now updated
Jens Villadsen (Jan 03 2022 at 23:22):
@Grahame Grieve please accept the PR at will
Ward Weistra (Jan 06 2022 at 09:34):
PR is accepted, feed is now also in the old feeds object in fhir-ig-list.json, but the package is not yet in Simplifier. Let's give it a day, I'm not sure how often it runs the import. Then I'll see again if there's output from the importer on this package.
Ward Weistra (Jan 10 2022 at 14:41):
It is not yet picked up: https://simplifier.net/packages?Text=hl7.fhir.dk.core. I'll check the importer's output to see why.
Jens Villadsen (Jan 10 2022 at 14:42):
@Ward Weistra I can resolve it
Ward Weistra (Jan 10 2022 at 14:45):
@Jens Villadsen I assume that's coming via Grahame's backup server package2.fhir.org then? http://packages2.fhir.org/packages/catalog?op=find&name=hl7.fhir.dk.core&pkgcanonical=&fhirversion=
That will not make it show up in registry.fhir.org or packages.fhir.org, but it might work for tools that have built in the fall back to that server (IG publisher, sushi, I assume)
Ward Weistra (Jan 11 2022 at 14:49):
@Jens Villadsen It's there now: https://registry.fhir.org/results?query=%22dk%22&latestFilter=true (and https://simplifier.net/packages?Text=hl7.fhir.dk.core)
- There was just a bug in the package importer that prevented this import, which is now fixed.
- The importer is already using the new
feeds
object in https://github.com/FHIR/ig-registry/blob/master/package-feeds.json. I'll make a PR to remove the one in the other file.
Ward Weistra (Jan 11 2022 at 14:56):
PR here: https://github.com/FHIR/ig-registry/pull/80
Last updated: Apr 12 2022 at 19:14 UTC