ContractSigner

open class ContractSigner: BackboneElement

Contract Signatory.

Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.

  • Contract Signatory.

    Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.

    Declaration

    Swift

    override open class var resourceType: String
  • Contract Signatory Party.

    Declaration

    Swift

    public var party: Reference?
  • Contract Documentation Signature.

    Declaration

    Swift

    public var signature: [Signature]?
  • Contract Signatory Role.

    Declaration

    Swift

    public var type: Coding?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(party: Reference, signature: [Signature], type: Coding)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class ContractSigner: BackboneElement