-
Type:
Change Request
-
Resolution: Persuasive with Modification
-
Priority:
Medium
-
FHIR Core (FHIR)
-
STU3
-
FHIR Infrastructure
-
(NA)
-
-
RIck Geimer/Lloyd McKenzie: 8-0-0
-
Correction
-
Non-substantive
yearIsValid() currently checks if the year i is_ i >= 1800 && i <= 2100_
The FHIR spec only has a regex to validate dates and doesn't has restrictions on min or max years, i propose to just get rid of yearIsValid() and do only the regex check.