Stream: implementers
Topic: Search: param=value1,value2
nicola (RIO/SS) (Feb 06 2017 at 19:04):
In current search spec i do not see or
expression, ie param=val1,val2
- was it thrown away or replaced?
Also _lastUpdated=>2010-10-01
is inconsistent with [parameter]=ge2013-03-14
.
Grahame Grieve (Feb 06 2017 at 19:27):
no it wasn't replaced. it's still there. and where's the inconsistency found?
nicola (RIO/SS) (Feb 06 2017 at 19:49):
By inconsistency i mean we use =gt
operator for date search params, but =>
for _lastUpdated, let's unify =gt
or =>
everywhere!
Grahame Grieve (Feb 06 2017 at 19:50):
I'm not seeing it. From the spec:
GET [base]/Observation?_lastUpdated=gt2010-10-01
nicola (RIO/SS) (Feb 06 2017 at 19:51):
http://hl7.org/fhir/2017Jan/search.html ?
Grahame Grieve (Feb 06 2017 at 19:52):
it's obviosuly been fixed as a technical correction since then - it's right in the current build
nicola (RIO/SS) (Feb 06 2017 at 19:56):
Nice. But where in http://build.fhir.org/search.html notion of param=val,val
- at least i did not find any examples by quick searching.
Grahame Grieve (Feb 06 2017 at 20:00):
http://build.fhir.org/search.html#composite
nicola (RIO/SS) (Feb 06 2017 at 20:03):
Looks like this samples and description should bubble in some top paragraphs
Last updated: Apr 12 2022 at 19:14 UTC