FHIR Chat · Can I ignore "This element does not match any known slice... · IG creation

Stream: IG creation

Topic: Can I ignore "This element does not match any known slice...


view this post on Zulip Jean Duteau (Oct 14 2020 at 21:46):

I have an open slice on Bundle where entry is 1..* and one of them must be a Claim resource. In my example, I have five entries with the first one being the Claim resource. I get four "Slicing Information" messages in my qa.html about the element not matching any known slice.

I want to make sure that I'm correctly slicing this, i.e. by not making any restrictions on the rest of the Bundle entries, and that I can therefore add this information message to the ignoreWarnings file.

view this post on Zulip Lloyd McKenzie (Oct 15 2020 at 02:41):

It's totally fine if you're expecting the elements to not match one of the slices - you can add them to the ignore file. It's a warning because quite often the failure of an element to match a slice is not intentional.


Last updated: Apr 12 2022 at 19:14 UTC