FHIR Chat · Still some errors/warnings with IG based on R4B · IG creation

Stream: IG creation

Topic: Still some errors/warnings with IG based on R4B


view this post on Zulip Jean Duteau (Dec 09 2021 at 19:53):

After the latest IGPublisher update, the errors/warnings to do with the IG parameters are gone. I have the following errors/warnings still around:
Warnings:

ValueSet http://hl7.org/fhir/ValueSet/resource-security-category not found by validator
ValueSet http://hl7.org/fhir/ValueSet/standards-status not found by validator

I'm not using those value sets so they are being inherited from R4B?

Errors:

The extension http://hl7.org/fhir/build/StructureDefinition/no-binding is unknown, and not allowed here
URL value 'http://hl7.org/fhir/build/StructureDefinition/no-binding' does not resolve
Profile http://hl7.org/fhir/StructureDefinition/MessageDefinition is for type StructureDefinition[http://hl7.org/fhir/StructureDefinition/MessageDefinition], which is not a Canonical Resource (which is required because the MessageHeader.definition element has type canonical)

The errors are all on my MessageHeader profiles. I believe it is referring to the MessageHeader.definition which I'm not touching in my profile, so the snapshot generator is adding it.

view this post on Zulip Jean Duteau (Dec 09 2021 at 19:56):

http://build.fhir.org/ig/HL7/fhir-spl/branches/main/qa.html

view this post on Zulip Jean Duteau (Dec 11 2021 at 17:03):

@Grahame Grieve @Lloyd McKenzie

view this post on Zulip Lloyd McKenzie (Dec 11 2021 at 17:26):

The last one seems like someone might have specified a 'profile' instead of a 'targetProfile'?

view this post on Zulip Jean Duteau (Dec 11 2021 at 21:34):

Sure except that is all being added to the snapshot by the publisher (or the templates?)

view this post on Zulip Lloyd McKenzie (Dec 12 2021 at 00:41):

Nothing is added to value sets or profiles by the templates

view this post on Zulip Jean Duteau (Dec 12 2021 at 01:42):

okay, i'm still unsure what is added to what. i guess the snapshots are all done by the publisher code then.

view this post on Zulip Lloyd McKenzie (Dec 12 2021 at 04:55):

Yes - based on the underlying models

view this post on Zulip Grahame Grieve (Dec 13 2021 at 06:27):

the no-binding related ones won't go away until I get a new release of R4B out

view this post on Zulip Grahame Grieve (Dec 13 2021 at 06:52):

as will the warnings

view this post on Zulip Grahame Grieve (Dec 13 2021 at 06:52):

the messageheader issue will go away next release

view this post on Zulip Jean Duteau (Dec 13 2021 at 14:30):

Thx


Last updated: Apr 12 2022 at 19:14 UTC