Skip to content

Releases: beda-software/fhir-py

v2.0.4

18 Aug 09:11
2503e7a
Compare
Choose a tag to compare
  • Fix support for Python 3.9+ #129

v2.0.3

05 Aug 21:31
44243a2
Compare
Choose a tag to compare
  • Fix typings for mypy for SearchSet

v2.0.2

05 Aug 20:31
3e17eed
Compare
Choose a tag to compare
  • Fix client.save type inference for TResource

v2.0.1

05 Aug 20:14
294b6e3
Compare
Choose a tag to compare

Fix backward compatibility for client resource/resources

v2.0.0

05 Aug 19:38
a633f72
Compare
Choose a tag to compare
  • Add typehints for all methods
  • Add pluggable data model #126
  • Add client API for data model operations (CRUD)
  • Add reference helpers for delete and patch #103
  • BREAKING CHANGE: Changed internal module structure paths
    • There are private files structure, it should not affect the code that uses fhirpy and fhirpy.base public exports
    • SyncResource/SyncReference/SyncSearchSet moved from base.lib to base.lib_sync
    • AsyncResource/AsyncReference/AsyncSearchSet moved from fhirpy.base.lib to fhirpy.base.lib_async
    • SyncClient moved from fhirpy.base.lib to fhirpy.base.lib_sync
    • AsyncClient moved from fhirpy.base.lib to fhirpy.base.lib_async
    • AbstractClient moved from fhirpy.base.lib to fhirpy.base.client
    • BaseResource/BaseReference are available as part of public exports
  • BREAKING CHANGE: Rename AbstractResource client to __client__ #59
    • It's a private API, there's a small chance that it should not affect the code
  • Deprecate conditional patch with resource argument, use kwargs instead
  • Fix pickling error for BaseResource instances #77
  • Add .execute for search set #74

v1.4.2

04 Sep 11:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

18 Aug 07:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.1

v1.3.2

04 Jul 11:17
Compare
Choose a tag to compare

What's Changed

  • Add set_by_path(obj, path, value) function

v1.3.1

09 Jan 09:22
Compare
Choose a tag to compare
  • Add chained search without specifying resource type #92

v1.3.0

16 Nov 11:02
f5e7e13
Compare
Choose a tag to compare
  • Fix resource fetching for /fhir base urls #81
  • is_valid should return OperationOutcome(data=data) #50
  • OperationOutcome returns dumped json on save #53