IGUHealth
    Preparing search index...
    interface ElementDefinitionSlicing {
        _description?: Element;
        _ordered?: Element;
        _rules?: Element;
        description?: string;
        discriminator?: ElementDefinitionSlicingDiscriminator[];
        extension?: Extension[];
        id?: id;
        ordered?: boolean;
        rules: code;
    }
    Index

    Properties

    _description?: Element

    Text description of how slicing works (or not)

    _ordered?: Element

    If elements must be in same order as slices

    _rules?: Element

    closed | open | openAtEnd

    description?: string

    Text description of how slicing works (or not)

    Element values that are used to distinguish the slices

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    ordered?: boolean

    If elements must be in same order as slices

    rules: code

    closed | open | openAtEnd