interface Account {
    _description?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _name?: Element;
    _status?: Element;
    contained?: ConcreteType[];
    coverage?: AccountCoverage[];
    description?: string;
    extension?: Extension[];
    guarantor?: AccountGuarantor[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    owner?: Reference;
    partOf?: Reference;
    resourceType: "Account";
    servicePeriod?: Period;
    status: code;
    subject?: Reference[];
    text?: Narrative;
    type?: CodeableConcept;
}

Properties

_description?: Element

Explanation of purpose/use

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_name?: Element

Human-readable label

_status?: Element

active | inactive | entered-in-error | on-hold | unknown

contained?: ConcreteType[]

Contained, inline Resources

coverage?: AccountCoverage[]

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

description?: string

Explanation of purpose/use

extension?: Extension[]

Additional content defined by implementations

guarantor?: AccountGuarantor[]

The parties ultimately responsible for balancing the Account

id?: id

Logical id of this artifact

identifier?: Identifier[]

Account number

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name?: string

Human-readable label

owner?: Reference

Entity managing the Account

partOf?: Reference

Reference to a parent Account

resourceType
servicePeriod?: Period

Transaction window

status: code

active | inactive | entered-in-error | on-hold | unknown

subject?: Reference[]

The entity that caused the expenses

text?: Narrative

Text summary of the resource, for human interpretation

E.g. patient, expense, depreciation