Uses of Class
com.ibm.fhir.model.resource.CodeSystem
-
-
Uses of CodeSystem in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSystem Modifier and Type Method Description CodeSystemCodeSystem.Builder. build()Build theCodeSystemMethods in com.ibm.fhir.model.resource with parameters of type CodeSystem Modifier and Type Method Description protected CodeSystem.BuilderCodeSystem.Builder. from(CodeSystem codeSystem) -
Uses of CodeSystem in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type CodeSystem Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, CodeSystem codeSystem)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, CodeSystem codeSystem) -
Uses of CodeSystem in com.ibm.fhir.registry.util
Methods in com.ibm.fhir.registry.util with parameters of type CodeSystem Modifier and Type Method Description booleanDefinitionalResourceVisitor. visit(String elementName, int elementIndex, CodeSystem codeSystem) -
Uses of CodeSystem in com.ibm.fhir.term.graph.loader.impl
Methods in com.ibm.fhir.term.graph.loader.impl that return CodeSystem Modifier and Type Method Description CodeSystemCodeSystemTermGraphLoader. getCodeSystem()Constructors in com.ibm.fhir.term.graph.loader.impl with parameters of type CodeSystem Constructor Description CodeSystemTermGraphLoader(FHIRTermGraph graph, CodeSystem codeSystem)CodeSystemTermGraphLoader(org.apache.commons.configuration.Configuration configuration, CodeSystem codeSystem) -
Uses of CodeSystem in com.ibm.fhir.term.graph.provider
Methods in com.ibm.fhir.term.graph.provider with parameters of type CodeSystem 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)CodeSystem.ConceptGraphTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)Set<CodeSystem.Concept>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem)<R> Set<R>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)Set<CodeSystem.Concept>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)<R> Set<R>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)booleanGraphTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)booleanGraphTermServiceProvider. hasConcepts(CodeSystem codeSystem, Set<Code> codes)booleanGraphTermServiceProvider. isSupported(CodeSystem codeSystem)booleanGraphTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB) -
Uses of CodeSystem in com.ibm.fhir.term.graph.registry
Fields in com.ibm.fhir.term.graph.registry declared as CodeSystem Modifier and Type Field Description static CodeSystemSnomedRegistryResourceProvider. SNOMED_CODE_SYSTEM -
Uses of CodeSystem in com.ibm.fhir.term.remote.provider
Methods in com.ibm.fhir.term.remote.provider with parameters of type CodeSystem 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)CodeSystem.ConceptRemoteTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)Set<CodeSystem.Concept>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem)<R> Set<R>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)Set<CodeSystem.Concept>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)<R> Set<R>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)booleanRemoteTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)booleanRemoteTermServiceProvider. hasConcepts(CodeSystem codeSystem, Set<Code> codes)booleanRemoteTermServiceProvider. isSupported(CodeSystem codeSystem)booleanRemoteTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB) -
Uses of CodeSystem in com.ibm.fhir.term.service
Methods in com.ibm.fhir.term.service with parameters of type CodeSystem Modifier and Type Method Description Set<CodeSystem.Concept>FHIRTermService. closure(CodeSystem codeSystem, Code code)Get a set containingCodeSystem.Conceptinstances 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.Conceptinstances where all structural hierarchies have been flattenedCodeSystem.ConceptFHIRTermService. getConcept(CodeSystem codeSystem, Code code)Get the concept in the provided code system with the specified code.Set<CodeSystem.Concept>FHIRTermService. getConcepts(CodeSystem codeSystem)Get a set containingCodeSystem.Conceptinstances where all structural hierarchies have been flattened.<R> Set<R>FHIRTermService. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)Get a set containingFHIRTermServiceinstances mapped from concepts where all structural hierarchies have been flattened.Set<CodeSystem.Concept>FHIRTermService. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)Get a set containingCodeSystem.Conceptinstances where all structural hierarchies have been flattened and filtered by the given set of value set include filters.<R> Set<R>FHIRTermService. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)Get a set containingFHIRTermServiceinstances mapped from concepts where all structural hierarchies have been flattened and filtered by the given set of value set include filters.booleanFHIRTermService. hasConcept(CodeSystem codeSystem, Code code)Indicates whether the given code system contains a concept with the specified code.booleanFHIRTermService. hasConcepts(CodeSystem codeSystem, Set<Code> codes)Indicates whether the given code system contains a concept for each of the specified codes.booleanFHIRTermService. isSupported(CodeSystem codeSystem)Indicates whether the given code system is supported.booleanFHIRTermService. subsumes(CodeSystem codeSystem, Code codeA, Code codeB)Find the concept in tree rooted by the provided concept that matches the specified code.ValidationOutcomeFHIRTermService. validateCode(CodeSystem codeSystem, CodeableConcept codeableConcept)Validate a codeable concept using the provided code systemValidationOutcomeFHIRTermService. validateCode(CodeSystem codeSystem, CodeableConcept codeableConcept, ValidationParameters parameters)Validate a codeable concept using the provided code system and validation parametersValidationOutcomeFHIRTermService. validateCode(CodeSystem codeSystem, Code code, String display)Validate a code and display using the provided code systemValidationOutcomeFHIRTermService. validateCode(CodeSystem codeSystem, Code code, String display, ValidationParameters parameters)Validate a code and display using the provided code system and validation parametersValidationOutcomeFHIRTermService. validateCode(CodeSystem codeSystem, Coding coding)Validate a coding using the provided code systemValidationOutcomeFHIRTermService. validateCode(CodeSystem codeSystem, Coding coding, ValidationParameters parameters)Validate a coding using the provided code system and validation parameters -
Uses of CodeSystem in com.ibm.fhir.term.service.provider
Methods in com.ibm.fhir.term.service.provider with parameters of type CodeSystem Modifier and Type Method Description Set<CodeSystem.Concept>RegistryTermServiceProvider. closure(CodeSystem codeSystem, Code code)CodeSystem.ConceptRegistryTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)Set<CodeSystem.Concept>RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem)<R> Set<R>RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)Set<CodeSystem.Concept>RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)<R> Set<R>RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)booleanRegistryTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)booleanRegistryTermServiceProvider. isSupported(CodeSystem codeSystem)booleanRegistryTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB) -
Uses of CodeSystem in com.ibm.fhir.term.spi
Methods in com.ibm.fhir.term.spi with parameters of type CodeSystem Modifier and Type Method Description protected voidAbstractTermServiceProvider. checkArgument(CodeSystem codeSystem)protected voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, Code code)protected voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, Code codeA, Code codeB)protected <R> voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)protected voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)protected <R> voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)abstract Set<CodeSystem.Concept>AbstractTermServiceProvider. closure(CodeSystem codeSystem, Code code)Set<CodeSystem.Concept>FHIRTermServiceProvider. closure(CodeSystem codeSystem, Code code)Get a set containingCodeSystem.Conceptinstances 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.Conceptinstances where all structural hierarchies have been flattenedabstract CodeSystem.ConceptAbstractTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)CodeSystem.ConceptFHIRTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)Get the concept in the provided code system with the specified code.abstract 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.Conceptinstances where all structural hierarchies have been flattened.default <R> Set<R>FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)Get a set containingFHIRTermServiceProviderinstances mapped from concepts where all structural hierarchies have been flattened.Set<CodeSystem.Concept>FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters)Get a set containingCodeSystem.Conceptinstances where all structural hierarchies have been flattened and filtered by the given set of value set include filters.default <R> Set<R>FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)Get a set containingFHIRTermServiceProviderinstances mapped from concepts where all structural hierarchies have been flattened and filtered by the given set of value set include filters.abstract booleanAbstractTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)booleanFHIRTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)Indicates whether the given code system contains a concept with the specified code.default booleanFHIRTermServiceProvider. hasConcepts(CodeSystem codeSystem, Set<Code> codes)Indicates whether the given code system contains a concept for each of the specified codes.abstract booleanAbstractTermServiceProvider. isSupported(CodeSystem codeSystem)booleanFHIRTermServiceProvider. isSupported(CodeSystem codeSystem)Indicates whether the given code system is supported.abstract booleanAbstractTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB)booleanFHIRTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB)Indicates whether the concept forCodeAsubsumes the concept forcodeBin the passed CodeSystem. -
Uses of CodeSystem in com.ibm.fhir.term.util
Methods in com.ibm.fhir.term.util that return CodeSystem Modifier and Type Method Description static CodeSystemCodeSystemSupport. getCodeSystem(String url)Get the code system associated with the given url from the FHIR registry.Methods in com.ibm.fhir.term.util with parameters of type CodeSystem 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.static Set<String>CodeSystemSupport. getAncestorsAndSelf(CodeSystem codeSystem, Code code)Get all of the concepts, from the provided code system, that subsume the concept with the specified code.static CodeSystem.FilterCodeSystemSupport. getCodeSystemFilter(CodeSystem codeSystem, Code code, FilterOperator operator)Get the code system filter with the given property code and filter operator.static CodeSystem.PropertyCodeSystemSupport. getCodeSystemProperty(CodeSystem codeSystem, Code code)Get the code system property that matches the specified code.static PropertyTypeCodeSystemSupport. getCodeSystemPropertyType(CodeSystem codeSystem, Code code)Get the type of the code system property that matches the specified code.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.Conceptinstances where all structural hierarchies have been flattened.static <R> Set<R>CodeSystemSupport. getConcepts(CodeSystem codeSystem, Function<CodeSystem.Concept,? extends R> function)Get a set containingCodeSystemSupportinstances mapped from concepts 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.Conceptinstances where all structural hierarchies have been flattened and filtered by the given set of value set include filters.static <R> Set<R>CodeSystemSupport. getConcepts(CodeSystem codeSystem, List<ValueSet.Compose.Include.Filter> filters, Function<CodeSystem.Concept,? extends R> function)Get a set containingCodeSystemSupportinstances mapped from concepts where all structural hierarchies have been flattened and filtered by the given set of value set include filters.static Set<String>CodeSystemSupport. getDescendantsAndSelf(CodeSystem codeSystem, Code code)Get all of the concepts, from the provided code system, that are subsumed by the concept with the specified code.static booleanCodeSystemSupport. hasCodeSystemFilter(CodeSystem codeSystem, Code code, FilterOperator operator)Determine whether a code system filter with the specified property code and filter operator exists in the provided code system.static booleanCodeSystemSupport. hasCodeSystemProperty(CodeSystem codeSystem, Code code)Determine whether a code system property with the specified code exists in the provided code system.static booleanCodeSystemSupport. isCaseSensitive(CodeSystem codeSystem)Indicates whether the code system is case sensitive
-