AccountCoverage

open class AccountCoverage: BackboneElement

The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account.

  • The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account.

    Declaration

    Swift

    override open class var resourceType: String
  • The party(s) that are responsible for covering the payment of this account.

    Declaration

    Swift

    public var coverage: Reference?
  • The priority of the coverage in the context of this account.

    Declaration

    Swift

    public var priority: FHIRInteger?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(coverage: 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 AccountCoverage: BackboneElement