get

inline suspend fun <R> FhirEngine.get(id: String): R

Returns a FHIR resource of type R with id from the local storage.

Parameters

The resource type which should be a subtype of [Resource].

Throws