Package org.hl7.fhir.r4.model
Class ValueSet.ConceptSetComponent
- java.lang.Object
-
- org.hl7.fhir.r4.model.Base
-
- org.hl7.fhir.r4.model.Element
-
- org.hl7.fhir.r4.model.BackboneElement
-
- org.hl7.fhir.r4.model.ValueSet.ConceptSetComponent
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseBackboneElement,org.hl7.fhir.instance.model.api.IBaseElement,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
- ValueSet
public static class ValueSet.ConceptSetComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ValueSet.ConceptReferenceComponent>conceptSpecifies a concept to be included or excluded.protected List<ValueSet.ConceptSetFilterComponent>filterSelect concepts by specify a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system.protected UriTypesystemAn absolute URI which is the code system from which the selected codes come from.protected List<CanonicalType>valueSetSelects the concepts found in this value set (based on its value set definition).protected StringTypeversionThe version of the code system that the codes are selected from, or the special version '*' for all versions.-
Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description ConceptSetComponent()Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r4.model.BackboneElement
addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtension
-
Methods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
-
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
-
-
-
Field Detail
-
system
protected UriType system
An absolute URI which is the code system from which the selected codes come from.
-
version
protected StringType version
The version of the code system that the codes are selected from, or the special version '*' for all versions.
-
concept
protected List<ValueSet.ConceptReferenceComponent> concept
Specifies a concept to be included or excluded.
-
filter
protected List<ValueSet.ConceptSetFilterComponent> filter
Select concepts by specify a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified, they SHALL all be true.
-
valueSet
protected List<CanonicalType> valueSet
Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url. If multiple value sets are specified this includes the union of the contents of all of the referenced value sets.
-
-
Constructor Detail
-
ConceptSetComponent
public ConceptSetComponent()
Constructor
-
-
Method Detail
-
getSystemElement
public UriType getSystemElement()
- Returns:
system(An absolute URI which is the code system from which the selected codes come from.). This is the underlying object with id, value and extensions. The accessor "getSystem" gives direct access to the value
-
hasSystemElement
public boolean hasSystemElement()
-
hasSystem
public boolean hasSystem()
-
setSystemElement
public ValueSet.ConceptSetComponent setSystemElement(UriType value)
- Parameters:
value-system(An absolute URI which is the code system from which the selected codes come from.). This is the underlying object with id, value and extensions. The accessor "getSystem" gives direct access to the value
-
getSystem
public String getSystem()
- Returns:
- An absolute URI which is the code system from which the selected codes come from.
-
setSystem
public ValueSet.ConceptSetComponent setSystem(String value)
- Parameters:
value- An absolute URI which is the code system from which the selected codes come from.
-
getVersionElement
public StringType getVersionElement()
- Returns:
version(The version of the code system that the codes are selected from, or the special version '*' for all versions.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
hasVersionElement
public boolean hasVersionElement()
-
hasVersion
public boolean hasVersion()
-
setVersionElement
public ValueSet.ConceptSetComponent setVersionElement(StringType value)
- Parameters:
value-version(The version of the code system that the codes are selected from, or the special version '*' for all versions.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
getVersion
public String getVersion()
- Returns:
- The version of the code system that the codes are selected from, or the special version '*' for all versions.
-
setVersion
public ValueSet.ConceptSetComponent setVersion(String value)
- Parameters:
value- The version of the code system that the codes are selected from, or the special version '*' for all versions.
-
getConcept
public List<ValueSet.ConceptReferenceComponent> getConcept()
- Returns:
concept(Specifies a concept to be included or excluded.)
-
setConcept
public ValueSet.ConceptSetComponent setConcept(List<ValueSet.ConceptReferenceComponent> theConcept)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasConcept
public boolean hasConcept()
-
addConcept
public ValueSet.ConceptReferenceComponent addConcept()
-
addConcept
public ValueSet.ConceptSetComponent addConcept(ValueSet.ConceptReferenceComponent t)
-
getConceptFirstRep
public ValueSet.ConceptReferenceComponent getConceptFirstRep()
- Returns:
- The first repetition of repeating field
concept, creating it if it does not already exist
-
getFilter
public List<ValueSet.ConceptSetFilterComponent> getFilter()
- Returns:
filter(Select concepts by specify a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified, they SHALL all be true.)
-
setFilter
public ValueSet.ConceptSetComponent setFilter(List<ValueSet.ConceptSetFilterComponent> theFilter)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasFilter
public boolean hasFilter()
-
addFilter
public ValueSet.ConceptSetFilterComponent addFilter()
-
addFilter
public ValueSet.ConceptSetComponent addFilter(ValueSet.ConceptSetFilterComponent t)
-
getFilterFirstRep
public ValueSet.ConceptSetFilterComponent getFilterFirstRep()
- Returns:
- The first repetition of repeating field
filter, creating it if it does not already exist
-
getValueSet
public List<CanonicalType> getValueSet()
- Returns:
valueSet(Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url. If multiple value sets are specified this includes the union of the contents of all of the referenced value sets.)
-
setValueSet
public ValueSet.ConceptSetComponent setValueSet(List<CanonicalType> theValueSet)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasValueSet
public boolean hasValueSet()
-
addValueSetElement
public CanonicalType addValueSetElement()
- Returns:
valueSet(Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url. If multiple value sets are specified this includes the union of the contents of all of the referenced value sets.)
-
addValueSet
public ValueSet.ConceptSetComponent addValueSet(String value)
- Parameters:
value-valueSet(Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url. If multiple value sets are specified this includes the union of the contents of all of the referenced value sets.)
-
hasValueSet
public boolean hasValueSet(String value)
- Parameters:
value-valueSet(Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url. If multiple value sets are specified this includes the union of the contents of all of the referenced value sets.)
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public ValueSet.ConceptSetComponent copy()
- Specified by:
copyin classBackboneElement
-
copyValues
public void copyValues(ValueSet.ConceptSetComponent dst)
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
-