I'm looking at the DSTU2 CarePlan resource which has a date search parameter that searches the CarePlan.period field.
The DSTU2 search page specifies that when the target value is a Period, the target is explicitly a range (though the upper or lower bound may not be actually specified on the resource), with the following example:
date=ge2013-03-14 | Includes a period "from 21-Jan 2013 onwards"
Does the target explicitly being a range mean that the date search parameter in this case should be treated as a range from "ge2013-03-14" to "highest possible date"?
In this case, would all CarePlans that have a period that encompasses some subset of that range qualify? For example, would a CarePlan with period:
"period": {
"end": "2013-03-15"
}
also be included in the results?