Stream: social
Topic: search parameter
Shubham Singhal (Jun 17 2020 at 10:50):
date date A date within the period the Encounter lasted Encounter.period
here if i am using date search parameter which is of period type,
date=2020-06-17
example structure of period:
"period": {
"start": "2015-01-15",
"end":2016-02-15
},
then it will check with which date as period structure has two dates (start, end)
and how prefixes (eq,ge,le,gt,lt) will work with period types
Lloyd McKenzie (Jun 17 2020 at 15:22):
Already answered on https://chat.fhir.org/#narrow/stream/179166-implementers/topic/Period. Please do not raise the same question on more than one stream unless explicitly asked to do so @Shubham Singhal
Last updated: Apr 12 2022 at 19:14 UTC