Uses of Interface
org.linuxforhealth.fhir.term.spi.FHIRTermServiceProvider
-
-
Uses of FHIRTermServiceProvider in org.linuxforhealth.fhir.term.graph.provider
Classes in org.linuxforhealth.fhir.term.graph.provider that implement FHIRTermServiceProvider Modifier and Type Class Description class
GraphTermServiceProvider
Graph-based implementation of theFHIRTermServiceProvider
interface usingFHIRTermGraph
-
Uses of FHIRTermServiceProvider in org.linuxforhealth.fhir.term.remote.provider
Classes in org.linuxforhealth.fhir.term.remote.provider that implement FHIRTermServiceProvider 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 FHIRTermServiceProvider in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.fhir.term.service with parameters of type FHIRTermServiceProvider Modifier and Type Method Description void
FHIRTermService. addProvider(FHIRTermServiceProvider provider)
Add the givenFHIRTermServiceProvider
to the service -
Uses of FHIRTermServiceProvider in org.linuxforhealth.fhir.term.service.provider
Classes in org.linuxforhealth.fhir.term.service.provider that implement FHIRTermServiceProvider Modifier and Type Class Description class
RegistryTermServiceProvider
Registry-based implementation of theFHIRTermServiceProvider
interface usingCodeSystemSupport
-
Uses of FHIRTermServiceProvider in org.linuxforhealth.fhir.term.spi
Classes in org.linuxforhealth.fhir.term.spi that implement FHIRTermServiceProvider Modifier and Type Class Description class
AbstractTermServiceProvider
-