GET Invoice Resource Bundle
get
/oracle-fhir-server/fhir/Invoice
This endpoint supports the retrieval of Invoice resource list.It returns Bundle of Invoice resource.
Request
Query Parameters
-
_format(optional): string
-
_id(optional): string
The ID of the resource
-
_language(optional): string
The language of the resource
-
account(optional): string
Account that is being balanced
-
date(optional): string(date)
Invoice date / posting date
-
identifier(optional): string
Business Identifier for item
-
issuer(optional): string
Issuing Organization of Invoice
-
participant(optional): string
Individual who was involved
-
participant-role(optional): string
Type of involvement in creation of this Invoice
-
patient(optional): string
Recipient(s) of goods and services
-
recipient(optional): string
Recipient of this invoice
-
status(optional): string
draft | issued | balanced | cancelled | entered-in-error
-
subject(optional): string
Recipient(s) of goods and services
-
totalgross(optional): integer
Gross total of this Invoice
-
totalnet(optional): integer
Net total of this Invoice
-
type(optional): string
Type of Invoice
Response
200 Response
Success
Nested Schema : Invoice
Type:
Show Source
object
-
account:
object Account_coverage
-
date:
string
Minimum Length:
1
-
id:
string
Minimum Length:
1
-
identifier:
array identifier
Minimum Number of Items:
1
Unique Items Required:true
-
issuer:
object ChargeItem_performingOrganization
-
meta:
object Account_meta
-
participant:
array participant
Minimum Number of Items:
1
Unique Items Required:true
-
resourceType:
string
Minimum Length:
1
-
status:
string
Minimum Length:
1
-
subject:
object Account_coverage
-
text:
object Account_text
-
totalGross:
object ChargeItem_priceOverride
-
totalNet:
object ChargeItem_priceOverride
Nested Schema : identifier
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Account_meta
Type:
Show Source
object
-
tag:
array tag
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : participant
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Account_text
Type:
Show Source
object
-
div:
string
Minimum Length:
1
-
status:
string
Minimum Length:
1
Nested Schema : ChargeItem_priceOverride
Type:
Show Source
object
-
currency:
string
Minimum Length:
1
-
value:
number
Nested Schema : Account_identifier
Type:
Show Source
object
-
system:
string
Minimum Length:
1
-
value:
string
Minimum Length:
1
Nested Schema : Account_type_coding
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
display:
string
Minimum Length:
1
-
system:
string
Minimum Length:
1
Nested Schema : ActivityDefinition_valueCodeableConcept
Type:
Show Source
object
-
coding:
array coding
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : coding
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true