Uses of Class
org.linuxforhealth.fhir.term.spi.AbstractTermServiceProvider
-
Packages that use AbstractTermServiceProvider Package Description org.linuxforhealth.fhir.term.graph.provider org.linuxforhealth.fhir.term.remote.provider org.linuxforhealth.fhir.term.service.provider -
-
Uses of AbstractTermServiceProvider in org.linuxforhealth.fhir.term.graph.provider
Subclasses of AbstractTermServiceProvider in org.linuxforhealth.fhir.term.graph.provider Modifier and Type Class Description class
GraphTermServiceProvider
Graph-based implementation of theFHIRTermServiceProvider
interface usingFHIRTermGraph
-
Uses of AbstractTermServiceProvider in org.linuxforhealth.fhir.term.remote.provider
Subclasses of AbstractTermServiceProvider in org.linuxforhealth.fhir.term.remote.provider Modifier and Type Class Description class
RemoteTermServiceProvider
An implementation of theFHIRTermServiceProvider
interface that connects to an external service using a REST client to access code system content. -
Uses of AbstractTermServiceProvider in org.linuxforhealth.fhir.term.service.provider
Subclasses of AbstractTermServiceProvider in org.linuxforhealth.fhir.term.service.provider Modifier and Type Class Description class
RegistryTermServiceProvider
Registry-based implementation of theFHIRTermServiceProvider
interface usingCodeSystemSupport
-