Package dev.dsf.fhir.validation
Class ValueSetExpanderImpl
java.lang.Object
dev.dsf.fhir.validation.ValueSetExpanderImpl
- All Implemented Interfaces:
ValueSetExpander
-
Constructor Summary
ConstructorsConstructorDescriptionValueSetExpanderImpl(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.hl7.fhir.r4.hapi.ctx.HapiWorkerContextcreateWorkerContext(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport) org.hl7.fhir.r4.terminologies.ValueSetExpander.ValueSetExpansionOutcomeexpand(org.hl7.fhir.r4.model.ValueSet valueSet)
-
Constructor Details
-
ValueSetExpanderImpl
public ValueSetExpanderImpl(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport)
-
-
Method Details
-
createWorkerContext
protected org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext createWorkerContext(ca.uhn.fhir.context.FhirContext fhirContext, ca.uhn.fhir.context.support.IValidationSupport validationSupport) -
expand
public org.hl7.fhir.r4.terminologies.ValueSetExpander.ValueSetExpansionOutcome expand(org.hl7.fhir.r4.model.ValueSet valueSet) - Specified by:
expandin interfaceValueSetExpander
-