Package-level declarations
Entrypoint for the Data Access API: basic access to local FHIR resources, namely, the CRUD operations: create, read, update, and delete.
Types
Configuration for HTTP caching of network requests.
How database errors should be handled.
Provides an interface for managing FHIR resources in local storage.
Configuration for the FHIR Engine, including database setup, error recovery, server connection, and custom search parameters.
Provides access to the FhirEngine instance.
Data class for squashed local changes for resource
Configuration for network connection parameters used when communicating with a remote FHIR server.
Represents the result of a FHIR search query, containing a matching resource and any referenced resources as specified in the query.
Configuration for connecting to a remote FHIR server.