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 ValueSetServerFHIRTerminologyProvider. 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 ValueSetModelHelper. 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 ValueSetValueSet.Builder. build()Build theValueSetMethods in com.ibm.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 com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type ValueSet Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, ValueSet valueSet)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. 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 booleanDefinitionalResourceVisitor. 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 ValueSetSnomedRegistryResourceProvider. 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 ValueSetImplicitValueSetRegistryResourceProvider. 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 ValueSetFHIRTermService. expand(ValueSet valueSet)Expand the given value setValueSetFHIRTermService. 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 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 com.ibm.fhir.term.util
Methods in com.ibm.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(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 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 Map<String,Set<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)
-