IInvoice
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IInvoice {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
status: code
_status: ElementBase
cancelledReason: String
_cancelledReason: ElementBase
type: CodeableConcept
subject: Reference
recipient: Reference
date: dateTime
_date: ElementBase
participant: [InvoiceParticipant]
issuer: Reference
account: Reference
lineItem: [InvoiceLineItem]
totalPriceComponent: [InvoiceLineItemPriceComponent]
totalNet: Money
totalGross: Money
paymentTerms: markdown
_paymentTerms: ElementBase
note: [Annotation]
}