SlicingRules
public enum SlicingRules: String
How slices are interpreted when evaluating an instance.
URL: http://hl7.org/fhir/resource-slicing-rules ValueSet: http://hl7.org/fhir/ValueSet/resource-slicing-rules
-
No additional content is allowed other than that described by the slices in this profile.
Declaration
Swift
case closed = "closed"
-
Additional content is allowed anywhere in the list.
Declaration
Swift
case open = "open"
-
Additional content is allowed, but only at the end of the list. Note that using this requires that the slices be ordered, which makes it hard to share uses. This should only be done where absolutely required.
Declaration
Swift
case openAtEnd = "openAtEnd"