I am creating a search bundle with multiple queries in it, FHIR server returns a batch-response bundle with results.
How can I match/link queries from the request with the responses?
- Is the order guaranteed? Is it documented?
- I can compare link.url from the response with URL from the query - but it doesn’t feel good enough.