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
Field | Card. | Type | Description |
---|---|---|---|
type | 1..* | Code | An 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. |
when | 1..1 | DateTime | When the digital signature was signed. |
who[x] | 1..1 | String | QICorePractitioner | QICoreRelatedPerson | QICorePatient | QICoreDevice | QICoreOrganization | A reference to an application-usable description of the identity that signed (e.g. the signature used their private key). |
onBehalfOf[x] | 0..1 | String | QICorePractitioner | QICoreRelatedPerson | QICorePatient | QICoreDevice | QICoreOrganization | A reference to an application-usable description of the identity that is represented by the signature. |
contentType | 0..1 | String | A 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. |
blob | 0..1 | String | The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty. |