Resources
Invoice
Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.
Properties
Name | Required | Type | Description |
---|---|---|---|
identifier | No | Identifier[] | Business Identifier for item |
status | Yes | code | draft / issued / balanced / cancelled / entered-in-error |
cancelledReason | No | string | Reason for cancellation of this Invoice |
type | No | CodeableConcept | Type of Invoice |
subject | No | Reference<Patient / Group> | Recipient(s) of goods and services |
recipient | No | Reference<Organization / Patient / RelatedPerson> | Recipient of this invoice |
date | No | dateTime | Invoice date / posting date |
participant | No | InvoiceParticipant | Participant in creation of this Invoice |
- id | No | string | Unique id for inter-element referencing |
- extension | No | Extension[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- role | No | CodeableConcept | Type of involvement in creation of this Invoice |
- actor | Yes | Reference<Practitioner / Organization / Patient / PractitionerRole / Device / RelatedPerson> | Individual who was involved |
issuer | No | Reference<Organization> | Issuing Organization of Invoice |
account | No | Reference<Account> | Account that is being balanced |
lineItem | No | InvoiceLineItem | Line items of this Invoice |
- id | No | string | Unique id for inter-element referencing |
- extension | No | Extension[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- sequence | No | positiveInt | Sequence number of line item |
- chargeItem[x] | Yes | Reference<ChargeItem>, CodeableConcept | Reference to ChargeItem containing details of this line item or an inline billing code |
- priceComponent | No | InvoiceLineItemPriceComponent | Components of total line item price |
- id | No | string | Unique id for inter-element referencing |
- extension | No | Extension[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- type | Yes | code | base / surcharge / deduction / discount / tax / informational |
- code | No | CodeableConcept | Code identifying the specific component |
- factor | No | decimal | Factor used for calculating this component |
- amount | No | Money | Monetary amount associated with this component |
totalPriceComponent | No | [] | Components of Invoice total |
totalNet | No | Money | Net total of this Invoice |
totalGross | No | Money | Gross total of this Invoice |
paymentTerms | No | markdown | Payment details |
note | No | Annotation[] | Comments made about the invoice |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
account | reference | Account that is being balanced | Invoice.account |
date | date | Invoice date / posting date | Invoice.date |
identifier | token | Business Identifier for item | Invoice.identifier |
issuer | reference | Issuing Organization of Invoice | Invoice.issuer |
participant | reference | Individual who was involved | Invoice.participant.actor |
participant-role | token | Type of involvement in creation of this Invoice | Invoice.participant.role |
patient | reference | Recipient(s) of goods and services | Invoice.subject |
recipient | reference | Recipient of this invoice | Invoice.recipient |
status | token | draft / issued / balanced / cancelled / entered-in-error | Invoice.status |
subject | reference | Recipient(s) of goods and services | Invoice.subject |
totalgross | quantity | Gross total of this Invoice | Invoice.totalGross |
totalnet | quantity | Net total of this Invoice | Invoice.totalNet |
type | token | Type of Invoice | Invoice.type |
Inherited Properties
Name | Required | Type | Description |
---|---|---|---|
id | No | string | Logical id of this artifact |
meta | No | Meta | Metadata about the resource |
implicitRules | No | uri | A set of rules under which this content was created |
language | No | code | Language of the resource content |
text | No | Narrative | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see Invoice.