Stream: IG creation
Topic: Slice Differentials
Chris Moesel (Nov 15 2019 at 04:29):
When I create a slice, how much information should go in the slice's differential element(s)?
(A) include all defined properties of the element(s) representing the slice - since the slice did not exist at all in the base resource
(B) include only properties of the elements(s) that are different from the (now sliced) base element in the original resource
(C) include only properties of the elements(s) that are different from the (now sliced) base element in the current profile
Lloyd McKenzie (Nov 15 2019 at 12:36):
If slicing is done in the base and you're just adding a new slice to the list, you can presume that anything true of the 'slicing' element in the base and any further constraints on the 'slicing' element in your derived profile will apply to the new slice (and all inherited slices).
Chris Moesel (Nov 15 2019 at 13:26):
OK. So the differentials only have to include what is unique to that slice. Got it -- and it makes sense. Thanks!
Last updated: Apr 12 2022 at 19:14 UTC