XFhirQueryResolver

fun interface XFhirQueryResolver

Resolves resources based on the provided xFhir query. This allows the library to resolve x-fhir-query answer expressions.

NOTE: The result of the resolution may be cached to improve performance. In other words, the resolver may be called only once after which the Resources may be used multiple times in the UI.

Functions

Link copied to clipboard
abstract suspend fun resolve(xFhirQuery: String): List<Resource>