FHIR Chat · Search Tokens · implementers

Stream: implementers

Topic: Search Tokens


view this post on Zulip Niroj Shakya (Mar 14 2018 at 01:37):

Looking at the spec https://build.fhir.org/search.html#token, it is a bit unclear if code can contain multiple comma separated values for a specific system value.
For E.g. http://sqlonfhir-stu3.azurewebsites.net/fhir/Practitioner?identifier=http://healthconnex.com.au/hcxd/Practitioner/NhsdId|1010101,1010102
This actually works but is this according to the standard or every code needs its own system value like
http://sqlonfhir-stu3.azurewebsites.net/fhir/Practitioner?identifier=http://healthconnex.com.au/hcxd/Practitioner/NhsdId|1010101,http://healthconnex.com.au/hcxd/Practitioner/NhsdId|1010102 ?

view this post on Zulip Grahame Grieve (Mar 14 2018 at 01:53):

according to the spec, every code needs it's own system value

view this post on Zulip Brian Postlethwaite (Mar 14 2018 at 03:03):

That's what i thought.
When I reviewed the query, it just seemed wrong.
So its a bug in our server.


Last updated: Apr 12 2022 at 19:14 UTC