PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/Account
description: Base StructureDefinition for Account Resource
package_name: hl7.fhir.core
derivation: specialization
name: Account
type: Account
elements:
  description: {short: Explanation of purpose/use, type: string, isSummary: true, index: 11}
  coveragePeriod: {short: Transaction window, comments: 'It is possible for transactions relevant to a coverage period to be posted to the account before or after the coverage period, however the services that are being charged for must be within this period.', type: Period, isSummary: true, index: 8}
  name: {short: Human-readable label, type: string, isSummary: true, index: 1}
  coverage:
    short: The party(s) that are responsible for covering the payment of this account
    refers: ['http://hl7.org/fhir/StructureDefinition/Coverage']
    comments: |-
      Typically this may be some form of insurance, internal charges, or self-pay.

      Local or jurisdicational business rules may determine which coverage covers which types of billable items charged to the account, and in which order.
      Where the order is important, a local/jurisdicational extension may be defined to specify the order for the type of charge.
    type: Reference
    array: true
    isSummary: true
    index: 7
  type: {short: 'E.g. patient, expense, depreciation', type: CodeableConcept, isSummary: true, index: 2}
  currency: {short: Base currency in which balance is tracked, comments: 'Tracked separately from balance because currency might be known when balance is not.  In some cases, balance might be expressed in a currency other than the base currency for the account.', type: Coding, isSummary: true, index: 5}
  balance: {short: 'How much is in account?', type: Money, isSummary: true, index: 6}
  guarantor:
    short: Responsible for the account
    type: BackboneElement
    array: true
    isSummary: true
    index: 12
    elements:
      party:
        short: Responsible entity
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        type: Reference
        isSummary: true
        index: 13
      onHold: {type: boolean, short: Credit or other hold applied, isSummary: true, index: 14}
      period: {type: Period, short: Guarrantee account during, isSummary: true, index: 15}
    required: [party]
  status: {isModifier: true, short: active | inactive | entered-in-error, type: code, isSummary: true, index: 3}
  active: {short: Time window that transactions may be posted to this account, type: Period, isSummary: true, index: 4}
  identifier: {short: Account number, type: Identifier, array: true, isSummary: true, index: 0}
  subject:
    short: What is account tied to?
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner']
    type: Reference
    isSummary: true
    index: 9
  owner:
    short: Who is responsible?
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    type: Reference
    isSummary: true
    index: 10
package_version: 1.8.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Account
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null