Description
We need to update all resources to add support for the standard search elements _id and _lastUpdated.
_id should normally simply resolve to the UUID of the object in question. This parameter is useful, however, in more complicated queries.
_lastUpdated should search dateChanged, except when that field is null, in which case it should search dateCreated for the underlying OpenMRS representation.