Account

open class Account: DomainResource

Tracks balance, charges, for patient or cost center.

A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.

  • Tracks balance, charges, for patient or cost center.

    A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.

    Declaration

    Swift

    override open class var resourceType: String
  • Time window that transactions may be posted to this account.

    Declaration

    Swift

    public var active: Period?
  • How much is in account?.

    Declaration

    Swift

    public var balance: Money?
  • 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

    public var coverage: [AccountCoverage]?
  • Explanation of purpose/use.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • Responsible for the account.

    Declaration

    Swift

    public var guarantor: [AccountGuarantor]?
  • Account number.

    Declaration

    Swift

    public var identifier: [Identifier]?
  • Human-readable label.

    Declaration

    Swift

    public var name: FHIRString?
  • Who is responsible?.

    Declaration

    Swift

    public var owner: Reference?
  • Transaction window.

    Declaration

    Swift

    public var period: Period?
  • Indicates whether the account is presently used/usable or not.

    Declaration

    Swift

    public var status: AccountStatus?
  • What is account tied to?.

    Declaration

    Swift

    public var subject: Reference?
  • E.g. patient, expense, depreciation.

    Declaration

    Swift

    public var type: CodeableConcept?
  • E.g. patient, expense, depreciation.

    Declaration

    Swift

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

    Declaration

    Swift

    open class Account: DomainResource