Releases: google/fhir-py
Releases · google/fhir-py
v0.11.0
Minor fixes and improvements, bringing this closer to https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/ alignment
v0.10.0
Additional JSON view defination support and internal updates
- Add support for views.select([a_list_of_fhir_paths_with_alias]). Examples can be found in the README doc. Note that the previous way to select a map of {'alias_name': fhir_path} is still supported in this release.
- Add support for views.from_view_defination(a_json_format_view_defination). Examples can be found in the README doc.
- Add Python 3.10 and 3.11 support.
- More refactoring and internal changes.
v0.9.3
Additional Spark support with sample notebook and internal updates