Stream: implementers
Topic: discriminator on sections in a composition
Katarina (Apr 05 2020 at 19:54):
Hi, i am searching for the right kind of discriminator to slice the sections in a composition. I want to make sure the composition contains one section containing a practitioner and one section containing one observation. I tried it with the discriminator type=profile, path=entry. But I am getting error: "Element does not match any slice, but the group at 'Composition.section' is closed". How do I choose the right discriminator?
Lloyd McKenzie (Apr 06 2020 at 00:48):
type=type, path=entry.resolve() should work
Last updated: Apr 12 2022 at 19:14 UTC