interface GraphDefinitionLink {
    _description?: Element;
    _max?: Element;
    _min?: Element;
    _path?: Element;
    _sliceName?: Element;
    description?: string;
    extension?: Extension[];
    id?: id;
    max?: string;
    min?: integer;
    modifierExtension?: Extension[];
    path?: string;
    sliceName?: string;
    target?: GraphDefinitionLinkTarget[];
}

Properties

_description?: Element

Why this link is specified

_max?: Element

Maximum occurrences for this link

_min?: Element

Minimum occurrences for this link

_path?: Element

Path in the resource that contains the link

_sliceName?: Element

Which slice (if profiled)

description?: string

Why this link is specified

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

max?: string

Maximum occurrences for this link

min?: integer

Minimum occurrences for this link

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

path?: string

Path in the resource that contains the link

sliceName?: string

Which slice (if profiled)

Potential target for the link