interface Signature {
    _data?: Element;
    _sigFormat?: Element;
    _targetFormat?: Element;
    _when?: Element;
    data?: base64Binary;
    extension?: Extension[];
    id?: id;
    onBehalfOf?: Reference;
    sigFormat?: code;
    targetFormat?: code;
    type: Coding[];
    when: instant;
    who: Reference;
}

Properties

_data?: Element

The actual signature content (XML DigSig. JWS, picture, etc.)

_sigFormat?: Element

The technical format of the signature

_targetFormat?: Element

The technical format of the signed resources

_when?: Element

When the signature was created

The actual signature content (XML DigSig. JWS, picture, etc.)

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

onBehalfOf?: Reference

The party represented

sigFormat?: code

The technical format of the signature

targetFormat?: code

The technical format of the signed resources

type: Coding[]

Indication of the reason the entity signed the object(s)

when: instant

When the signature was created

Who signed