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 ValueSet
ServerFHIRTerminologyProvider. 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 ValueSet
ModelHelper. 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 ValueSet
ValueSet.Builder. build()
Build theValueSet
Methods in org.linuxforhealth.fhir.model.resource with parameters of type ValueSet Modifier and Type Method Description protected ValueSet.Builder
ValueSet.Builder. from(ValueSet valueSet)
protected void
ValueSet.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, ValueSet valueSet)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. 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 boolean
DefinitionalResourceVisitor. 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 ValueSet
SnomedRegistryResourceProvider. 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 ValueSet
ImplicitValueSetRegistryResourceProvider. 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 ValueSet
FHIRTermService. expand(ValueSet valueSet)
Expand the given value setValueSet
FHIRTermService. 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 ValueSet
FHIRTermService. expand(ValueSet valueSet)
Expand the given value setValueSet
FHIRTermService. expand(ValueSet valueSet, ExpansionParameters parameters)
Expand the given value set and expansion parametersboolean
FHIRTermService. isExpandable(ValueSet valueSet)
Indicates whether the given value set is expandableValidationOutcome
FHIRTermService. validateCode(ValueSet valueSet, Code code)
Validate a code using the provided value setValidationOutcome
FHIRTermService. validateCode(ValueSet valueSet, CodeableConcept codeableConcept)
Validate a codeable concept using the provided value setValidationOutcome
FHIRTermService. validateCode(ValueSet valueSet, CodeableConcept codeableConcept, ValidationParameters parameters)
Validate a codeable concept using the provided value set using the provided validation parametersValidationOutcome
FHIRTermService. validateCode(ValueSet valueSet, Code code, ValidationParameters parameters)
Validate a code using the provided value set and validation parametersValidationOutcome
FHIRTermService. validateCode(ValueSet valueSet, Coding coding)
Validate a coding using the provided value set using the provided validation parametersValidationOutcome
FHIRTermService. validateCode(ValueSet valueSet, Coding coding, ValidationParameters parameters)
Validate a coding using the provided value set using the provided validation parametersValidationOutcome
FHIRTermService. validateCode(ValueSet valueSet, Uri system, String version, Code code, String display)
Validate a code and display using the provided value setValidationOutcome
FHIRTermService. 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 ValueSet
ValueSetSupport. expand(ValueSet valueSet)
Expand the given value set per the algorithm here: http://hl7.org/fhir/valueset.html#expansionstatic ValueSet
ValueSetSupport. 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 void
ValueSetSupport. clearCache(ValueSet valueSet)
Clear the code set map cache for the given value set.static ValueSet
ValueSetSupport. 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 boolean
ValueSetSupport. isExpandable(ValueSet valueSet)
static boolean
ValueSetSupport. isExpanded(ValueSet valueSet)
static boolean
ValueSetSupport. validateCode(ValueSet valueSet, Code code)
static boolean
ValueSetSupport. validateCode(ValueSet valueSet, Coding coding)
-