Stream: implementers
Topic: Bundle.meta.lastUpdated
Arjun Goyal (Aug 22 2020 at 03:36):
I'm trying to find a mapping in FHIR for a data element describing when a Composition was *first *electronically sent as part of a Bundle document. I believe this would be the Bundle.timestamp, but I'm having trouble understanding the difference between this resource and Bundle.meta.lastUpdated. Any help would be appreciated. Thank you!
Vassil Peytchev (Aug 22 2020 at 04:05):
Do you mean the creation timestamp for the FHIR document? Note that the document itself cannot track anything about it being "sent", unless by "sent" you mean that the document bundle was created via a POST.
Arjun Goyal (Aug 22 2020 at 16:26):
thank you Vassil, your comment prompted me to look more deeply. Actually, the Document Bundle containing the case narrative is part of a Message Bundle that will be sent from one health organization to another. In this case, I need to know when the Message Bundle was first sent by organization 1.
Last updated: Apr 12 2022 at 19:14 UTC