Stream: implementers
Topic: Code with pipe symbol?
Christiaan Knaap (Feb 20 2018 at 15:19):
On a token search, the pipe symbol | is used to separate system and code.
Does anyone know of any codes that contain the pipe symbol as part of the code? I was wondering whether we should support that.
Grahame Grieve (Feb 20 2018 at 19:55):
full snomed terms ;-) - but re recommend strongly not to use them, and no one has ever asked.
Christiaan Knaap (Feb 21 2018 at 11:44):
Thanks. It seems no extra trouble to support it nonetheless, so I won't block it.
Patrick Werner (Feb 21 2018 at 15:47):
how would you distinguish if the search token is system|code or co|de ?
Ben Spencer (Feb 21 2018 at 15:48):
http://build.fhir.org/search.html#escaping
Grahame Grieve (Feb 21 2018 at 19:35):
you can't do system-less search with a code like that
Grahame Grieve (Feb 21 2018 at 19:35):
I can live with that personally
Last updated: Apr 12 2022 at 19:14 UTC