Signature

A digital signature along with supporting context. The signature may be electronic/cryptographic in nature, or a graphical image representing a hand-written signature, or a signature process. Different signature approaches have different utilities.

= Must Support, = Is Modifier, = QiCore defined extension

FieldCard.TypeDescription
type1..*CodeAn indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document.
when1..1DateTimeWhen the digital signature was signed.
who[x]1..1String | QICorePractitioner | QICoreRelatedPerson | QICorePatient | QICoreDevice | QICoreOrganizationA reference to an application-usable description of the identity that signed (e.g. the signature used their private key).
onBehalfOf[x]0..1String | QICorePractitioner | QICoreRelatedPerson | QICorePatient | QICoreDevice | QICoreOrganizationA reference to an application-usable description of the identity that is represented by the signature.
contentType0..1StringA mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jwt for JWT, and image/* for a graphical image of a signature, etc.
blob0..1StringThe base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty.