Interface ITermReadSvc

All Superinterfaces:
ca.uhn.fhir.context.support.IValidationSupport
All Known Implementing Classes:
TermReadSvcImpl

public interface ITermReadSvc extends ca.uhn.fhir.context.support.IValidationSupport
This interface is the "read" interface for the terminology service. It handles things like lookups, code validations, expansions, concept mappings, etc.

It is intended to only handle read operations, leaving various write operations to other services within the terminology service APIs. (Note that at present, a few write operations remain here- they should be moved but haven't been moved yet)