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
It's worth noting that this isn't just a nice-to-have. There are real bugs because of this:
we don't parse time fields correctly (could be fixed by adding special detection)
but we also mistakenly accept an instant-formatted string in a date field. Because FHIRDate doesn't know what type of field it's supposed to be parsing.
Currently, these are all served by
FHIRDate
. Would be nice to distinguish those.The text was updated successfully, but these errors were encountered: