Package org.hl7.fhir.dstu3.model
Class ValueSet.ConceptSetComponent
- java.lang.Object
-
- org.hl7.fhir.dstu3.model.Base
-
- org.hl7.fhir.dstu3.model.Element
-
- org.hl7.fhir.dstu3.model.BackboneElement
-
- org.hl7.fhir.dstu3.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 criteria based on the properties (including relationships) defined by the system.protected UriTypesystemAn absolute URI which is the code system from which the selected codes come from.protected List<UriType>valueSetSelects concepts found in this value set.protected StringTypeversionThe version of the code system that the codes are selected from.-
Fields inherited from class org.hl7.fhir.dstu3.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description ConceptSetComponent()Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu3.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtension
-
Methods inherited from class org.hl7.fhir.dstu3.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setExtension, setId, setIdBase, setIdElement
-
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, 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.
-
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 criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
-
-
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.). 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.). 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.
-
setVersion
public ValueSet.ConceptSetComponent setVersion(String value)
- Parameters:
value- The version of the code system that the codes are selected from.
-
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 criteria based on the properties (including relationships) 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<UriType> getValueSet()
- Returns:
valueSet(Selects concepts found in this value set. This is an absolute URI that is a reference to ValueSet.url.)
-
setValueSet
public ValueSet.ConceptSetComponent setValueSet(List<UriType> theValueSet)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasValueSet
public boolean hasValueSet()
-
addValueSetElement
public UriType addValueSetElement()
- Returns:
valueSet(Selects concepts found in this value set. This is an absolute URI that is a reference to ValueSet.url.)
-
addValueSet
public ValueSet.ConceptSetComponent addValueSet(String value)
- Parameters:
value-valueSet(Selects concepts found in this value set. This is an absolute URI that is a reference to ValueSet.url.)
-
hasValueSet
public boolean hasValueSet(String value)
- Parameters:
value-valueSet(Selects concepts found in this value set. This is an absolute URI that is a reference to ValueSet.url.)
-
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
-
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
-
-