Stream: conformance
Topic: Search date parameter behaviour
Ardon Toonstra (May 27 2020 at 12:08):
I am confused about the specs regarding searches with a date parameter: http://hl7.org/fhir/search.html#date
The following search is performed: GET [Base]/[Resource]?periodofuse=le2020-04-20
A resource with a matching period lives on the server:
<valuePeriod>
<start value="2020-04-21T00:00:00+02:00"/>
<end value="2020-05-20T23:59:59+02:00"/>
</valuePeriod>
I would expect that this resourse should not be returned. Or should it?
Carie Hammond (Jun 22 2020 at 19:09):
@Ardon Toonstra - a related topic is being discussed over here on another thread if you want to review that: https://chat.fhir.org/#narrow/stream/179166-implementers/topic/Period
Last updated: Apr 12 2022 at 19:14 UTC