Package org.mitre.synthea.helpers
Interface TerminologyClient
-
- All Superinterfaces:
ca.uhn.fhir.rest.client.api.IRestfulClient
public interface TerminologyClient extends ca.uhn.fhir.rest.client.api.IRestfulClient
HAPI annotation client for invoking operations on a FHIR terminology service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.hl7.fhir.r4.model.ValueSet
expand(org.hl7.fhir.r4.model.UriType url, org.hl7.fhir.r4.model.IntegerType count, org.hl7.fhir.r4.model.IntegerType offset)
Expands a ValueSet based on the provided parameters.-
Methods inherited from interface ca.uhn.fhir.rest.client.api.IRestfulClient
fetchResourceFromUrl, getEncoding, getFhirContext, getHttpClient, getInterceptorService, getServerBase, registerInterceptor, setEncoding, setFormatParamStyle, setInterceptorService, setPrettyPrint, setSummary, unregisterInterceptor
-
-
-
-
Method Detail
-
expand
org.hl7.fhir.r4.model.ValueSet expand(org.hl7.fhir.r4.model.UriType url, org.hl7.fhir.r4.model.IntegerType count, org.hl7.fhir.r4.model.IntegerType offset)
Expands a ValueSet based on the provided parameters.- Parameters:
url
- the URI of the ValueSet to expandcount
- the maximum number of items to include in the expansionoffset
- the starting point for the expansion- Returns:
- the expanded ValueSet
-
-