---
type: "search-params"
title: "Invoice Search Parameters"
resource: "Invoice"
---
# Invoice Search Parameters
## account
**Description:** Account that is being balanced
**Type:** reference
**Expression:** Invoice.account
**Path:** Invoice.account
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-account
## date
**Description:** Invoice date / posting date
**Type:** date
**Expression:** Invoice.creation
**Path:** Invoice.creation
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-date
## identifier
**Description:** Business Identifier for item
**Type:** token
**Expression:** Invoice.identifier
**Path:** Invoice.identifier
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-identifier
## issuer
**Description:** Issuing Organization of Invoice
**Type:** reference
**Expression:** Invoice.issuer
**Path:** Invoice.issuer
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-issuer
## participant
**Description:** Individual who was involved
**Type:** reference
**Expression:** Invoice.participant.actor
**Path:** Invoice.participant.actor
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-participant
## participant-role
**Description:** Type of involvement in creation of this Invoice
**Type:** token
**Expression:** Invoice.participant.role
**Path:** Invoice.participant.role
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-participant-role
## patient
**Description:** Recipient(s) of goods and services
**Type:** reference
**Expression:** Invoice.subject.where(resolve() is Patient)
**Path:** Invoice.subject
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-patient
## recipient
**Description:** Recipient of this invoice
**Type:** reference
**Expression:** Invoice.recipient
**Path:** Invoice.recipient
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-recipient
## status
**Description:** draft | issued | balanced | cancelled | entered-in-error
**Type:** token
**Expression:** Invoice.status
**Path:** Invoice.status
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-status
## subject
**Description:** Recipient(s) of goods and services
**Type:** reference
**Expression:** Invoice.subject
**Path:** Invoice.subject
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-subject
## totalgross
**Description:** Gross total of this Invoice
**Type:** quantity
**Expression:** Invoice.totalGross
**Path:** Invoice.totalGross
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-totalgross
## totalnet
**Description:** Net total of this Invoice
**Type:** quantity
**Expression:** Invoice.totalNet
**Path:** Invoice.totalNet
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-totalnet
## type
**Description:** Type of Invoice
**Type:** token
**Expression:** Invoice.type
**Path:** Invoice.type
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Invoice-type