Enum ElementDefinition.DiscriminatorType

java.lang.Object
java.lang.Enum<ElementDefinition.DiscriminatorType>
org.hl7.fhir.r5.model.ElementDefinition.DiscriminatorType
All Implemented Interfaces:
Serializable, Comparable<ElementDefinition.DiscriminatorType>
Enclosing class:
ElementDefinition

  • Enum Constant Details

    • VALUE

      The slices have different values in the nominated element, as determined by the applicable fixed value, pattern, or required ValueSet binding.
    • EXISTS

      The slices are differentiated by the presence or absence of the nominated element. There SHALL be no more than two slices. The slices are differentiated by the fact that one must have a max of 0 and the other must have a min of 1 (or more). The order in which the slices are declared doesn't matter.
    • PATTERN

      The slices have different values in the nominated element, as determined by the applicable fixed value, pattern, or required ValueSet binding. This has the same meaning as 'value' and is deprecated.
    • TYPE

      The slices are differentiated by type of the nominated element.
    • PROFILE

      The slices are differentiated by conformance of the nominated element to a specified profile. Note that if the path specifies .resolve() then the profile is the target profile on the reference. In this case, validation by the possible profiles is required to differentiate the slices.
    • POSITION

      The slices are differentiated by their index. This is only possible if all but the last slice have min=max cardinality, and the (optional) last slice contains other undifferentiated elements.
    • NULL

      added to help the parsers with the generic types
  • Method Details