Uses of Class
org.linuxforhealth.fhir.model.resource.CodeSystem
- 
- 
Uses of CodeSystem in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CodeSystem Modifier and Type Method Description CodeSystemCodeSystem.Builder. build()Build theCodeSystemMethods in org.linuxforhealth.fhir.model.resource with parameters of type CodeSystem Modifier and Type Method Description protected CodeSystem.BuilderCodeSystem.Builder. from(CodeSystem codeSystem)protected voidCodeSystem.Builder. validate(CodeSystem codeSystem) - 
Uses of CodeSystem in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type CodeSystem Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, CodeSystem codeSystem)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, CodeSystem codeSystem) - 
Uses of CodeSystem in org.linuxforhealth.fhir.registry.util
Methods in org.linuxforhealth.fhir.registry.util with parameters of type CodeSystem Modifier and Type Method Description booleanDefinitionalResourceVisitor. visit(java.lang.String elementName, int elementIndex, CodeSystem codeSystem) - 
Uses of CodeSystem in org.linuxforhealth.fhir.term.graph.loader.impl
Methods in org.linuxforhealth.fhir.term.graph.loader.impl that return CodeSystem Modifier and Type Method Description CodeSystemCodeSystemTermGraphLoader. getCodeSystem()Constructors in org.linuxforhealth.fhir.term.graph.loader.impl with parameters of type CodeSystem Constructor Description CodeSystemTermGraphLoader(org.apache.commons.configuration2.Configuration configuration, CodeSystem codeSystem)CodeSystemTermGraphLoader(FHIRTermGraph graph, CodeSystem codeSystem) - 
Uses of CodeSystem in org.linuxforhealth.fhir.term.graph.provider
Methods in org.linuxforhealth.fhir.term.graph.provider with parameters of type CodeSystem 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)CodeSystem.ConceptGraphTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)java.util.Set<CodeSystem.Concept>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem)<R> java.util.Set<R>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)java.util.Set<CodeSystem.Concept>GraphTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters)<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)booleanGraphTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)booleanGraphTermServiceProvider. hasConcepts(CodeSystem codeSystem, java.util.Set<Code> codes)booleanGraphTermServiceProvider. isSupported(CodeSystem codeSystem)booleanGraphTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB) - 
Uses of CodeSystem in org.linuxforhealth.fhir.term.graph.registry
Fields in org.linuxforhealth.fhir.term.graph.registry declared as CodeSystem Modifier and Type Field Description static CodeSystemSnomedRegistryResourceProvider. SNOMED_CODE_SYSTEM - 
Uses of CodeSystem in org.linuxforhealth.fhir.term.remote.provider
Methods in org.linuxforhealth.fhir.term.remote.provider with parameters of type CodeSystem 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)CodeSystem.ConceptRemoteTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)java.util.Set<CodeSystem.Concept>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem)<R> java.util.Set<R>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)java.util.Set<CodeSystem.Concept>RemoteTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters)<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)booleanRemoteTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)booleanRemoteTermServiceProvider. hasConcepts(CodeSystem codeSystem, java.util.Set<Code> codes)booleanRemoteTermServiceProvider. isSupported(CodeSystem codeSystem)booleanRemoteTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB) - 
Uses of CodeSystem in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.fhir.term.service with parameters of type CodeSystem Modifier and Type Method Description java.util.Map<Code,java.util.Set<CodeSystem.Concept>>FHIRTermService. closure(CodeSystem codeSystem, java.util.Set<Code> codes)Get a map of sets containingCodeSystem.Conceptinstances where all structural hierarchies have been flattenedjava.util.Set<CodeSystem.Concept>FHIRTermService. closure(CodeSystem codeSystem, Code code)Get a set containingCodeSystem.Conceptinstances where all structural hierarchies have been flattened.CodeSystem.ConceptFHIRTermService. getConcept(CodeSystem codeSystem, Code code)Get the concept in the provided code system with the specified code.java.util.Set<CodeSystem.Concept>FHIRTermService. getConcepts(CodeSystem codeSystem)Get a set containingCodeSystem.Conceptinstances where all structural hierarchies have been flattened.<R> java.util.Set<R>FHIRTermService. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)Get a set containingFHIRTermServiceinstances mapped from concepts 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.Conceptinstances where all structural hierarchies have been flattened and filtered by the given set of value set include filters.<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 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, java.util.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.LookupOutcomeFHIRTermService. lookup(CodeSystem codeSystem, Coding coding, LookupParameters parameters)Lookup the code system concept for the given coding within the passed CodeSystembooleanFHIRTermService. 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 org.linuxforhealth.fhir.term.service.provider
Methods in org.linuxforhealth.fhir.term.service.provider with parameters of type CodeSystem Modifier and Type Method Description java.util.Set<CodeSystem.Concept>RegistryTermServiceProvider. closure(CodeSystem codeSystem, Code code)CodeSystem.ConceptRegistryTermServiceProvider. getConcept(CodeSystem codeSystem, Code code)java.util.Set<CodeSystem.Concept>RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem)<R> java.util.Set<R>RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)java.util.Set<CodeSystem.Concept>RegistryTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters)<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)booleanRegistryTermServiceProvider. hasConcept(CodeSystem codeSystem, Code code)booleanRegistryTermServiceProvider. isSupported(CodeSystem codeSystem)booleanRegistryTermServiceProvider. subsumes(CodeSystem codeSystem, Code codeA, Code codeB) - 
Uses of CodeSystem in org.linuxforhealth.fhir.term.spi
Methods in org.linuxforhealth.fhir.term.spi with parameters of type CodeSystem Modifier and Type Method Description protected voidAbstractTermServiceProvider. checkArgument(CodeSystem codeSystem)protected <R> voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)protected voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters)protected <R> voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, java.util.List<ValueSet.Compose.Include.Filter> filters, java.util.function.Function<CodeSystem.Concept,? extends R> function)protected voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, Code code)protected voidAbstractTermServiceProvider. checkArguments(CodeSystem codeSystem, Code codeA, Code codeB)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.Conceptinstances where all structural hierarchies have been flattenedjava.util.Set<CodeSystem.Concept>FHIRTermServiceProvider. closure(CodeSystem codeSystem, Code code)Get a set containingCodeSystem.Conceptinstances where all structural hierarchies have been flattened.abstract 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 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.Conceptinstances where all structural hierarchies have been flattened.default <R> java.util.Set<R>FHIRTermServiceProvider. getConcepts(CodeSystem codeSystem, java.util.function.Function<CodeSystem.Concept,? extends R> function)Get a set containingFHIRTermServiceProviderinstances mapped from concepts 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.Conceptinstances where all structural hierarchies have been flattened and filtered by the given set of value set include filters.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 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, java.util.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 org.linuxforhealth.fhir.term.util
Methods in org.linuxforhealth.fhir.term.util that return CodeSystem Modifier and Type Method Description static CodeSystemCodeSystemSupport. convertToSimpleCodeSystem(CodeSystem codeSystem)Convert the passed codeSystem into a "simple" CodeSystem...one where all concept hierarchy is expressed through nested concepts rather than properties.static CodeSystemCodeSystemSupport. getCodeSystem(java.lang.String url)Get the code system associated with the given url from the FHIR registry.Methods in org.linuxforhealth.fhir.term.util with parameters of type CodeSystem Modifier and Type Method Description static CodeSystemCodeSystemSupport. convertToSimpleCodeSystem(CodeSystem codeSystem)Convert the passed codeSystem into a "simple" CodeSystem...one where all concept hierarchy is expressed through nested concepts rather than properties.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 java.util.Set<java.lang.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 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.Conceptinstances 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 containingCodeSystemSupportinstances mapped from concepts 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.Conceptinstances where all structural hierarchies have been flattened and filtered by the given set of value set include filters.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 containingCodeSystemSupportinstances mapped from concepts where all structural hierarchies have been flattened and filtered by the given set of value set include filters.static java.util.Set<java.lang.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. hasPropertyHierarchy(CodeSystem codeSystem)static booleanCodeSystemSupport. isCaseSensitive(CodeSystem codeSystem)Indicates whether the code system is case sensitive 
 -