FHIR Chat · Send DocumentReference to multiple Practitioners · implementers

Stream: implementers

Topic: Send DocumentReference to multiple Practitioners


view this post on Zulip j (Apr 23 2019 at 17:31):

With STU3 what is the best way to send a DocumentReference to multiple Practitioners at one system. I had planned to send a bundle with a MessageHeader with multiple Destination/Receiver but see that is only available in R4. Is it valid to bundle multiple MessageHeaders?

view this post on Zulip Lloyd McKenzie (Apr 23 2019 at 18:56):

A message can only have one MessageHeader. (Unless it's a batch of additional message bundles - though in that case, the other MessageHeaders would each be within their own Bundle) If you don't want to do messaging, you could also look at CommunicationRequest.

view this post on Zulip j (Apr 23 2019 at 18:59):

That looks like it will work, thanks!


Last updated: Apr 12 2022 at 19:14 UTC