FHIR Chat · Error with versioned canonical reference · IG creation

Stream: IG creation

Topic: Error with versioned canonical reference


view this post on Zulip Bryn Rhodes (Jun 22 2020 at 18:12):

Based on this topic the validator should be okay with versioned canonical references, but I'm getting the same error in an implementation guide, and wondering if I should expect versioned canonical references to resolve in the IG Publisher?

view this post on Zulip Grahame Grieve (Jun 22 2020 at 19:06):

should indeed. where is it not?

view this post on Zulip Bryn Rhodes (Jun 22 2020 at 20:12):

Happening when I'm building the quality measure IG, all the references from the relatedArtifact.resource elements in the Library resources.

view this post on Zulip Grahame Grieve (Jun 25 2020 at 02:43):

is there an example I can try out?

view this post on Zulip Bryn Rhodes (Jun 25 2020 at 02:44):

I resolved those, turned out to be that I was setting fixed-business-version in the IG, which was overwriting all the versions of the resources, so they weren't found.

view this post on Zulip Bryn Rhodes (Jun 25 2020 at 02:45):

Turning that off fixed it, but results in some other warnings about versions that I'm still wrestling with, most notably the publication version check.

view this post on Zulip Grahame Grieve (Jun 25 2020 at 02:46):

not sure from that whether there's an underlying issue?

view this post on Zulip Bryn Rhodes (Jun 25 2020 at 02:47):

The publication check says "no package list entry found for version null"

view this post on Zulip Bryn Rhodes (Jun 25 2020 at 02:47):

But I have a version set in the ig resource

view this post on Zulip Bryn Rhodes (Jun 25 2020 at 02:48):

And that publication check failure doesn't happen with fixed-business-version set

view this post on Zulip Bryn Rhodes (Jun 25 2020 at 02:50):

(Or at least, the message correctly says package list entry not found for version 2.0.0)


Last updated: Apr 12 2022 at 19:14 UTC