Skip to content

FHIR Engine Library 0.1.0-alpha03

Pre-release
Pre-release
Compare
Choose a tag to compare
@fredhersch fredhersch released this 12 Jul 15:28
· 819 commits to master since this release
d65bc7e

The 0.1.0-alpha03 release of the FHIR Engine library adds additional features to the search, sync and data-access APIs

Search API

  • modifiers with :contains #426
  • modifiers with :exact #426
  • search by number type #435
  • search by token type #461
  • search by date #375

Sync API

  • Retry functionality #535

Data access API

  • Review of database failure model design and implementation: #510