IGUHealth
    Preparing search index...
    interface ElementDefinitionBase {
        _max?: Element;
        _min?: Element;
        _path?: Element;
        extension?: Extension[];
        id?: id;
        max: string;
        min: never;
        path: string;
    }
    Index

    Properties

    _max?: Element

    Max cardinality of the base element

    _min?: Element

    Min cardinality of the base element

    _path?: Element

    Path that identifies the base element

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    max: string

    Max cardinality of the base element

    min: never

    Min cardinality of the base element

    path: string

    Path that identifies the base element