Slicing is a nice idea for defining complex or composite data elements used by several FHIR ressources.
"Within a structure definition, a slice is defined using multiple element entries that share a path but have distinct names. These entries together form a "slice group" with useful featured described in http://www.hl7.org/fhir/2015May/profiling.html.
However in the FHIR ressource "DataElement" itself the use of slicing within the ElementDefinition ist not allowed: see https://www.hl7.org/fhir/dataelement.html
=> Definition of element, No base allowed, No slicing allowed
What is the reason for not allowing slicing within DataElements?