Uses of Class
com.ibm.fhir.model.resource.ValueSet
-
-
Uses of ValueSet in com.ibm.fhir.cql.engine.server.terminology
Methods in com.ibm.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 com.ibm.fhir.cql.helpers
Methods in com.ibm.fhir.cql.helpers that return ValueSet Modifier and Type Method Description static ValueSet
ModelHelper. valueset(String codesystem, String code)
Factory method for constructing a ValueSet resource that contains an expansion with a single code. -
Uses of ValueSet in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ValueSet Modifier and Type Method Description ValueSet
ValueSet.Builder. build()
Build theValueSet
Methods in com.ibm.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 com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type ValueSet Modifier and Type Method Description boolean
DefaultVisitor. visit(String elementName, int elementIndex, ValueSet valueSet)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(String elementName, int elementIndex, ValueSet valueSet)
-
Uses of ValueSet in com.ibm.fhir.registry.util
Methods in com.ibm.fhir.registry.util with parameters of type ValueSet Modifier and Type Method Description boolean
DefinitionalResourceVisitor. visit(String elementName, int elementIndex, ValueSet valueSet)
-
Uses of ValueSet in com.ibm.fhir.term.graph.registry
Methods in com.ibm.fhir.term.graph.registry that return ValueSet Modifier and Type Method Description protected ValueSet
SnomedRegistryResourceProvider. buildImplicitValueSet(String url)
-
Uses of ValueSet in com.ibm.fhir.term.registry
Methods in com.ibm.fhir.term.registry that return ValueSet Modifier and Type Method Description protected abstract ValueSet
ImplicitValueSetRegistryResourceProvider. buildImplicitValueSet(String url)
-
Uses of ValueSet in com.ibm.fhir.term.service
Methods in com.ibm.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 com.ibm.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 com.ibm.fhir.term.util
Methods in com.ibm.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(String url)
Get the value set associated with the given url from the FHIR registry.Methods in com.ibm.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 Map<String,Set<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)
-