load

abstract suspend fun <R> load(clazz: Class<R>, id: String): R

Loads a FHIR resource given the class and the logical ID.

DEPRECATED. Use get<R>(id) instead.