v1
latestOpenAPI 3.1.02026-07-2649128242.2 KBChargeItemDefinition
List ChargeItemDefinitions
Retrieves a list or collection of fees
get/main/ChargeItemDefinition
Query parameters
pageinteger
The collection page number
_countinteger
The number of items per page
paginationboolean
Enable or disable pagination
_idstring
The logical id of the resource
context-type'0' | '1' | '2'
Type of resource (fee type: 0=Appointment, 1=Item, 2=ProRata)
property-group-status'1' | '2'
Status of propertyGroup extension coding (fee pricing status: 1=current, 2=archived)
createdstring datetime
When the resource was created
titlestring
Title of the resource (fee name)
publisherstring
Publisher of the resource (funder name)
codestring
Resource code (fee item number)
_lastUpdatedstring datetime
Date the resource was last updated
Response
ChargeItemDefinition collection
Example response
[
{
"status": "unknown",
"useContext": [
{
"valueQuantity": {
"system": "http://unitsofmeasure.org"
},
"valueRange": {
"low": {
"system": "http://unitsofmeasure.org"
},
"high": {
"system": "http://unitsofmeasure.org"
}
}
}
]
}
]