
Uses of Class
org.hl7.fhir.r5.model.CodeSystem.ConceptDefinitionComponent
Packages that use CodeSystem.ConceptDefinitionComponent
Package
Description
-
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return types with arguments of type CodeSystem.ConceptDefinitionComponentMethods in org.hl7.fhir.r5.comparison with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystemComparer.getProp
(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionExtensions.setCSConceptComments
(CodeSystem.ConceptDefinitionComponent context, String value) Extensions.setCSConceptOrder
(CodeSystem.ConceptDefinitionComponent context, int value) Extensions.setCSLabel
(CodeSystem.ConceptDefinitionComponent context, String value) Extensions.setCSReplacedby
(CodeSystem.ConceptDefinitionComponent context, Coding value) Methods in org.hl7.fhir.r5.extensions with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionstatic String
Extensions.getCSConceptComments
(CodeSystem.ConceptDefinitionComponent context) static Integer
Extensions.getCSConceptOrder
(CodeSystem.ConceptDefinitionComponent context) static String
Extensions.getCSLabel
(CodeSystem.ConceptDefinitionComponent context) static Coding
Extensions.getCSReplacedby
(CodeSystem.ConceptDefinitionComponent context) Extensions.setCSConceptComments
(CodeSystem.ConceptDefinitionComponent context, String value) Extensions.setCSConceptOrder
(CodeSystem.ConceptDefinitionComponent context, int value) Extensions.setCSLabel
(CodeSystem.ConceptDefinitionComponent context, String value) Extensions.setCSReplacedby
(CodeSystem.ConceptDefinitionComponent context, Coding value) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionprotected CodeSystem.ConceptDefinitionComponent
JsonParser.parseCodeSystemConceptDefinitionComponent
(com.google.gson.JsonObject json) protected CodeSystem.ConceptDefinitionComponent
XmlParser.parseCodeSystemConceptDefinitionComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeCodeSystemConceptDefinitionComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CodeSystem.ConceptDefinitionComponent element, int index) protected void
XmlParser.composeCodeSystemConceptDefinitionComponent
(String name, CodeSystem.ConceptDefinitionComponent element) protected void
XmlParser.composeCodeSystemConceptDefinitionComponentElements
(CodeSystem.ConceptDefinitionComponent element) protected void
JsonParser.composeConceptDefinitionComponent
(String name, CodeSystem.ConceptDefinitionComponent element) protected void
JsonParser.composeConceptDefinitionComponentProperties
(CodeSystem.ConceptDefinitionComponent element) protected boolean
XmlParser.parseCodeSystemConceptDefinitionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem.ConceptDefinitionComponent res) protected void
JsonParser.parseCodeSystemConceptDefinitionComponentProperties
(com.google.gson.JsonObject json, CodeSystem.ConceptDefinitionComponent res) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeFieldDescriptionprotected List
<CodeSystem.ConceptDefinitionComponent> CodeSystem.concept
Concepts that are in the code system.protected List
<CodeSystem.ConceptDefinitionComponent> CodeSystem.ConceptDefinitionComponent.concept
Defines children of a concept to produce a hierarchy of concepts.Methods in org.hl7.fhir.r5.model that return CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystem.addConcept()
CodeSystem.ConceptDefinitionComponent.addConcept()
CodeSystem.ConceptDefinitionComponent.addConcept
(CodeSystem.ConceptDefinitionComponent t) CodeSystem.ConceptDefinitionComponent.addDesignation
(CodeSystem.ConceptDefinitionDesignationComponent t) CodeSystem.ConceptDefinitionComponent.addProperty
(CodeSystem.ConceptPropertyComponent t) CodeSystem.ConceptDefinitionComponent.copy()
CodeSystem.ConceptDefinitionComponent.getConceptFirstRep()
CodeSystem.getConceptFirstRep()
CodeSystem.getDefinitionByCode
(String code) CodeSystem.ConceptDefinitionComponent.setCodeElement
(CodeType value) CodeSystem.ConceptDefinitionComponent.setConcept
(List<CodeSystem.ConceptDefinitionComponent> theConcept) CodeSystem.ConceptDefinitionComponent.setDefinition
(String value) CodeSystem.ConceptDefinitionComponent.setDefinitionElement
(StringType value) CodeSystem.ConceptDefinitionComponent.setDesignation
(List<CodeSystem.ConceptDefinitionDesignationComponent> theDesignation) CodeSystem.ConceptDefinitionComponent.setDisplay
(String value) CodeSystem.ConceptDefinitionComponent.setDisplayElement
(StringType value) CodeSystem.ConceptDefinitionComponent.setProperty
(List<CodeSystem.ConceptPropertyComponent> theProperty) Methods in org.hl7.fhir.r5.model that return types with arguments of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.getConcept()
CodeSystem.getConcept()
Methods in org.hl7.fhir.r5.model with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystem.addConcept
(CodeSystem.ConceptDefinitionComponent t) CodeSystem.ConceptDefinitionComponent.addConcept
(CodeSystem.ConceptDefinitionComponent t) void
CodeSystem.ConceptDefinitionComponent.copyValues
(CodeSystem.ConceptDefinitionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.setConcept
(List<CodeSystem.ConceptDefinitionComponent> theConcept) CodeSystem.setConcept
(List<CodeSystem.ConceptDefinitionComponent> theConcept) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionboolean
CodeSystemRenderer.renderDisplayName
(CodeSystem.ConceptDefinitionComponent c, CodeSystem cs, org.hl7.fhir.utilities.xhtml.XhtmlNode td, List<String> langs) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystemUtilities.findCode
(List<CodeSystem.ConceptDefinitionComponent> list, String code) CodeSystemUtilities.findCodeOrAltCode
(List<CodeSystem.ConceptDefinitionComponent> list, String code, String use) CodeSystemUtilities.getCode
(CodeSystem cs, String code) Methods in org.hl7.fhir.r5.terminologies that return types with arguments of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystemUtilities.findCodeWithParents
(List<CodeSystem.ConceptDefinitionComponent> parents, List<CodeSystem.ConceptDefinitionComponent> list, String code) CodeSystemUtilities.CodeSystemNavigator.getConcepts
(CodeSystem.ConceptDefinitionComponent context) CodeSystemUtilities.CodeSystemNavigator.getOtherChildren
(CodeSystem.ConceptDefinitionComponent context) Methods in org.hl7.fhir.r5.terminologies with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionstatic void
CodeSystemUtilities.addOtherChild
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent owner, String code) static boolean
CodeSystemUtilities.checkDisplay
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent cd, String display) int
CodeSystemUtilities.ConceptDefinitionComponentSorter.compare
(CodeSystem.ConceptDefinitionComponent o1, CodeSystem.ConceptDefinitionComponent o2) CodeSystemUtilities.CodeSystemNavigator.getConcepts
(CodeSystem.ConceptDefinitionComponent context) CodeSystemUtilities.getDisplays
(CodeSystem srcCS, CodeSystem.ConceptDefinitionComponent cd) CodeSystemUtilities.CodeSystemNavigator.getOtherChildren
(CodeSystem.ConceptDefinitionComponent context) CodeSystemUtilities.getOtherChildren
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent c) CodeSystemUtilities.getProperty
(CodeSystem.ConceptDefinitionComponent concept, String code) static DataType
CodeSystemUtilities.getProperty
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def, String property) CodeSystemUtilities.getPropertyValues
(CodeSystem.ConceptDefinitionComponent concept, String code) static String
CodeSystemUtilities.getStatus
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent cc) static boolean
CodeSystemUtilities.hasProperty
(CodeSystem.ConceptDefinitionComponent c, String code) static boolean
CodeSystemUtilities.isDeprecated
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def, boolean ignoreStatus) static boolean
CodeSystemUtilities.isInactive
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static boolean
CodeSystemUtilities.isInactive
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def, boolean ignoreStatus) static boolean
CodeSystemUtilities.isNotCurrent
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent c) static boolean
CodeSystemUtilities.isNotSelectable
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static DataType
CodeSystemUtilities.readProperty
(CodeSystem.ConceptDefinitionComponent concept, String code) static void
CodeSystemUtilities.setDeprecated
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) static void
CodeSystemUtilities.setDeprecated
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date) static void
CodeSystemUtilities.setNotSelectable
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) static void
CodeSystemUtilities.setProperty
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, String url, String code, DataType value) static void
CodeSystemUtilities.setProperty
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, String code, DataType value) static void
CodeSystemUtilities.setStatus
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, CodeSystemUtilities.ConceptStatus status) Method parameters in org.hl7.fhir.r5.terminologies with type arguments of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionCodeSystemUtilities.findCode
(List<CodeSystem.ConceptDefinitionComponent> list, String code) CodeSystemUtilities.findCodeOrAltCode
(List<CodeSystem.ConceptDefinitionComponent> list, String code, String use) CodeSystemUtilities.findCodeWithParents
(List<CodeSystem.ConceptDefinitionComponent> parents, List<CodeSystem.ConceptDefinitionComponent> list, String code) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.terminologies.expansion
Methods in org.hl7.fhir.r5.terminologies.expansion with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionboolean
AllConceptsFilter.includeConcept
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) abstract boolean
ConceptFilter.includeConcept
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) boolean
KnownPropertyFilter.includeConcept
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) boolean
PropertyFilter.includeConcept
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) boolean
RegexFilter.includeConcept
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.terminologies.providers
Methods in org.hl7.fhir.r5.terminologies.providers that return CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionSpecialCodeSystem.findConcept
(Coding code) URICodeSystem.findConcept
(Coding code) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.terminologies.utilities
Methods in org.hl7.fhir.r5.terminologies.utilities that return CodeSystem.ConceptDefinitionComponentMethods in org.hl7.fhir.r5.terminologies.utilities with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionvoid
ValidationResult.setDefinition
(CodeSystem.ConceptDefinitionComponent definition) Constructors in org.hl7.fhir.r5.terminologies.utilities with parameters of type CodeSystem.ConceptDefinitionComponentModifierConstructorDescriptionValidationResult
(String system, String version, CodeSystem.ConceptDefinitionComponent definition, String preferredDisplay) ValidationResult
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity, String message, String system, String version, CodeSystem.ConceptDefinitionComponent definition, String preferredDisplay, List<OperationOutcome.OperationOutcomeIssueComponent> issues) ValidationResult
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity, List<String> messages, String system, String version, CodeSystem.ConceptDefinitionComponent definition, String preferredDisplay, List<OperationOutcome.OperationOutcomeIssueComponent> issues) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.terminologies.validation
Method parameters in org.hl7.fhir.r5.terminologies.validation with type arguments of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionboolean
ValueSetValidator.validateCodeInConceptList
(String code, CodeSystem def, List<CodeSystem.ConceptDefinitionComponent> list, ValueSetProcessBase.AlternateCodesProcessingRules altCodeRules) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils with parameters of type CodeSystem.ConceptDefinitionComponentModifier and TypeMethodDescriptionstatic void
ToolingExtensions.addCSComment
(CodeSystem.ConceptDefinitionComponent nc, String comment) static String
ToolingExtensions.getCSComment
(CodeSystem.ConceptDefinitionComponent c) static boolean
ToolingExtensions.hasCSComment
(CodeSystem.ConceptDefinitionComponent c)