Skip to main content

Invoice

Draft Financial

Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/Invoice
InteractionMethodPath
ReadGET/fhir/R5/Invoice/[id]
VreadGET/fhir/R5/Invoice/[id]/_history/[vid]
UpdatePUT/fhir/R5/Invoice/[id]
PatchPATCH/fhir/R5/Invoice/[id]
DeleteDELETE/fhir/R5/Invoice/[id]
CreatePOST/fhir/R5/Invoice
SearchGET/fhir/R5/Invoice?...
HistoryGET/fhir/R5/Invoice/[id]/_history
Type-historyGET/fhir/R5/Invoice/_history

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..*Business Identifier for item
statuscode1..1draft
cancelledReasonstring0..1Reason for cancellation of this Invoice
typeCodeableConcept0..1Type of Invoice
subjectReference0..1Recipient(s) of goods and services
recipientReference0..1Recipient of this invoice
datedateTime0..1DEPRICATED
creationdateTime0..1When posted
period[x]date / Period0..1Billing date or period
participantBackboneElement0..*Participant in creation of this Invoice
issuerReference0..1Issuing Organization of Invoice
accountReference0..1Account that is being balanced
lineItemBackboneElement0..*Line items of this Invoice
totalPriceComponentMonetaryComponent0..*Components of Invoice total
totalNetMoney0..1Net total of this Invoice
totalGrossMoney0..1Gross total of this Invoice
paymentTermsmarkdown0..1Payment details
noteAnnotation0..*Comments made about the invoice

Resource-specific search parameters

ParameterTypeDescription
accountreferenceAccount that is being balanced
datedateWhen the event occurred
identifiertokenAccount number
issuerreferenceIssuing Organization of Invoice
participantreferenceIndividual who was involved
participant-roletokenType of involvement in creation of this Invoice
patientreferenceThe entity that caused the expenses
recipientreferenceRecipient of this invoice
statustokendraft
subjectreferenceRecipient(s) of goods and services
totalgrossquantityGross total of this Invoice
totalnetquantityNet total of this Invoice
typetokenE.g. patient, expense, depreciation

Reference

  • Official FHIR R5 spec: Invoice
  • Maturity: Draft (FMM 0).