Skip to main content

SignatureCreateInput

No description

input SignatureCreateInput {
type: [CodingCreateInput!]!
when: String!
who: ReferenceCreateInput!
onBehalfOf: ReferenceCreateInput
targetFormat: String
sigFormat: String
data: String
extension: [FhirExtensionCreateInput!]
id: String
}

Fields

SignatureCreateInput.type ● [CodingCreateInput!]! non-null input

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.

SignatureCreateInput.when ● String! non-null scalar

When the digital signature was signed.

SignatureCreateInput.who ● ReferenceCreateInput! non-null input

A reference to an application-usable description of the identity that signed (e.g. the signature used their private key).

SignatureCreateInput.onBehalfOf ● ReferenceCreateInput input

A reference to an application-usable description of the identity that is represented by the signature.

SignatureCreateInput.targetFormat ● String scalar

A mime type that indicates the technical format of the target resources signed by the signature.

SignatureCreateInput.sigFormat ● String scalar

A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jose for JWS, and image/* for a graphical image of a signature, etc.

SignatureCreateInput.data ● String scalar

The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty.

SignatureCreateInput.extension ● [FhirExtensionCreateInput!] list input

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

SignatureCreateInput.id ● String scalar

null

Member Of

ContractSignerCreateInput input ● ElementDefinitionCreateInput input ● ElementDefinitionExampleCreateInput input ● FhirExtensionCreateInput input ● ProvenanceCreateInput input ● StructureMapSourceCreateInput input ● TaskInputCreateInput input ● TaskOutputCreateInput input ● VerificationResultAttestationCreateInput input ● VerificationResultValidatorCreateInput input