Stream: IG creation
Topic: Not reachable by traversing from first Bundle entry
Giorgio Cangioli (Mar 24 2021 at 20:00):
I've this error returned in one of my document bundle examples.
Entry 'urn:uuid:ef187374-9ee4-4eaa-ad5c-06ddfdc5b825' isn't reachable by traversing from first Bundle entry
Do I interpret the error correctly if I assume that this means that entries that are in the bundle have to be somehow referenced in the composition resource ?
Oliver Egger (Mar 24 2021 at 20:19):
according to the spec for documents I thinks this is a valid assumption: http://hl7.org/fhir/documents.html#content : that has a Composition resource as the first resource in the bundle, followed by a series of other resources, referenced from the Composition resource, that provide supporting evidence for the document.
Last updated: Apr 12 2022 at 19:14 UTC