interface MessageHeaderSource {
    _endpoint?: Element;
    _name?: Element;
    _software?: Element;
    _version?: Element;
    contact?: ContactPoint;
    endpoint: url;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    name?: string;
    software?: string;
    version?: string;
}

Properties

_endpoint?: Element

Actual message source address or id

_name?: Element

Name of system

_software?: Element

Name of software running the system

_version?: Element

Version of software running

contact?: ContactPoint

Human contact for problems

endpoint: url

Actual message source 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

software?: string

Name of software running the system

version?: string

Version of software running