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
- Host: GitHub
- URL: https://github.com/beda-software/fhir-py-types-r5
- Owner: beda-software
- License: bsd-3-clause
- Created: 2024-09-03T15:17:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T22:51:31.000Z (over 1 year ago)
- Last Synced: 2026-01-15T13:41:16.231Z (5 months ago)
- Language: Python
- Size: 397 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```