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 classGraphTermServiceProviderGraph-based implementation of theFHIRTermServiceProviderinterface 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 classRemoteTermServiceProviderAn implementation of theFHIRTermServiceProviderinterface 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 classRegistryTermServiceProviderRegistry-based implementation of theFHIRTermServiceProviderinterface usingCodeSystemSupport 
 -