Package org.hl7.fhir.dstu2016may.model
Class Contract.TermComponent
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.model.Base
-
- org.hl7.fhir.dstu2016may.model.Element
-
- org.hl7.fhir.dstu2016may.model.BackboneElement
-
- org.hl7.fhir.dstu2016may.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 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.dstu2016may.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description TermComponent()Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtension
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Element
addExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElement
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Base
castToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, 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.
-
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.)
-
hasTopic
public boolean hasTopic()
-
addTopic
public Reference addTopic()
- Returns:
topic(The matter of concern in the context of this provision of the agrement.)
-
addTopic
public Contract.TermComponent addTopic(Reference t)
-
getTopicTarget
public List<Resource> getTopicTarget()
- Returns:
topic(The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. The matter of concern in the context of this provision of the agrement.)
-
getAction
public List<CodeableConcept> getAction()
- Returns:
action(Action stipulated by this Contract Provision.)
-
hasAction
public boolean hasAction()
-
addAction
public CodeableConcept addAction()
- Returns:
action(Action stipulated by this Contract Provision.)
-
addAction
public Contract.TermComponent addAction(CodeableConcept t)
-
getActionReason
public List<CodeableConcept> getActionReason()
- Returns:
actionReason(Reason or purpose for the action stipulated by this Contract Provision.)
-
hasActionReason
public boolean hasActionReason()
-
addActionReason
public CodeableConcept addActionReason()
- Returns:
actionReason(Reason or purpose for the action stipulated by this Contract Provision.)
-
addActionReason
public Contract.TermComponent addActionReason(CodeableConcept t)
-
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.)
-
hasAgent
public boolean hasAgent()
-
addAgent
public Contract.TermAgentComponent addAgent()
- 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.)
-
addAgent
public Contract.TermComponent addAgent(Contract.TermAgentComponent t)
-
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.)
-
hasValuedItem
public boolean hasValuedItem()
-
addValuedItem
public Contract.TermValuedItemComponent addValuedItem()
- Returns:
valuedItem(Contract Provision Valued Item List.)
-
addValuedItem
public Contract.TermComponent addValuedItem(Contract.TermValuedItemComponent t)
-
getGroup
public List<Contract.TermComponent> getGroup()
- Returns:
group(Nested group of Contract Provisions.)
-
hasGroup
public boolean hasGroup()
-
addGroup
public Contract.TermComponent addGroup()
- Returns:
group(Nested group of Contract Provisions.)
-
addGroup
public Contract.TermComponent addGroup(Contract.TermComponent t)
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classBackboneElement
-
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 void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void 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
Description copied from class:Basemake an instance of a property. If the property is a repeating property, make a new instance. if the property is not repeating, return the property- Overrides:
makePropertyin classBackboneElement- Returns:
- 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
-
-