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
{{ message }}
This repository was archived by the owner on Jul 2, 2025. It is now read-only.
SMART sandbox shows incorrect age on patient records. It only uses year to calculate patient age.
Steps to reproduce issue:
Create a FHIR patient with a birth month later than current month (or same month, but later day). Example: July 15, 1990
View patient in the sandbox.
Result: Incorrect age displayed. If using example above, then age listed is 34 even though the actual age is 33. It is calculating the age by only comparing the birth year with the current year.