beda-software / fhir-py-types

Convert FHIR StructureDefinition into Python type annotations
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Get rid of implicit date/datetime conversion #10

Closed ruscoder closed 1 week ago

ruscoder commented 1 month ago

First of all, datetime is not JSON serializable by default and secondly it makes impossible of setting only year, like {"birthDate" "1990"}

ruscoder commented 1 month ago

What do you think, @ir4y @m0rl?