interface MessageHeaderDestination {
    _endpoint?: Element;
    _name?: Element;
    endpoint: url;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    name?: string;
    receiver?: Reference;
    target?: Reference;
}

Properties

_endpoint?: Element

Actual destination address or id

_name?: Element

Name of system

endpoint: url

Actual destination address or id

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

name?: string

Name of system

receiver?: Reference

Intended "real-world" recipient for the data

target?: Reference

Particular delivery destination within the destination