FHIR Chat · Mapping Request and Response entries in FHIR transaction · implementers

Stream: implementers

Topic: Mapping Request and Response entries in FHIR transaction


view this post on Zulip Upendra Uppala (May 17 2018 at 22:30):

When posting a FHIR transaction bundle for Create/Update, I would like to get the etag and location for each request entry. For GET methods I would like to match the result entry to the request. Right now, I don't see a clear mapping between the request and response entries in a FHIR Bundle to match and get these values. Any suggestions on how this can be achieved?

view this post on Zulip Lloyd McKenzie (May 18 2018 at 06:50):

Unless you're posting a Bundle as a transaction or a batch, the individual resources in the Bundle aren't expected to be created as independent resources on the server - thus they won't have a version or etag. If you submit as a batch or transaction, you'll get the necessary information in the Bundle.entry.response.etag element.


Last updated: Apr 12 2022 at 19:14 UTC