Package-level declarations

Types

Link copied to clipboard
class FhirConverter(parser: IParser) : Converter<ResponseBody, Resource>

FhirConverter uses the provided IParser to parse JSON into a FHIR Resource

Link copied to clipboard
class FhirConverterFactory(parser: IParser) : Converter.Factory

Subclass of Converter.Factory class used for parsing FHIR Resource

Link copied to clipboard
class FhirResourceDataSource @Inject constructor(resourceService: FhirResourceService)

Interact with HAPI FHIR server

Link copied to clipboard

Retrofit Service for communication with HAPI FHIR server. Used for querying FHIR Resources

Link copied to clipboard
@Singleton
class ReferenceUrlResolver @Inject constructor(val fhirEngine: FhirEngine, val fhirResourceService: FhirResourceService) : UrlResolver