Uses of Class
com.ibm.fhir.model.resource.CodeSystem.Concept
-
-
Uses of CodeSystem.Concept in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.Concept
CodeSystem.Concept.Builder. build()
Build theCodeSystem.Concept
Methods in com.ibm.fhir.model.resource that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description List<CodeSystem.Concept>
CodeSystem.Concept. getConcept()
Defines children of a concept to produce a hierarchy of concepts.List<CodeSystem.Concept>
CodeSystem. getConcept()
Concepts that are in the code system.Methods in com.ibm.fhir.model.resource with parameters of type CodeSystem.Concept Modifier and Type Method Description CodeSystem.Builder
CodeSystem.Builder. concept(CodeSystem.Concept... concept)
Concepts that are in the code system.CodeSystem.Concept.Builder
CodeSystem.Concept.Builder. concept(CodeSystem.Concept... concept)
Defines children of a concept to produce a hierarchy of concepts.protected CodeSystem.Concept.Builder
CodeSystem.Concept.Builder. from(CodeSystem.Concept concept)
protected void
CodeSystem.Concept.Builder. validate(CodeSystem.Concept concept)
Method parameters in com.ibm.fhir.model.resource with type arguments of type CodeSystem.Concept Modifier and Type Method Description CodeSystem.Builder
CodeSystem.Builder. concept(Collection<CodeSystem.Concept> concept)
Concepts that are in the code system.CodeSystem.Concept.Builder
CodeSystem.Concept.Builder. concept(Collection<CodeSystem.Concept> concept)
Defines children of a concept to produce a hierarchy of concepts. -
Uses of CodeSystem.Concept in com.ibm.fhir.term.graph.provider
Methods in com.ibm.fhir.term.graph.provider that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.Concept
GraphTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)
Methods in com.ibm.fhir.term.graph.provider that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description Set<CodeSystem.Concept>
GraphTermServiceProvider. closure(CodeSystem codeSystem, Code code)
Map<Code,Set<CodeSystem.Concept>>
GraphTermServiceProvider. closure(CodeSystem codeSystem, Set<Code> codes)
Set<CodeSystem.Concept>
GraphTermServiceProvider. getConcepts(CodeSystem codeSystem)
Set<CodeSystem.Concept>
GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)
Method parameters in com.ibm.fhir.term.graph.provider with type arguments of type CodeSystem.Concept Modifier and Type Method Description <R> Set<R>
GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)
<R> Set<R>
GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)
-
Uses of CodeSystem.Concept in com.ibm.fhir.term.remote.provider
Methods in com.ibm.fhir.term.remote.provider that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.Concept
RemoteTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)
Methods in com.ibm.fhir.term.remote.provider that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description Set<CodeSystem.Concept>
RemoteTermServiceProvider. closure(CodeSystem codeSystem, Code code)
Map<Code,Set<CodeSystem.Concept>>
RemoteTermServiceProvider. closure(CodeSystem codeSystem, Set<Code> codes)
Set<CodeSystem.Concept>
RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem)
Set<CodeSystem.Concept>
RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)
Method parameters in com.ibm.fhir.term.remote.provider with type arguments of type CodeSystem.Concept Modifier and Type Method Description <R> Set<R>
RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)
<R> Set<R>
RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)
-
Uses of CodeSystem.Concept in com.ibm.fhir.term.service
Methods in com.ibm.fhir.term.service that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.Concept
FHIRTermService. getConcept(CodeSystem codeSystem, Code code)
Get the concept in the provided code system with the specified code.Methods in com.ibm.fhir.term.service that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description Set<CodeSystem.Concept>
FHIRTermService. closure(CodeSystem codeSystem, Code code)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.Map<Code,Set<CodeSystem.Concept>>
FHIRTermService. closure(CodeSystem codeSystem, Set<Code> codes)
Get a map of sets containingCodeSystem.Concept
instances where all structural hierarchies have been flattenedSet<CodeSystem.Concept>
FHIRTermService. closure(Coding coding)
Generate the transitive closure for the code system concept represented by the given codingMap<Coding,Set<CodeSystem.Concept>>
FHIRTermService. closure(Set<Coding> codings)
Generate a map containing the transitive closures for the code system concepts represented by the given codingsSet<CodeSystem.Concept>
FHIRTermService. getConcepts(CodeSystem codeSystem)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.Set<CodeSystem.Concept>
FHIRTermService. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened and filtered by the given set of value set include filters.Method parameters in com.ibm.fhir.term.service with type arguments of type CodeSystem.Concept Modifier and Type Method Description <R> Set<R>
FHIRTermService. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)
Get a set containingFHIRTermService
instances mapped from concepts where all structural hierarchies have been flattened.<R> Set<R>
FHIRTermService. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)
Get a set containingFHIRTermService
instances mapped from concepts where all structural hierarchies have been flattened and filtered by the given set of value set include filters. -
Uses of CodeSystem.Concept in com.ibm.fhir.term.service.provider
Methods in com.ibm.fhir.term.service.provider that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.Concept
RegistryTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)
Methods in com.ibm.fhir.term.service.provider that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description Set<CodeSystem.Concept>
RegistryTermServiceProvider. closure(CodeSystem codeSystem, Code code)
Set<CodeSystem.Concept>
RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem)
Set<CodeSystem.Concept>
RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)
Method parameters in com.ibm.fhir.term.service.provider with type arguments of type CodeSystem.Concept Modifier and Type Method Description <R> Set<R>
RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)
<R> Set<R>
RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)
-
Uses of CodeSystem.Concept in com.ibm.fhir.term.spi
Methods in com.ibm.fhir.term.spi that return CodeSystem.Concept Modifier and Type Method Description abstract CodeSystem.Concept
AbstractTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)
CodeSystem.Concept
FHIRTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)
Get the concept in the provided code system with the specified code.Methods in com.ibm.fhir.term.spi that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description abstract Set<CodeSystem.Concept>
AbstractTermServiceProvider. closure(CodeSystem codeSystem, Code code)
Set<CodeSystem.Concept>
FHIRTermServiceProvider. closure(CodeSystem codeSystem, Code code)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.default Map<Code,Set<CodeSystem.Concept>>
FHIRTermServiceProvider. closure(CodeSystem codeSystem, Set<Code> codes)
Get a map of sets containingCodeSystem.Concept
instances where all structural hierarchies have been flattenedabstract Set<CodeSystem.Concept>
AbstractTermServiceProvider. getConcepts(CodeSystem codeSystem)
abstract Set<CodeSystem.Concept>
AbstractTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)
Set<CodeSystem.Concept>
FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.Set<CodeSystem.Concept>
FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened and filtered by the given set of value set include filters.Method parameters in com.ibm.fhir.term.spi with type arguments of type CodeSystem.Concept Modifier and Type Method Description protected <R> void
AbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)
protected <R> void
AbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)
default <R> Set<R>
FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)
Get a set containingFHIRTermServiceProvider
instances mapped from concepts where all structural hierarchies have been flattened.default <R> Set<R>
FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)
Get a set containingFHIRTermServiceProvider
instances mapped from concepts where all structural hierarchies have been flattened and filtered by the given set of value set include filters. -
Uses of CodeSystem.Concept in com.ibm.fhir.term.util
Fields in com.ibm.fhir.term.util with type parameters of type CodeSystem.Concept Modifier and Type Field Description static Function<CodeSystem.Concept,String>
CodeSystemSupport. CODE_VALUE_FUNCTION
A function that maps a code system concept to its code valuestatic Function<CodeSystem.Concept,CodeSystem.Concept>
CodeSystemSupport. CONCEPT_NO_CHILDREN_FUNCTION
A function that maps a code system concept to a code system concept with child concepts removedstatic Function<CodeSystem.Concept,CodeSystem.Concept>
CodeSystemSupport. CONCEPT_NO_CHILDREN_FUNCTION
A function that maps a code system concept to a code system concept with child concepts removedstatic Function<CodeSystem.Concept,String>
CodeSystemSupport. DISPLAY_VALUE_FUNCTION
A function that maps a code system concept to its display valuestatic Function<CodeSystem.Concept,String>
CodeSystemSupport. NORMALIZED_CODE_VALUE_FUNCTION
A function that maps a code system concept to its normalized code valuestatic Function<CodeSystem.Concept,String>
CodeSystemSupport. NORMALIZED_DISPLAY_VALUE_FUNCTION
A function that maps a code system concept to its normalized display valuestatic Function<CodeSystem.Concept,CodeSystem.Concept>
CodeSystemSupport. SIMPLE_CONCEPT_FUNCTION
A function that maps a code system concept to a code system concept with only a code and display valuestatic Function<CodeSystem.Concept,CodeSystem.Concept>
CodeSystemSupport. SIMPLE_CONCEPT_FUNCTION
A function that maps a code system concept to a code system concept with only a code and display valueMethods in com.ibm.fhir.term.util that return CodeSystem.Concept Modifier and Type Method Description static CodeSystem.Concept
CodeSystemSupport. findConcept(CodeSystem codeSystem, CodeSystem.Concept concept, Code code)
Find the concept in tree rooted by the provided concept that matches the specified code.static CodeSystem.Concept
CodeSystemSupport. findConcept(CodeSystem codeSystem, Code code)
Find the concept in the provided code system that matches the specified code.Methods in com.ibm.fhir.term.util that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description static Function<CodeSystem.Concept,String>
CodeSystemSupport. getCodeValueFunction(CodeSystem codeSystem)
Get the appropriate code value function for the given code system based on its case sensitivity.static Set<CodeSystem.Concept>
CodeSystemSupport. getConcepts(CodeSystem codeSystem)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.static Set<CodeSystem.Concept>
CodeSystemSupport. getConcepts(CodeSystem.Concept concept)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.static Set<CodeSystem.Concept>
CodeSystemSupport. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened and filtered by the given set of value set include filters.Methods in com.ibm.fhir.term.util with parameters of type CodeSystem.Concept Modifier and Type Method Description static CodeSystem.Concept
CodeSystemSupport. findConcept(CodeSystem codeSystem, CodeSystem.Concept concept, Code code)
Find the concept in tree rooted by the provided concept that matches the specified code.static CodeSystem.Concept.Property
CodeSystemSupport. getConceptProperty(CodeSystem.Concept concept, Code code)
Get the concept property that matches the specified code.static Element
CodeSystemSupport. getConceptPropertyValue(CodeSystem.Concept concept, Code code)
Get the value of the concept property that matches the specified code.static Set<CodeSystem.Concept>
CodeSystemSupport. getConcepts(CodeSystem.Concept concept)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.static <R> Set<R>
CodeSystemSupport. getConcepts(CodeSystem.Concept concept, Function<CodeSystem.Concept,? extends R> function)
Get a set containingCodeSystemSupport
instances mapped from concepts where all structural hierarchies have been flattened.static boolean
CodeSystemSupport. hasConceptProperty(CodeSystem.Concept concept, Code code)
Determine whether a concept property with the specified code exists on the provided concept.Method parameters in com.ibm.fhir.term.util with type arguments of type CodeSystem.Concept Modifier and Type Method Description static <R> Set<R>
CodeSystemSupport. getConcepts(CodeSystem.Concept concept, Function<CodeSystem.Concept,? extends R> function)
Get a set containingCodeSystemSupport
instances mapped from concepts where all structural hierarchies have been flattened.static <R> Set<R>
CodeSystemSupport. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)
Get a set containingCodeSystemSupport
instances mapped from concepts where all structural hierarchies have been flattened.static <R> Set<R>
CodeSystemSupport. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)
Get a set containingCodeSystemSupport
instances mapped from concepts where all structural hierarchies have been flattened and filtered by the given set of value set include filters.
-