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.ConceptCodeSystem.Concept.Builder. build()Build theCodeSystem.ConceptMethods 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.BuilderCodeSystem.Builder. concept(CodeSystem.Concept... concept)Concepts that are in the code system.CodeSystem.Concept.BuilderCodeSystem.Concept.Builder. concept(CodeSystem.Concept... concept)Defines children of a concept to produce a hierarchy of concepts.protected CodeSystem.Concept.BuilderCodeSystem.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.BuilderCodeSystem.Builder. concept(Collection<CodeSystem.Concept> concept)Concepts that are in the code system.CodeSystem.Concept.BuilderCodeSystem.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.ConceptCodeSystemSupport. 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.ConceptCodeSystemSupport. 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.Conceptinstances where all structural hierarchies have been flattened.static Set<CodeSystem.Concept>CodeSystemSupport. getConcepts(CodeSystem.Concept concept)Get a set containingCodeSystem.Conceptinstances 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.ConceptCodeSystemSupport. 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.PropertyCodeSystemSupport. getConceptProperty(CodeSystem.Concept concept, Code code)Get the concept property that matches the specified code.static ElementCodeSystemSupport. 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.Conceptinstances where all structural hierarchies have been flattened.static booleanCodeSystemSupport. hasConceptProperty(CodeSystem.Concept concept, Code code)Determine whether a concept property with the specified code exists on the provided concept.
-