interface Invoice {
    _cancelledReason?: Element;
    _date?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _paymentTerms?: Element;
    _status?: Element;
    account?: Reference;
    cancelledReason?: string;
    contained?: ConcreteType[];
    date?: dateTime;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    issuer?: Reference;
    language?: code;
    lineItem?: InvoiceLineItem[];
    meta?: Meta;
    modifierExtension?: Extension[];
    note?: Annotation[];
    participant?: InvoiceParticipant[];
    paymentTerms?: markdown;
    recipient?: Reference;
    resourceType: "Invoice";
    status: code;
    subject?: Reference;
    text?: Narrative;
    totalGross?: Money;
    totalNet?: Money;
    totalPriceComponent?: InvoiceLineItemPriceComponent[];
    type?: CodeableConcept;
}

Properties

_cancelledReason?: Element

Reason for cancellation of this Invoice

_date?: Element

Invoice date / posting date

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_paymentTerms?: Element

Payment details

_status?: Element

draft | issued | balanced | cancelled | entered-in-error

account?: Reference

Account that is being balanced

cancelledReason?: string

Reason for cancellation of this Invoice

contained?: ConcreteType[]

Contained, inline Resources

date?: dateTime

Invoice date / posting date

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Business Identifier for item

implicitRules?: uri

A set of rules under which this content was created

issuer?: Reference

Issuing Organization of Invoice

language?: code

Language of the resource content

lineItem?: InvoiceLineItem[]

Line items of this Invoice

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

note?: Annotation[]

Comments made about the invoice

participant?: InvoiceParticipant[]

Participant in creation of this Invoice

paymentTerms?: markdown

Payment details

recipient?: Reference

Recipient of this invoice

resourceType
status: code

draft | issued | balanced | cancelled | entered-in-error

subject?: Reference

Recipient(s) of goods and services

text?: Narrative

Text summary of the resource, for human interpretation

totalGross?: Money

Gross total of this Invoice

totalNet?: Money

Net total of this Invoice

totalPriceComponent?: InvoiceLineItemPriceComponent[]

Components of Invoice total

Type of Invoice