Uses of Class
com.ibm.fhir.model.resource.CodeSystem.Concept
-
Packages that use CodeSystem.Concept Package Description com.ibm.fhir.model.resource com.ibm.fhir.term.service com.ibm.fhir.term.service.provider com.ibm.fhir.term.spi com.ibm.fhir.term.util -
-
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)
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.service
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(Coding coding)
Generate the transitive closure for the code system concept represented by the given coding -
Uses of CodeSystem.Concept in com.ibm.fhir.term.service.provider
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>
DefaultTermServiceProvider. closure(Coding coding)
-
Uses of CodeSystem.Concept in com.ibm.fhir.term.spi
Methods in com.ibm.fhir.term.spi that return types with arguments of type CodeSystem.Concept Modifier and Type Method Description Set<CodeSystem.Concept>
FHIRTermServiceProvider. closure(Coding coding)
Generate the transitive closure for the code system concept represented by the given coding -
Uses of CodeSystem.Concept in com.ibm.fhir.term.util
Methods 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 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.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 boolean
CodeSystemSupport. hasConceptProperty(CodeSystem.Concept concept, Code code)
Determine whether a concept property with the specified code exists on the provided concept.
-