http://hl7.org/fhir/StructureDefinition/Signature|4.0.1

Base StructureDefinition for Signature Type: A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities.
description: 'Base StructureDefinition for Signature Type: A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities.'
derivation: specialization
name: Signature
type: Signature
elements:
  type:
    min: 1
    short: Indication of the reason the entity signed the object(s)
    array: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/signature-type'}
    isSummary: true
    index: 0
  when: {short: When the signature was created, isSummary: true, index: 1}
  who: {short: Who signed, isSummary: true, index: 2}
  onBehalfOf: {short: The party represented, isSummary: true, index: 3}
  targetFormat:
    short: The technical format of the signed resources
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1'}
    index: 4
  sigFormat:
    short: The technical format of the signature
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1'}
    index: 5
  data: {short: 'The actual signature content (XML DigSig. JWS, picture, etc.)', index: 6}
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/Signature
base: http://hl7.org/fhir/StructureDefinition/Element
version: 4.0.1
required: [who, when, type]