Metadata-Version: 2.1
Name: google-fhir-r4
Version: 0.10.0
Summary: Components for working with FHIR R4.
Home-page: https://github.com/google/fhir-py
Download-URL: https://github.com/google-py/fhir/releases
Author: Google LLC
Author-email: google-fhir-pypi@google.com
License: Apache 2.0
Keywords: google,fhir,python,healthcare
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8, <3.12
Description-Content-Type: text/markdown
Requires-Dist: google-fhir-core ~=0.10.0
Requires-Dist: immutabledict ~=2.2
Requires-Dist: protobuf ~=3.19
Requires-Dist: python-dateutil ~=2.8
Requires-Dist: backports.zoneinfo ~=0.2.1 ; python_version < "3.9"

Protocol buffer conversion and validation for with FHIR R4 resources.

Most users will not use this directly, but may use `google.fhir.views` to
analyze FHIR data at scale.
