I am trying to get the charge items that were created recently in the sandbox as a single response. But due to a difference in the encounter ID, I wasn't able to retrieve them as a single request/response. My end goal is to get all charge items as a response.
Are there any other ways to accomplish that?
Request that I have tried without context:
https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/ChargeItem
Response:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "invalid",
"details": {
"text": "at least one of _id, context, or account must be provided"
}
}
]
}