public static class ValueSet.CodeSystemConcept extends BaseIdentifiableElement implements IResourceBlock
Definition: Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meaning of the hierarchical relationships are
| Constructor and Description |
|---|
CodeSystemConcept() |
| Modifier and Type | Method and Description |
|---|---|
ValueSet.CodeSystemConcept |
addConcept()
Adds and returns a new value for concept ()
|
ValueSet.CodeSystemConcept |
addConcept(ValueSet.CodeSystemConcept theValue)
Adds a given new value for concept ()
|
ValueSet.CodeSystemConceptDesignation |
addDesignation()
Adds and returns a new value for designation ()
|
ValueSet.CodeSystemConcept |
addDesignation(ValueSet.CodeSystemConceptDesignation theValue)
Adds a given new value for designation ()
|
Boolean |
getAbstract()
Gets the value(s) for abstract ().
|
BooleanDt |
getAbstractElement()
Gets the value(s) for abstract ().
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
CodeDt |
getCodeElement()
Gets the value(s) for code ().
|
List<ValueSet.CodeSystemConcept> |
getConcept()
Gets the value(s) for concept ().
|
ValueSet.CodeSystemConcept |
getConceptFirstRep()
Gets the first repetition for concept (),
creating it if it does not already exist.
|
String |
getDefinition()
Gets the value(s) for definition ().
|
StringDt |
getDefinitionElement()
Gets the value(s) for definition ().
|
List<ValueSet.CodeSystemConceptDesignation> |
getDesignation()
Gets the value(s) for designation ().
|
ValueSet.CodeSystemConceptDesignation |
getDesignationFirstRep()
Gets the first repetition for designation (),
creating it if it does not already exist.
|
String |
getDisplay()
Gets the value(s) for display ().
|
StringDt |
getDisplayElement()
Gets the value(s) for display ().
|
boolean |
isEmpty() |
ValueSet.CodeSystemConcept |
setAbstract(boolean theBoolean)
Sets the value for abstract ()
|
ValueSet.CodeSystemConcept |
setAbstract(BooleanDt theValue)
Sets the value(s) for abstract ()
|
ValueSet.CodeSystemConcept |
setCode(CodeDt theValue)
Sets the value(s) for code ()
|
ValueSet.CodeSystemConcept |
setCode(String theCode)
Sets the value for code ()
|
ValueSet.CodeSystemConcept |
setConcept(List<ValueSet.CodeSystemConcept> theValue)
Sets the value(s) for concept ()
|
ValueSet.CodeSystemConcept |
setDefinition(String theString)
Sets the value for definition ()
|
ValueSet.CodeSystemConcept |
setDefinition(StringDt theValue)
Sets the value(s) for definition ()
|
ValueSet.CodeSystemConcept |
setDesignation(List<ValueSet.CodeSystemConceptDesignation> theValue)
Sets the value(s) for designation ()
|
ValueSet.CodeSystemConcept |
setDisplay(String theString)
Sets the value for display ()
|
ValueSet.CodeSystemConcept |
setDisplay(StringDt theValue)
Sets the value(s) for display ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic CodeSystemConcept()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeDt getCodeElement()
null.
Definition: A code - a text symbol - that uniquely identifies the concept within the code system
public String getCode()
null.
Definition: A code - a text symbol - that uniquely identifies the concept within the code system
public ValueSet.CodeSystemConcept setCode(CodeDt theValue)
Definition: A code - a text symbol - that uniquely identifies the concept within the code system
public ValueSet.CodeSystemConcept setCode(String theCode)
Definition: A code - a text symbol - that uniquely identifies the concept within the code system
public BooleanDt getAbstractElement()
null.
Definition: If this code is not for use as a real concept
public Boolean getAbstract()
null.
Definition: If this code is not for use as a real concept
public ValueSet.CodeSystemConcept setAbstract(BooleanDt theValue)
Definition: If this code is not for use as a real concept
public ValueSet.CodeSystemConcept setAbstract(boolean theBoolean)
Definition: If this code is not for use as a real concept
public StringDt getDisplayElement()
null.
Definition: A human readable string that is the recommended default way to present this concept to a user
public String getDisplay()
null.
Definition: A human readable string that is the recommended default way to present this concept to a user
public ValueSet.CodeSystemConcept setDisplay(StringDt theValue)
Definition: A human readable string that is the recommended default way to present this concept to a user
public ValueSet.CodeSystemConcept setDisplay(String theString)
Definition: A human readable string that is the recommended default way to present this concept to a user
public StringDt getDefinitionElement()
null.
Definition: The formal definition of the concept. The value set resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept
public String getDefinition()
null.
Definition: The formal definition of the concept. The value set resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept
public ValueSet.CodeSystemConcept setDefinition(StringDt theValue)
Definition: The formal definition of the concept. The value set resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept
public ValueSet.CodeSystemConcept setDefinition(String theString)
Definition: The formal definition of the concept. The value set resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept
public List<ValueSet.CodeSystemConceptDesignation> getDesignation()
null.
Definition: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
public ValueSet.CodeSystemConcept setDesignation(List<ValueSet.CodeSystemConceptDesignation> theValue)
Definition: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
public ValueSet.CodeSystemConceptDesignation addDesignation()
Definition: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
public ValueSet.CodeSystemConcept addDesignation(ValueSet.CodeSystemConceptDesignation theValue)
Definition: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
theValue - The designation to add (must not be null)public ValueSet.CodeSystemConceptDesignation getDesignationFirstRep()
Definition: Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.
public List<ValueSet.CodeSystemConcept> getConcept()
null.
Definition: Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) and can only be determined by examining the definitions of the concepts
public ValueSet.CodeSystemConcept setConcept(List<ValueSet.CodeSystemConcept> theValue)
Definition: Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) and can only be determined by examining the definitions of the concepts
public ValueSet.CodeSystemConcept addConcept()
Definition: Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) and can only be determined by examining the definitions of the concepts
public ValueSet.CodeSystemConcept addConcept(ValueSet.CodeSystemConcept theValue)
Definition: Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) and can only be determined by examining the definitions of the concepts
theValue - The concept to add (must not be null)public ValueSet.CodeSystemConcept getConceptFirstRep()
Definition: Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) and can only be determined by examining the definitions of the concepts
Copyright © 2014–2016 University Health Network. All rights reserved.