Stream: implementers
Topic: Bundle.entry.fullUrl--url or urn
Adam (May 27 2020 at 07:50):
Hi all,
Just got some different opinion with my team with the element Bundle.entry.fullUrl. I'm now using the urn type for this field, and some other colleague think it's better to use an url(an absolute address). Both of them are right, but we still want to find the better way. Could you please give some suggestions? Thank you in advance.
Lloyd McKenzie (May 27 2020 at 13:58):
The rules are: If the resource in the Bundle is one that's available somewhere at a RESTful endpoint, then the entry.fullUrl should point to that resource's full URL. If you're sending a document or message and the resource is not available anywhere at a RESTful endpoint, then use urn:uuid:[some GUID].
Last updated: Apr 12 2022 at 19:14 UTC