PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.6.0
    http://hl7.org/fhir/StructureDefinition/Account
description: 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.
package_name: hl7.fhir.r5.core
derivation: specialization
name: Account
type: Account
elements:
  description: {isModifier: false, short: Explanation of purpose/use, type: string, mustSupport: false, isSummary: true, index: 10}
  name: {isModifier: false, short: Human-readable label, type: string, mustSupport: false, isSummary: true, index: 3}
  servicePeriod: {isModifier: false, short: Transaction window, type: Period, mustSupport: false, isSummary: true, index: 5}
  coverage:
    isModifier: false
    short: The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account
    index: 6
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      coverage:
        isModifier: false
        short: The party(s), such as insurances, that may contribute to the payment of this account
        refers: ['http://hl7.org/fhir/StructureDefinition/Coverage']
        type: Reference
        mustSupport: false
        isSummary: true
        index: 7
      priority: {isModifier: false, short: The priority of the coverage in the context of this account, type: positiveInt, mustSupport: false, isSummary: true, index: 8}
    required: [coverage]
    isSummary: true
  type:
    isModifier: false
    short: E.g. patient, expense, depreciation
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/account-type'}
    isSummary: true
    index: 2
  guarantor:
    isModifier: false
    short: The parties ultimately responsible for balancing the Account
    index: 11
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      party:
        isModifier: false
        short: Responsible entity
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        type: Reference
        mustSupport: false
        isSummary: false
        index: 12
      onHold: {isModifier: false, short: Credit or other hold applied, type: boolean, mustSupport: false, isSummary: false, index: 13}
      period: {isModifier: false, short: Guarantee account during, type: Period, mustSupport: false, isSummary: false, index: 14}
    required: [party]
    isSummary: false
  status:
    isModifier: true
    short: active | inactive | entered-in-error | on-hold | unknown
    index: 1
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/account-status|4.6.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
  identifier: {isModifier: false, short: Account number, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  partOf:
    isModifier: false
    short: Reference to a parent Account
    refers: ['http://hl7.org/fhir/StructureDefinition/Account']
    type: Reference
    mustSupport: false
    isSummary: false
    index: 15
  subject:
    isModifier: false
    short: The entity that caused the expenses
    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', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 4
  owner:
    isModifier: false
    short: Entity managing the Account
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 9
package_version: 4.6.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Account
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.6.0
required: [status]