You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory, if the starting boundary is @2024-03-01T00:00:00.000Z, then it's incorrect to say that the ending boundary must be greater than, because it's actually the case that no possible value could be less than the start, but that's only the edge case. The general case with any time greater than the midnight on the same day will result in the same issue.
This is arising from patterns in real data being submitted from hospital systems, so we need a general solution here. The workaround in place for now is to update FHIRHelpers.ToPeriod to account for these possibilities by creating an interval with the ending boundary as the maximum time still on the day.
The text was updated successfully, but these errors were encountered: