bzkf / onco-analytics-on-fhir

Onco Analytics on FHIR
GNU Affero General Public License v3.0
6 stars 3 forks source link

fix: calculate correct age on diagnosis on birthday #195

Closed pcvolkmer closed 1 month ago

pcvolkmer commented 1 month ago

This will use python-dateutil to get age of patient at condition date without rounding error in rare cases.

fixes #194