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
Hi @mikix I was thinking along the lines of performance.
Pydantic 2 core is written in rust. So the validations are very fast compared to something written purely in Python.
@mikix As someone who is new to FHIR, I would also like this. For me it is more about speed of development and confidence in the code I write. It's nice to have the type checker telling me where I've made a wrong assumption about the structure of a resource and I also use it to explore the different properties on a resource without having to bounce back and forth between the code and the FHIR website.
https://docs.pydantic.dev/latest/why/
The text was updated successfully, but these errors were encountered: