Uses of Class
org.linuxforhealth.fhir.model.resource.CodeSystem.Concept
-
-
Uses of CodeSystem.Concept in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.Concept
CodeSystem.Concept.Builder. build()
Build theCodeSystem.Concept
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description java.util.List<CodeSystem.Concept>
CodeSystem.Concept. getConcept()
Defines children of a concept to produce a hierarchy of concepts.java.util.List<CodeSystem.Concept>
CodeSystem. getConcept()
Concepts that are in the code system.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type CodeSystem.Concept Modifier and Type Method Description CodeSystem.Builder
CodeSystem.Builder. concept(java.util.Collection<CodeSystem.Concept> concept)
Concepts that are in the code system.CodeSystem.Concept.Builder
CodeSystem.Concept.Builder. concept(java.util.Collection<CodeSystem.Concept> concept)
Defines children of a concept to produce a hierarchy of concepts. -
Uses of CodeSystem.Concept in org.linuxforhealth.fhir.term.graph.provider
Methods in org.linuxforhealth.fhir.term.graph.provider that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.Concept
GraphTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)
Methods in org.linuxforhealth.fhir.term.graph.provider that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description java.util.Map<Code,java.util.Set<CodeSystem.Concept>>
GraphTermServiceProvider. closure(CodeSystem codeSystem, java.util.Set<Code> codes)
java.util.Set<CodeSystem.Concept>
GraphTermServiceProvider. closure(CodeSystem codeSystem, Code code)
java.util.Set<CodeSystem.Concept>
GraphTermServiceProvider. getConcepts(CodeSystem codeSystem)
java.util.Set<CodeSystem.Concept>
GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters)
Method parameters in org.linuxforhealth.fhir.term.graph.provider with type arguments of type CodeSystem.Concept Modifier and Type Method Description <R> java.util.Set<R>
GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)
<R> java.util.Set<R>
GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters, java.util.function.Function<CodeSystem.Concept,? extends R> function)
-
Uses of CodeSystem.Concept in org.linuxforhealth.fhir.term.remote.provider
Methods in org.linuxforhealth.fhir.term.remote.provider that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.Concept
RemoteTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)
Methods in org.linuxforhealth.fhir.term.remote.provider that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description java.util.Map<Code,java.util.Set<CodeSystem.Concept>>
RemoteTermServiceProvider. closure(CodeSystem codeSystem, java.util.Set<Code> codes)
java.util.Set<CodeSystem.Concept>
RemoteTermServiceProvider. closure(CodeSystem codeSystem, Code code)
java.util.Set<CodeSystem.Concept>
RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem)
java.util.Set<CodeSystem.Concept>
RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters)
Method parameters in org.linuxforhealth.fhir.term.remote.provider with type arguments of type CodeSystem.Concept Modifier and Type Method Description <R> java.util.Set<R>
RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)
<R> java.util.Set<R>
RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters, java.util.function.Function<CodeSystem.Concept,? extends R> function)
-
Uses of CodeSystem.Concept in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.term.service that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description java.util.Map<Coding,java.util.Set<CodeSystem.Concept>>
FHIRTermService. closure(java.util.Set<Coding> codings)
Generate a map containing the transitive closures for the code system concepts represented by the given codingsjava.util.Map<Code,java.util.Set<CodeSystem.Concept>>
FHIRTermService. closure(CodeSystem codeSystem, java.util.Set<Code> codes)
Get a map of sets containingCodeSystem.Concept
instances where all structural hierarchies have been flattenedjava.util.Set<CodeSystem.Concept>
FHIRTermService. closure(CodeSystem codeSystem, Code code)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.java.util.Set<CodeSystem.Concept>
FHIRTermService. closure(Coding coding)
Generate the transitive closure for the code system concept represented by the given codingjava.util.Set<CodeSystem.Concept>
FHIRTermService. getConcepts(CodeSystem codeSystem)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.java.util.Set<CodeSystem.Concept>
FHIRTermService. getConcepts(CodeSystem codeSystem, java.util.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 org.linuxforhealth.fhir.term.service with type arguments of type CodeSystem.Concept Modifier and Type Method Description <R> java.util.Set<R>
FHIRTermService. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)
Get a set containingFHIRTermService
instances mapped from concepts where all structural hierarchies have been flattened.<R> java.util.Set<R>
FHIRTermService. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters, java.util.function.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 org.linuxforhealth.fhir.term.service.provider
Methods in org.linuxforhealth.fhir.term.service.provider that return CodeSystem.Concept Modifier and Type Method Description CodeSystem.Concept
RegistryTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)
Methods in org.linuxforhealth.fhir.term.service.provider that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description java.util.Set<CodeSystem.Concept>
RegistryTermServiceProvider. closure(CodeSystem codeSystem, Code code)
java.util.Set<CodeSystem.Concept>
RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem)
java.util.Set<CodeSystem.Concept>
RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters)
Method parameters in org.linuxforhealth.fhir.term.service.provider with type arguments of type CodeSystem.Concept Modifier and Type Method Description <R> java.util.Set<R>
RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)
<R> java.util.Set<R>
RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters, java.util.function.Function<CodeSystem.Concept,? extends R> function)
-
Uses of CodeSystem.Concept in org.linuxforhealth.fhir.term.spi
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.term.spi that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description abstract java.util.Set<CodeSystem.Concept>
AbstractTermServiceProvider. closure(CodeSystem codeSystem, Code code)
default java.util.Map<Code,java.util.Set<CodeSystem.Concept>>
FHIRTermServiceProvider. closure(CodeSystem codeSystem, java.util.Set<Code> codes)
Get a map of sets containingCodeSystem.Concept
instances where all structural hierarchies have been flattenedjava.util.Set<CodeSystem.Concept>
FHIRTermServiceProvider. closure(CodeSystem codeSystem, Code code)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.abstract java.util.Set<CodeSystem.Concept>
AbstractTermServiceProvider. getConcepts(CodeSystem codeSystem)
abstract java.util.Set<CodeSystem.Concept>
AbstractTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters)
java.util.Set<CodeSystem.Concept>
FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.java.util.Set<CodeSystem.Concept>
FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.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 org.linuxforhealth.fhir.term.spi with type arguments of type CodeSystem.Concept Modifier and Type Method Description protected <R> void
AbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)
protected <R> void
AbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters, java.util.function.Function<CodeSystem.Concept,? extends R> function)
default <R> java.util.Set<R>
FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)
Get a set containingFHIRTermServiceProvider
instances mapped from concepts where all structural hierarchies have been flattened.default <R> java.util.Set<R>
FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters, java.util.function.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 org.linuxforhealth.fhir.term.util
Fields in org.linuxforhealth.fhir.term.util with type parameters of type CodeSystem.Concept Modifier and Type Field Description static java.util.function.Function<CodeSystem.Concept,java.lang.String>
CodeSystemSupport. CODE_VALUE_FUNCTION
A function that maps a code system concept to its code valuestatic java.util.function.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 java.util.function.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 java.util.function.Function<CodeSystem.Concept,java.lang.String>
CodeSystemSupport. DISPLAY_VALUE_FUNCTION
A function that maps a code system concept to its display valuestatic java.util.function.Function<CodeSystem.Concept,java.lang.String>
CodeSystemSupport. NORMALIZED_CODE_VALUE_FUNCTION
A function that maps a code system concept to its normalized code valuestatic java.util.function.Function<CodeSystem.Concept,java.lang.String>
CodeSystemSupport. NORMALIZED_DISPLAY_VALUE_FUNCTION
A function that maps a code system concept to its normalized display valuestatic java.util.function.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 java.util.function.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 org.linuxforhealth.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 org.linuxforhealth.fhir.term.util that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description static java.util.function.Function<CodeSystem.Concept,java.lang.String>
CodeSystemSupport. getCodeValueFunction(CodeSystem codeSystem)
Get the appropriate code value function for the given code system based on its case sensitivity.static java.util.Set<CodeSystem.Concept>
CodeSystemSupport. getConcepts(CodeSystem codeSystem)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.static java.util.Set<CodeSystem.Concept>
CodeSystemSupport. getConcepts(CodeSystem.Concept concept)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.static java.util.Set<CodeSystem.Concept>
CodeSystemSupport. getConcepts(CodeSystem codeSystem, java.util.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 org.linuxforhealth.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 java.util.Set<CodeSystem.Concept>
CodeSystemSupport. getConcepts(CodeSystem.Concept concept)
Get a set containingCodeSystem.Concept
instances where all structural hierarchies have been flattened.static <R> java.util.Set<R>
CodeSystemSupport. getConcepts(CodeSystem.Concept concept, java.util.function.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 org.linuxforhealth.fhir.term.util with type arguments of type CodeSystem.Concept Modifier and Type Method Description static <R> java.util.Set<R>
CodeSystemSupport. getConcepts(CodeSystem.Concept concept, java.util.function.Function<CodeSystem.Concept,? extends R> function)
Get a set containingCodeSystemSupport
instances mapped from concepts where all structural hierarchies have been flattened.static <R> java.util.Set<R>
CodeSystemSupport. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)
Get a set containingCodeSystemSupport
instances mapped from concepts where all structural hierarchies have been flattened.static <R> java.util.Set<R>
CodeSystemSupport. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters, java.util.function.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.
-