Run several operations in one request (batch)
POST a FHIR Bundle with type: batch to run several operations in one round trip. Entries are independent: one unknown code does not fail the others, and each carries its own status in the batch-response. Measured against the upstream, a batch of 50 lookups costs about 4.8 ms per code versus 181 ms sequentially. Transaction bundles are not accepted — these operations do not write, so atomicity would only turn one bad code into a wholly failed request.
Authorizations
Your platform API key (haau3_sk_…), sent as Authorization: Bearer <key>.
Body
The body is of type object.
Response
A FHIR Bundle with type: batch-response, one entry per request entry.
The response is of type object.