Uses of Class
org.hl7.fhir.r4.model.CodeSystem.ConceptDefinitionComponent
Package
Description
-
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4.context
ModifierConstructorDescriptionValidationResult
(org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity severity, String message, CodeSystem.ConceptDefinitionComponent definition) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected CodeSystem.ConceptDefinitionComponent
JsonParser.parseCodeSystemConceptDefinitionComponent
(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.ConceptDefinitionComponent
XmlParser.parseCodeSystemConceptDefinitionComponent
(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCodeSystemConceptDefinitionComponent
(String name, CodeSystem.ConceptDefinitionComponent element) protected void
RdfParser.composeCodeSystemConceptDefinitionComponent
(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.composeCodeSystemConceptDefinitionComponentInner
(CodeSystem.ConceptDefinitionComponent element) protected boolean
XmlParser.parseCodeSystemConceptDefinitionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptDefinitionComponent res) protected void
JsonParser.parseCodeSystemConceptDefinitionComponentProperties
(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptDefinitionComponent res) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4.model
Modifier 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.Modifier 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.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) Modifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.getConcept()
CodeSystem.getConcept()
Modifier and TypeMethodDescriptionCodeSystem.addConcept
(CodeSystem.ConceptDefinitionComponent t) CodeSystem.ConceptDefinitionComponent.addConcept
(CodeSystem.ConceptDefinitionComponent t) int
CodeSystem.ConceptDefinitionComponentSorter.compare
(CodeSystem.ConceptDefinitionComponent l, CodeSystem.ConceptDefinitionComponent r) void
CodeSystem.ConceptDefinitionComponent.copyValues
(CodeSystem.ConceptDefinitionComponent dst) Modifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.setConcept
(List<CodeSystem.ConceptDefinitionComponent> theConcept) CodeSystem.setConcept
(List<CodeSystem.ConceptDefinitionComponent> theConcept) void
CodeSystem.sort
(Comparator<CodeSystem.ConceptDefinitionComponent> comp) void
CodeSystem.sort
(List<CodeSystem.ConceptDefinitionComponent> list, Comparator<CodeSystem.ConceptDefinitionComponent> comp) void
CodeSystem.sort
(List<CodeSystem.ConceptDefinitionComponent> list, Comparator<CodeSystem.ConceptDefinitionComponent> comp) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4.terminologies
Modifier and TypeMethodDescriptionITerminologyServices.getCodeDefinition
(String system, String code) given a system|code, return a definition for it.Modifier and TypeMethodDescriptionstatic void
CodeSystemUtilities.addOtherChild
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent owner, String code) int
CodeSystemUtilities.ConceptDefinitionComponentSorter.compare
(CodeSystem.ConceptDefinitionComponent o1, CodeSystem.ConceptDefinitionComponent o2) CodeSystemUtilities.getOtherChildren
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent c) CodeSystemUtilities.getProperty
(CodeSystem.ConceptDefinitionComponent concept, String code) static boolean
CodeSystemUtilities.isDeprecated
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static boolean
CodeSystemUtilities.isInactive
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static boolean
CodeSystemUtilities.isNotSelectable
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def) static Type
CodeSystemUtilities.readProperty
(CodeSystem.ConceptDefinitionComponent concept, String code) static void
CodeSystemUtilities.setDeprecated
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date) static void
CodeSystemUtilities.setNotSelectable
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) static void
CodeSystemUtilities.setStatus
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, CodeSystemUtilities.ConceptStatus status) Modifier and TypeMethodDescriptionstatic void
CodeSystemUtilities.sortAllCodes
(List<CodeSystem.ConceptDefinitionComponent> list) boolean
ValueSetCheckerSimple.validateCodeInConceptList
(String code, CodeSystem def, List<CodeSystem.ConceptDefinitionComponent> list) -
Uses of CodeSystem.ConceptDefinitionComponent in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionstatic void
ToolingExtensions.addCSComment
(CodeSystem.ConceptDefinitionComponent nc, String comment) static String
ToolingExtensions.getCSComment
(CodeSystem.ConceptDefinitionComponent c) static boolean
ToolingExtensions.hasCSComment
(CodeSystem.ConceptDefinitionComponent c)