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

Wrong type aliases for decimal, positiveInt, unsignedInt #13

Closed ruscoder closed 2 weeks ago

ruscoder commented 2 weeks ago

Currently decimal, positiveInt, unsignedInt are strings, but decimal should be float, positiveInt/unsignedInt should be int