An open API service indexing awesome lists of open source software.

https://github.com/beda-software/fhir-py-types-r5

FHIR R5 pydantic models
https://github.com/beda-software/fhir-py-types-r5

Last synced: 4 months ago
JSON representation

FHIR R5 pydantic models

Awesome Lists containing this project

README

          

# fhir-py-types-r5

Auto generated by [fhir-py-types](https://github.com/beda-software/fhir-py-types)

## Configuration

Preferred `pyproject.toml` configuration:

```toml
[tool.mypy]
check_untyped_defs = true
plugins = ["pydantic.mypy"]

[tool.pydantic-mypy]
init_typed = true
```