Uses of Class
org.linuxforhealth.fhir.model.resource.ValueSet
- 
- 
Uses of ValueSet in org.linuxforhealth.fhir.cql.engine.server.terminology
Methods in org.linuxforhealth.fhir.cql.engine.server.terminology that return ValueSet Modifier and Type Method Description protected ValueSetServerFHIRTerminologyProvider. resolveByUrl(org.opencds.cqf.cql.engine.terminology.ValueSetInfo valueSetInfo)Lookup a ValueSet that corresponds to the provided CQL ValueSetInfo. - 
Uses of ValueSet in org.linuxforhealth.fhir.cql.helpers
Methods in org.linuxforhealth.fhir.cql.helpers that return ValueSet Modifier and Type Method Description static ValueSetModelHelper. valueset(java.lang.String codesystem, java.lang.String code)Factory method for constructing a ValueSet resource that contains an expansion with a single code. - 
Uses of ValueSet in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ValueSet Modifier and Type Method Description ValueSetValueSet.Builder. build()Build theValueSetMethods in org.linuxforhealth.fhir.model.resource with parameters of type ValueSet Modifier and Type Method Description protected ValueSet.BuilderValueSet.Builder. from(ValueSet valueSet)protected voidValueSet.Builder. validate(ValueSet valueSet) - 
Uses of ValueSet in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type ValueSet Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, ValueSet valueSet)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, ValueSet valueSet) - 
Uses of ValueSet in org.linuxforhealth.fhir.registry.util
Methods in org.linuxforhealth.fhir.registry.util with parameters of type ValueSet Modifier and Type Method Description booleanDefinitionalResourceVisitor. visit(java.lang.String elementName, int elementIndex, ValueSet valueSet) - 
Uses of ValueSet in org.linuxforhealth.fhir.term.graph.registry
Methods in org.linuxforhealth.fhir.term.graph.registry that return ValueSet Modifier and Type Method Description protected ValueSetSnomedRegistryResourceProvider. buildImplicitValueSet(java.lang.String url) - 
Uses of ValueSet in org.linuxforhealth.fhir.term.registry
Methods in org.linuxforhealth.fhir.term.registry that return ValueSet Modifier and Type Method Description protected abstract ValueSetImplicitValueSetRegistryResourceProvider. buildImplicitValueSet(java.lang.String url) - 
Uses of ValueSet in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.fhir.term.service that return ValueSet Modifier and Type Method Description ValueSetFHIRTermService. expand(ValueSet valueSet)Expand the given value setValueSetFHIRTermService. expand(ValueSet valueSet, ExpansionParameters parameters)Expand the given value set and expansion parametersMethods in org.linuxforhealth.fhir.term.service with parameters of type ValueSet Modifier and Type Method Description ValueSetFHIRTermService. expand(ValueSet valueSet)Expand the given value setValueSetFHIRTermService. expand(ValueSet valueSet, ExpansionParameters parameters)Expand the given value set and expansion parametersbooleanFHIRTermService. isExpandable(ValueSet valueSet)Indicates whether the given value set is expandableValidationOutcomeFHIRTermService. validateCode(ValueSet valueSet, Code code)Validate a code using the provided value setValidationOutcomeFHIRTermService. validateCode(ValueSet valueSet, CodeableConcept codeableConcept)Validate a codeable concept using the provided value setValidationOutcomeFHIRTermService. validateCode(ValueSet valueSet, CodeableConcept codeableConcept, ValidationParameters parameters)Validate a codeable concept using the provided value set using the provided validation parametersValidationOutcomeFHIRTermService. validateCode(ValueSet valueSet, Code code, ValidationParameters parameters)Validate a code using the provided value set and validation parametersValidationOutcomeFHIRTermService. validateCode(ValueSet valueSet, Coding coding)Validate a coding using the provided value set using the provided validation parametersValidationOutcomeFHIRTermService. validateCode(ValueSet valueSet, Coding coding, ValidationParameters parameters)Validate a coding using the provided value set using the provided validation parametersValidationOutcomeFHIRTermService. validateCode(ValueSet valueSet, Uri system, String version, Code code, String display)Validate a code and display using the provided value setValidationOutcomeFHIRTermService. validateCode(ValueSet valueSet, Uri system, String version, Code code, String display, ValidationParameters parameters)Validate a code and display using the provided value set and validation parameters - 
Uses of ValueSet in org.linuxforhealth.fhir.term.util
Methods in org.linuxforhealth.fhir.term.util that return ValueSet Modifier and Type Method Description static ValueSetValueSetSupport. expand(ValueSet valueSet)Expand the given value set per the algorithm here: http://hl7.org/fhir/valueset.html#expansionstatic ValueSetValueSetSupport. getValueSet(java.lang.String url)Get the value set associated with the given url from the FHIR registry.Methods in org.linuxforhealth.fhir.term.util with parameters of type ValueSet Modifier and Type Method Description static voidValueSetSupport. clearCache(ValueSet valueSet)Clear the code set map cache for the given value set.static ValueSetValueSetSupport. expand(ValueSet valueSet)Expand the given value set per the algorithm here: http://hl7.org/fhir/valueset.html#expansionstatic java.util.Map<java.lang.String,java.util.Set<java.lang.String>>ValueSetSupport. getCodeSetMap(ValueSet valueSet)Get the code set map for the given value set.static booleanValueSetSupport. isExpandable(ValueSet valueSet)static booleanValueSetSupport. isExpanded(ValueSet valueSet)static booleanValueSetSupport. validateCode(ValueSet valueSet, Code code)static booleanValueSetSupport. validateCode(ValueSet valueSet, Coding coding) 
 -