Releases: beda-software/fhir-py
Releases · beda-software/fhir-py
Release list
v1.4.1
What's Changed
- Fix get resource by id (use rt/id, not search(_id=)) by @pavlushkin in #111
- Implement conditional operations by @pavlushkin in #112
- Bump aiohttp from 3.7.4 to 3.8.5 by @dependabot in #105
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #106
Full Changelog: v1.3.2...v1.4.1
v1.3.2
What's Changed
- Add set_by_path(obj, path, value) function
v1.3.1
- Add chained search without specifying resource type #92
v1.3.0
v1.2.1
v.1.2.0
- Add more tests
- Fix fetch_all() – use "next" value #47
- Fix to_resource, tests and readme – replace "id" search param by "_id" #55
- Fix for absolute url's in "next" link (fetch_all/searchset iterator). Related to #47
- Add .refresh() method to resource #48
- Add .update() and save(fields=[...]) – allow to PATCH resource #31
- Update resource on save with returned response #58
- Add client.execute() and resource.execute() methods for executing FHIR operations #60