Working the first time with FHIR, and I can't figure out how I retrieve all data saved as a bundle at once.
So I save a Bundle: Composition with 3 references. Everything is successful. When I call the data (GET) then I get my Composition, but the section just shows the references, so I call each on of the separate to get all the data.
Is there a better method? My method is prone to fail.