Package org.hl7.fhir.r4.model
Class PaymentReconciliation.DetailsComponent
- 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.PaymentReconciliation.DetailsComponent
-
- 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:
- PaymentReconciliation
public static class PaymentReconciliation.DetailsComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MoneyamountThe monetary amount allocated from the total payment to the payable.protected DateTypedateThe date from the response resource containing a commitment to pay.protected IdentifieridentifierUnique identifier for the current payment item for the referenced payable.protected ReferencepayeeThe party which is receiving the payment.protected ResourcepayeeTargetThe actual object that is the target of the reference (The party which is receiving the payment.)protected IdentifierpredecessorUnique identifier for the prior payment item for the referenced payable.protected ReferencerequestA resource, such as a Claim, the evaluation of which could lead to payment.protected ResourcerequestTargetThe actual object that is the target of the reference (A resource, such as a Claim, the evaluation of which could lead to payment.)protected ReferenceresponseA resource, such as a ClaimResponse, which contains a commitment to payment.protected ResourceresponseTargetThe actual object that is the target of the reference (A resource, such as a ClaimResponse, which contains a commitment to payment.)protected ReferenceresponsibleA reference to the individual who is responsible for inquiries regarding the response and its payment.protected PractitionerRoleresponsibleTargetThe actual object that is the target of the reference (A reference to the individual who is responsible for inquiries regarding the response and its payment.)protected ReferencesubmitterThe party which submitted the claim or financial transaction.protected ResourcesubmitterTargetThe actual object that is the target of the reference (The party which submitted the claim or financial transaction.)protected CodeableConcepttypeCode to indicate the nature of the payment.-
Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description DetailsComponent()ConstructorDetailsComponent(CodeableConcept type)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
-
identifier
protected Identifier identifier
Unique identifier for the current payment item for the referenced payable.
-
predecessor
protected Identifier predecessor
Unique identifier for the prior payment item for the referenced payable.
-
type
protected CodeableConcept type
Code to indicate the nature of the payment.
-
request
protected Reference request
A resource, such as a Claim, the evaluation of which could lead to payment.
-
requestTarget
protected Resource requestTarget
The actual object that is the target of the reference (A resource, such as a Claim, the evaluation of which could lead to payment.)
-
submitter
protected Reference submitter
The party which submitted the claim or financial transaction.
-
submitterTarget
protected Resource submitterTarget
The actual object that is the target of the reference (The party which submitted the claim or financial transaction.)
-
response
protected Reference response
A resource, such as a ClaimResponse, which contains a commitment to payment.
-
responseTarget
protected Resource responseTarget
The actual object that is the target of the reference (A resource, such as a ClaimResponse, which contains a commitment to payment.)
-
responsible
protected Reference responsible
A reference to the individual who is responsible for inquiries regarding the response and its payment.
-
responsibleTarget
protected PractitionerRole responsibleTarget
The actual object that is the target of the reference (A reference to the individual who is responsible for inquiries regarding the response and its payment.)
-
payeeTarget
protected Resource payeeTarget
The actual object that is the target of the reference (The party which is receiving the payment.)
-
-
Constructor Detail
-
DetailsComponent
public DetailsComponent()
Constructor
-
DetailsComponent
public DetailsComponent(CodeableConcept type)
Constructor
-
-
Method Detail
-
getIdentifier
public Identifier getIdentifier()
- Returns:
identifier(Unique identifier for the current payment item for the referenced payable.)
-
hasIdentifier
public boolean hasIdentifier()
-
setIdentifier
public PaymentReconciliation.DetailsComponent setIdentifier(Identifier value)
- Parameters:
value-identifier(Unique identifier for the current payment item for the referenced payable.)
-
getPredecessor
public Identifier getPredecessor()
- Returns:
predecessor(Unique identifier for the prior payment item for the referenced payable.)
-
hasPredecessor
public boolean hasPredecessor()
-
setPredecessor
public PaymentReconciliation.DetailsComponent setPredecessor(Identifier value)
- Parameters:
value-predecessor(Unique identifier for the prior payment item for the referenced payable.)
-
getType
public CodeableConcept getType()
- Returns:
type(Code to indicate the nature of the payment.)
-
hasType
public boolean hasType()
-
setType
public PaymentReconciliation.DetailsComponent setType(CodeableConcept value)
- Parameters:
value-type(Code to indicate the nature of the payment.)
-
getRequest
public Reference getRequest()
- Returns:
request(A resource, such as a Claim, the evaluation of which could lead to payment.)
-
hasRequest
public boolean hasRequest()
-
setRequest
public PaymentReconciliation.DetailsComponent setRequest(Reference value)
- Parameters:
value-request(A resource, such as a Claim, the evaluation of which could lead to payment.)
-
getRequestTarget
public Resource getRequestTarget()
- Returns:
requestThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (A resource, such as a Claim, the evaluation of which could lead to payment.)
-
setRequestTarget
public PaymentReconciliation.DetailsComponent setRequestTarget(Resource value)
- Parameters:
value-requestThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (A resource, such as a Claim, the evaluation of which could lead to payment.)
-
getSubmitter
public Reference getSubmitter()
- Returns:
submitter(The party which submitted the claim or financial transaction.)
-
hasSubmitter
public boolean hasSubmitter()
-
setSubmitter
public PaymentReconciliation.DetailsComponent setSubmitter(Reference value)
- Parameters:
value-submitter(The party which submitted the claim or financial transaction.)
-
getSubmitterTarget
public Resource getSubmitterTarget()
- Returns:
submitterThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The party which submitted the claim or financial transaction.)
-
setSubmitterTarget
public PaymentReconciliation.DetailsComponent setSubmitterTarget(Resource value)
- Parameters:
value-submitterThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The party which submitted the claim or financial transaction.)
-
getResponse
public Reference getResponse()
- Returns:
response(A resource, such as a ClaimResponse, which contains a commitment to payment.)
-
hasResponse
public boolean hasResponse()
-
setResponse
public PaymentReconciliation.DetailsComponent setResponse(Reference value)
- Parameters:
value-response(A resource, such as a ClaimResponse, which contains a commitment to payment.)
-
getResponseTarget
public Resource getResponseTarget()
- Returns:
responseThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (A resource, such as a ClaimResponse, which contains a commitment to payment.)
-
setResponseTarget
public PaymentReconciliation.DetailsComponent setResponseTarget(Resource value)
- Parameters:
value-responseThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (A resource, such as a ClaimResponse, which contains a commitment to payment.)
-
getDateElement
public DateType getDateElement()
- Returns:
date(The date from the response resource containing a commitment to pay.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
public boolean hasDateElement()
-
hasDate
public boolean hasDate()
-
setDateElement
public PaymentReconciliation.DetailsComponent setDateElement(DateType value)
- Parameters:
value-date(The date from the response resource containing a commitment to pay.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
public Date getDate()
- Returns:
- The date from the response resource containing a commitment to pay.
-
setDate
public PaymentReconciliation.DetailsComponent setDate(Date value)
- Parameters:
value- The date from the response resource containing a commitment to pay.
-
getResponsible
public Reference getResponsible()
- Returns:
responsible(A reference to the individual who is responsible for inquiries regarding the response and its payment.)
-
hasResponsible
public boolean hasResponsible()
-
setResponsible
public PaymentReconciliation.DetailsComponent setResponsible(Reference value)
- Parameters:
value-responsible(A reference to the individual who is responsible for inquiries regarding the response and its payment.)
-
getResponsibleTarget
public PractitionerRole getResponsibleTarget()
- Returns:
responsibleThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (A reference to the individual who is responsible for inquiries regarding the response and its payment.)
-
setResponsibleTarget
public PaymentReconciliation.DetailsComponent setResponsibleTarget(PractitionerRole value)
- Parameters:
value-responsibleThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (A reference to the individual who is responsible for inquiries regarding the response and its payment.)
-
hasPayee
public boolean hasPayee()
-
setPayee
public PaymentReconciliation.DetailsComponent setPayee(Reference value)
- Parameters:
value-payee(The party which is receiving the payment.)
-
getPayeeTarget
public Resource getPayeeTarget()
- Returns:
payeeThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The party which is receiving the payment.)
-
setPayeeTarget
public PaymentReconciliation.DetailsComponent setPayeeTarget(Resource value)
- Parameters:
value-payeeThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The party which is receiving the payment.)
-
getAmount
public Money getAmount()
- Returns:
amount(The monetary amount allocated from the total payment to the payable.)
-
hasAmount
public boolean hasAmount()
-
setAmount
public PaymentReconciliation.DetailsComponent setAmount(Money value)
- Parameters:
value-amount(The monetary amount allocated from the total payment to the payable.)
-
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 PaymentReconciliation.DetailsComponent copy()
- Specified by:
copyin classBackboneElement
-
copyValues
public void copyValues(PaymentReconciliation.DetailsComponent 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
-
-