Stream: implementers
Topic: Search Tokens
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 ?
Grahame Grieve (Mar 14 2018 at 01:53):
according to the spec, every code needs it's own system value
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