Stream: implementers
Topic: Resource Identity in Message Bundles
Richard Kavanagh (Jul 09 2018 at 14:05):
When creating message bundles which of the following is the "Most correct" way of populating "id" and "fullUrl"
Entry #1 has "fullUrl" prefixed with "urn:uuid:" and the id as a UUID (with no prefix)
Entry #2 has "fullUrl" prefixed with "urn:uuid:" and the id also with the same "urn:uuid;" construct
Lloyd McKenzie (Jul 09 2018 at 14:50):
The "id" data type doesn't allow ":". So you need to strip the prefix.
Christiaan Knaap (Jul 12 2018 at 06:58):
For your reference: http://hl7.org/fhir/datatypes.html#id even mentions explicitly: "(This might be an integer, an un-prefixed OID, UUID or any other identifier pattern that meets these constraints.)"
Last updated: Apr 12 2022 at 19:14 UTC