Stream: implementers
Topic: Date Range
Charlie Filkins (Oct 20 2020 at 22:05):
When validating a Patient, I receive the following warning.
The value '2999-12-31' is outside the range of reasonable years - check for data entry error
What defines the a range of "reasonable years"? I can't find anything in the specs.
Thanks ... Charlie
OS (Oct 20 2020 at 22:37):
Charlie Filkins said:
When validating a Patient, I receive the following warning.
The value '2999-12-31' is outside the range of reasonable years - check for data entry error
What defines the a range of "reasonable years"? I can't find anything in the specs.
Thanks ... Charlie
What server implementation are you working with? Has there been any custom development done on it, or are you using an out-of-box implementation? Also - is that error presented as part of an OperationOutcome? Can you paste the full message?
Grahame Grieve (Oct 20 2020 at 22:39):
I wrote that rule, adapted from a couple of clinical systems I worked on. It's not a rule in the spec, and so it's just a warning.
Charlie Filkins (Oct 22 2020 at 16:39):
Thanks for the clarification @Grahame Grieve!
Last updated: Apr 12 2022 at 19:14 UTC