Stream: implementers
Topic: identifier string format with URI
frank cao (Jul 07 2020 at 14:29):
Hello, what is the standard format for concatenating identifier value with its system URI? Is it [system_uri]#[value] or [uri]:[value]? Thanks!
Lloyd McKenzie (Jul 07 2020 at 14:39):
What is your objective for the concatenation?
Michele Mottini (Jul 07 2020 at 14:43):
In a search parameter you use the pipe: [system_uri]|[value]
frank cao (Jul 07 2020 at 14:44):
it's to use in a custom token to pass patient identifier as a string
Grahame Grieve (Jul 07 2020 at 22:44):
then we don't really have an opinion. I typically use # if the reference is into a single document (or logically would be), or else |. But we certainly don't have across the board consistency on that approach nor we do make any rule like that
Last updated: Apr 12 2022 at 19:14 UTC