Package org.hl7.fhir.dstu3.model
Class Contract.TermComponent
- 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.Contract.TermComponent
-
- 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:
- Contract
public static class Contract.TermComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CodeableConcept>actionAction stipulated by this Contract Provision.protected List<CodeableConcept>actionReasonReason or purpose for the action stipulated by this Contract Provision.protected List<Contract.TermAgentComponent>agentAn actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.protected PeriodappliesRelevant time or time-period when this Contract Provision is applicable.protected List<Contract.TermComponent>groupNested group of Contract Provisions.protected IdentifieridentifierUnique identifier for this particular Contract Provision.protected DateTimeTypeissuedWhen this Contract Provision was issued.protected List<Coding>securityLabelA set of security labels that define which terms are controlled by this condition.protected CodeableConceptsubTypeSubtype of this Contract Provision, e.g.protected StringTypetextHuman readable form of this Contract Provision.protected List<Reference>topicThe matter of concern in the context of this provision of the agrement.protected List<Resource>topicTargetThe actual objects that are the target of the reference (The matter of concern in the context of this provision of the agrement.)protected CodeableConcepttypeType of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g.protected List<Contract.TermValuedItemComponent>valuedItemContract Provision Valued Item List.-
Fields inherited from class org.hl7.fhir.dstu3.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description TermComponent()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
-
identifier
protected Identifier identifier
Unique identifier for this particular Contract Provision.
-
issued
protected DateTimeType issued
When this Contract Provision was issued.
-
applies
protected Period applies
Relevant time or time-period when this Contract Provision is applicable.
-
type
protected CodeableConcept type
Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.
-
subType
protected CodeableConcept subType
Subtype of this Contract Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment.
-
topic
protected List<Reference> topic
The matter of concern in the context of this provision of the agrement.
-
topicTarget
protected List<Resource> topicTarget
The actual objects that are the target of the reference (The matter of concern in the context of this provision of the agrement.)
-
action
protected List<CodeableConcept> action
Action stipulated by this Contract Provision.
-
actionReason
protected List<CodeableConcept> actionReason
Reason or purpose for the action stipulated by this Contract Provision.
-
securityLabel
protected List<Coding> securityLabel
A set of security labels that define which terms are controlled by this condition.
-
agent
protected List<Contract.TermAgentComponent> agent
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
-
text
protected StringType text
Human readable form of this Contract Provision.
-
valuedItem
protected List<Contract.TermValuedItemComponent> valuedItem
Contract Provision Valued Item List.
-
group
protected List<Contract.TermComponent> group
Nested group of Contract Provisions.
-
-
Constructor Detail
-
TermComponent
public TermComponent()
Constructor
-
-
Method Detail
-
getIdentifier
public Identifier getIdentifier()
- Returns:
identifier(Unique identifier for this particular Contract Provision.)
-
hasIdentifier
public boolean hasIdentifier()
-
setIdentifier
public Contract.TermComponent setIdentifier(Identifier value)
- Parameters:
value-identifier(Unique identifier for this particular Contract Provision.)
-
getIssuedElement
public DateTimeType getIssuedElement()
- Returns:
issued(When this Contract Provision was issued.). This is the underlying object with id, value and extensions. The accessor "getIssued" gives direct access to the value
-
hasIssuedElement
public boolean hasIssuedElement()
-
hasIssued
public boolean hasIssued()
-
setIssuedElement
public Contract.TermComponent setIssuedElement(DateTimeType value)
- Parameters:
value-issued(When this Contract Provision was issued.). This is the underlying object with id, value and extensions. The accessor "getIssued" gives direct access to the value
-
setIssued
public Contract.TermComponent setIssued(Date value)
- Parameters:
value- When this Contract Provision was issued.
-
getApplies
public Period getApplies()
- Returns:
applies(Relevant time or time-period when this Contract Provision is applicable.)
-
hasApplies
public boolean hasApplies()
-
setApplies
public Contract.TermComponent setApplies(Period value)
- Parameters:
value-applies(Relevant time or time-period when this Contract Provision is applicable.)
-
getType
public CodeableConcept getType()
- Returns:
type(Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.)
-
hasType
public boolean hasType()
-
setType
public Contract.TermComponent setType(CodeableConcept value)
- Parameters:
value-type(Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.)
-
getSubType
public CodeableConcept getSubType()
- Returns:
subType(Subtype of this Contract Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment.)
-
hasSubType
public boolean hasSubType()
-
setSubType
public Contract.TermComponent setSubType(CodeableConcept value)
- Parameters:
value-subType(Subtype of this Contract Provision, e.g. life time maximum payment for a contract term for specific valued item, e.g. disability payment.)
-
getTopic
public List<Reference> getTopic()
- Returns:
topic(The matter of concern in the context of this provision of the agrement.)
-
setTopic
public Contract.TermComponent setTopic(List<Reference> theTopic)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasTopic
public boolean hasTopic()
-
addTopic
public Contract.TermComponent addTopic(Reference t)
-
getTopicFirstRep
public Reference getTopicFirstRep()
- Returns:
- The first repetition of repeating field
topic, creating it if it does not already exist
-
getTopicTarget
@Deprecated public List<Resource> getTopicTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getAction
public List<CodeableConcept> getAction()
- Returns:
action(Action stipulated by this Contract Provision.)
-
setAction
public Contract.TermComponent setAction(List<CodeableConcept> theAction)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasAction
public boolean hasAction()
-
addAction
public CodeableConcept addAction()
-
addAction
public Contract.TermComponent addAction(CodeableConcept t)
-
getActionFirstRep
public CodeableConcept getActionFirstRep()
- Returns:
- The first repetition of repeating field
action, creating it if it does not already exist
-
getActionReason
public List<CodeableConcept> getActionReason()
- Returns:
actionReason(Reason or purpose for the action stipulated by this Contract Provision.)
-
setActionReason
public Contract.TermComponent setActionReason(List<CodeableConcept> theActionReason)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasActionReason
public boolean hasActionReason()
-
addActionReason
public CodeableConcept addActionReason()
-
addActionReason
public Contract.TermComponent addActionReason(CodeableConcept t)
-
getActionReasonFirstRep
public CodeableConcept getActionReasonFirstRep()
- Returns:
- The first repetition of repeating field
actionReason, creating it if it does not already exist
-
getSecurityLabel
public List<Coding> getSecurityLabel()
- Returns:
securityLabel(A set of security labels that define which terms are controlled by this condition.)
-
setSecurityLabel
public Contract.TermComponent setSecurityLabel(List<Coding> theSecurityLabel)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasSecurityLabel
public boolean hasSecurityLabel()
-
addSecurityLabel
public Coding addSecurityLabel()
-
addSecurityLabel
public Contract.TermComponent addSecurityLabel(Coding t)
-
getSecurityLabelFirstRep
public Coding getSecurityLabelFirstRep()
- Returns:
- The first repetition of repeating field
securityLabel, creating it if it does not already exist
-
getAgent
public List<Contract.TermAgentComponent> getAgent()
- Returns:
agent(An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.)
-
setAgent
public Contract.TermComponent setAgent(List<Contract.TermAgentComponent> theAgent)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasAgent
public boolean hasAgent()
-
addAgent
public Contract.TermAgentComponent addAgent()
-
addAgent
public Contract.TermComponent addAgent(Contract.TermAgentComponent t)
-
getAgentFirstRep
public Contract.TermAgentComponent getAgentFirstRep()
- Returns:
- The first repetition of repeating field
agent, creating it if it does not already exist
-
getTextElement
public StringType getTextElement()
- Returns:
text(Human readable form of this Contract Provision.). This is the underlying object with id, value and extensions. The accessor "getText" gives direct access to the value
-
hasTextElement
public boolean hasTextElement()
-
hasText
public boolean hasText()
-
setTextElement
public Contract.TermComponent setTextElement(StringType value)
- Parameters:
value-text(Human readable form of this Contract Provision.). This is the underlying object with id, value and extensions. The accessor "getText" gives direct access to the value
-
setText
public Contract.TermComponent setText(String value)
- Parameters:
value- Human readable form of this Contract Provision.
-
getValuedItem
public List<Contract.TermValuedItemComponent> getValuedItem()
- Returns:
valuedItem(Contract Provision Valued Item List.)
-
setValuedItem
public Contract.TermComponent setValuedItem(List<Contract.TermValuedItemComponent> theValuedItem)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasValuedItem
public boolean hasValuedItem()
-
addValuedItem
public Contract.TermValuedItemComponent addValuedItem()
-
addValuedItem
public Contract.TermComponent addValuedItem(Contract.TermValuedItemComponent t)
-
getValuedItemFirstRep
public Contract.TermValuedItemComponent getValuedItemFirstRep()
- Returns:
- The first repetition of repeating field
valuedItem, creating it if it does not already exist
-
getGroup
public List<Contract.TermComponent> getGroup()
- Returns:
group(Nested group of Contract Provisions.)
-
setGroup
public Contract.TermComponent setGroup(List<Contract.TermComponent> theGroup)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasGroup
public boolean hasGroup()
-
addGroup
public Contract.TermComponent addGroup()
-
addGroup
public Contract.TermComponent addGroup(Contract.TermComponent t)
-
getGroupFirstRep
public Contract.TermComponent getGroupFirstRep()
- Returns:
- The first repetition of repeating field
group, creating it if it does not already exist
-
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 Contract.TermComponent 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
-
-