FHIR Chat · message bundle validation... · IG creation

Stream: IG creation

Topic: message bundle validation...


view this post on Zulip Eric Haas (Aug 29 2019 at 05:40):

for this message: http://build.fhir.org/ig/HL7/davinci-alerts/branches/master/Bundle-message-admit-01.html

I am getting these 2 errors...

Bundle/message-admit-01: Bundle.entry[5]    error   Entry isn't reachable by traversing from first Bundle entry
Bundle/message-admit-01: Bundle.entry[8]    error   Entry isn't reachable by traversing from first Bundle entry

the entry 5 ( Coverage) references entry 2 (Patient ) and entry 8 ( MessageDefinition) is referenced by entry 1 ( MessageHeader) as a canonical as defined in the specification. ( whether its appropriate to include the definition in the bundle is a separate question.)

I had assumed that its OK to include the reverse references as well as forward reference in a message bundle since the MessageDefintion uses the GraphDefinition to define the relationships and its allowed there.

view this post on Zulip Lloyd McKenzie (Aug 29 2019 at 05:43):

References by Canonical aren't currently handled by the validator. It's not clear from the spec whether the intention is that they should be?

view this post on Zulip Lloyd McKenzie (Aug 29 2019 at 05:43):

(specifically within the context of checking continuity within a Bundle)


Last updated: Apr 12 2022 at 19:14 UTC