FHIR Chat · inline reslicing question · IG creation

Stream: IG creation

Topic: inline reslicing question


view this post on Zulip Eric Haas (Nov 30 2021 at 02:40):

I wanted to make a pair of nested slices for repeating category element by first slicing on category element on pattern $this to make:

slice A = 1..* slice with required binding to valueset a

then reslice on slice A on pattern $this in the same profile to make

slice A/B = 1..1 to a value 'foo' within valueset a

it rendered beautifully neatly nested slices but the examples gave me am "Element matches more than one slice" and "Observation.category... : minimum required = 1, but only found 0" QA errors.

Is this form of reslicing even possible within the same structure and if so what is the syntax?

view this post on Zulip Lloyd McKenzie (Nov 30 2021 at 02:43):

I had thought that re-slicing was only possible in derived profiles, but I'm not positive. It's also not something that's super-well exercised.

view this post on Zulip Grahame Grieve (Nov 30 2021 at 02:46):

it's certainly something that I won't be looking at before the ballot opens


Last updated: Apr 12 2022 at 19:14 UTC