AccountGuarantor

open class AccountGuarantor: BackboneElement

Responsible for the account.

Parties financially responsible for the account.

  • Responsible for the account.

    Parties financially responsible for the account.

    Declaration

    Swift

    override open class var resourceType: String
  • Credit or other hold applied.

    Declaration

    Swift

    public var onHold: FHIRBool?
  • Responsible entity.

    Declaration

    Swift

    public var party: Reference?
  • Guarrantee account during.

    Declaration

    Swift

    public var period: Period?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(party: Reference)
  • 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 AccountGuarantor: BackboneElement