Fhir Py Versions Save

FHIR Client for python

v1.4.2

8 months ago

What's Changed

Full Changelog: https://github.com/beda-software/fhir-py/compare/v1.4.1...v1.4.2

v1.4.1

8 months ago

What's Changed

Full Changelog: https://github.com/beda-software/fhir-py/compare/v1.3.2...v1.4.1

v1.3.2

10 months ago

What's Changed

  • Add set_by_path(obj, path, value) function

v1.3.1

1 year ago
  • Add chained search without specifying resource type #92

v1.3.0

2 years ago
  • Fix resource fetching for /fhir base urls #81
  • is_valid should return OperationOutcome(data=data) #50
  • OperationOutcome returns dumped json on save #53

v1.2.1

3 years ago
  • Fix delete operation. Always use Accept header instead of _format #71

v1.2.0

3 years ago
  • 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

v1.0.0

4 years ago
  • Add async support
  • Add key/value transformation in search() (#5 #13 #15 #16)

v0.2.1

4 years ago
  • Add schema for fhir-4.0.0

v0.2.0

5 years ago

Public release