Get individual resources from bundle (collection)

Hi all,

I’m sending a bundle of type collection to a FHIR server and want to be able to get back one of the resources within the bundle. Is this possible with this type of bundle or does it need to be of type transaction?

Some servers might institute custom functionality that stores the individual entries of a collection, but the expected behavior is to just store the Bundle as-is. If your intention is to create the individual resources on the target server, then you need to use either Batch or Transaction. (The latter is needed if there are dependencies between the resources.) Also, the batch or transaction needs to be submitted to the root endpoint. If you POST the Bundle to the Bundle endpoint, it’ll just be stored, not executed.