Package org.hl7.fhir.dstu2.model
Class PaymentReconciliation
- java.lang.Object
-
- org.hl7.fhir.dstu2.model.Base
-
- org.hl7.fhir.dstu2.model.BaseResource
-
- org.hl7.fhir.dstu2.model.Resource
-
- org.hl7.fhir.dstu2.model.DomainResource
-
- org.hl7.fhir.dstu2.model.PaymentReconciliation
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
public class PaymentReconciliation extends DomainResource
This resource provides payment details and claim references supporting a bulk payment.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentReconciliation.DetailsComponentstatic classPaymentReconciliation.NotesComponent
-
Field Summary
Fields Modifier and Type Field Description protected DateTimeTypecreatedThe date when the enclosed suite of services were performed or completed.protected List<PaymentReconciliation.DetailsComponent>detailList of individual settlement amounts and the corresponding transaction.protected StringTypedispositionA description of the status of the adjudication.protected CodingformThe form to be used for printing the content.protected List<Identifier>identifierThe Response business identifier.protected List<PaymentReconciliation.NotesComponent>noteSuite of notes.protected ReferenceorganizationThe Insurer who produced this adjudicated response.protected OrganizationorganizationTargetThe actual object that is the target of the reference (The Insurer who produced this adjudicated response.)protected CodingoriginalRulesetThe style (standard) and version of the original material which was converted into this resource.protected Enumeration<Enumerations.RemittanceOutcome>outcomeTransaction status: error, complete.protected PeriodperiodThe period of time for which payments have been gathered into this bulk payment for settlement.protected ReferencerequestOriginal request resource reference.protected ReferencerequestOrganizationThe organization which is responsible for the services rendered to the patient.protected OrganizationrequestOrganizationTargetThe actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)protected ReferencerequestProviderThe practitioner who is responsible for the services rendered to the patient.protected PractitionerrequestProviderTargetThe actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected ProcessRequestrequestTargetThe actual object that is the target of the reference (Original request resource reference.)protected CodingrulesetThe version of the style of resource contents.static StringSP_IDENTIFIERprotected MoneytotalTotal payment amount.-
Fields inherited from class org.hl7.fhir.dstu2.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu2.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description PaymentReconciliation()PaymentReconciliation(Money total)
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getModifierExtension, getText, hasContained, hasExtension, hasModifierExtension, hasText, setText
-
Methods inherited from class org.hl7.fhir.dstu2.model.Resource
copyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu2.model.BaseResource
getStructureFhirVersionEnum, setId
-
Methods inherited from class org.hl7.fhir.dstu2.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, 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.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
identifier
protected List<Identifier> identifier
The Response business identifier.
-
requestTarget
protected ProcessRequest requestTarget
The actual object that is the target of the reference (Original request resource reference.)
-
outcome
protected Enumeration<Enumerations.RemittanceOutcome> outcome
Transaction status: error, complete.
-
disposition
protected StringType disposition
A description of the status of the adjudication.
-
ruleset
protected Coding ruleset
The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.
-
originalRuleset
protected Coding originalRuleset
The style (standard) and version of the original material which was converted into this resource.
-
created
protected DateTimeType created
The date when the enclosed suite of services were performed or completed.
-
period
protected Period period
The period of time for which payments have been gathered into this bulk payment for settlement.
-
organization
protected Reference organization
The Insurer who produced this adjudicated response.
-
organizationTarget
protected Organization organizationTarget
The actual object that is the target of the reference (The Insurer who produced this adjudicated response.)
-
requestProvider
protected Reference requestProvider
The practitioner who is responsible for the services rendered to the patient.
-
requestProviderTarget
protected Practitioner requestProviderTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)
-
requestOrganization
protected Reference requestOrganization
The organization which is responsible for the services rendered to the patient.
-
requestOrganizationTarget
protected Organization requestOrganizationTarget
The actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)
-
detail
protected List<PaymentReconciliation.DetailsComponent> detail
List of individual settlement amounts and the corresponding transaction.
-
note
protected List<PaymentReconciliation.NotesComponent> note
Suite of notes.
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PaymentReconciliation
public PaymentReconciliation()
-
PaymentReconciliation
public PaymentReconciliation(Money total)
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(The Response business identifier.)
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
- Returns:
identifier(The Response business identifier.)
-
addIdentifier
public PaymentReconciliation addIdentifier(Identifier t)
-
getRequest
public Reference getRequest()
- Returns:
request(Original request resource reference.)
-
hasRequest
public boolean hasRequest()
-
setRequest
public PaymentReconciliation setRequest(Reference value)
- Parameters:
value-request(Original request resource reference.)
-
getRequestTarget
public ProcessRequest 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. (Original request resource reference.)
-
setRequestTarget
public PaymentReconciliation setRequestTarget(ProcessRequest 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. (Original request resource reference.)
-
getOutcomeElement
public Enumeration<Enumerations.RemittanceOutcome> getOutcomeElement()
- Returns:
outcome(Transaction status: error, complete.). This is the underlying object with id, value and extensions. The accessor "getOutcome" gives direct access to the value
-
hasOutcomeElement
public boolean hasOutcomeElement()
-
hasOutcome
public boolean hasOutcome()
-
setOutcomeElement
public PaymentReconciliation setOutcomeElement(Enumeration<Enumerations.RemittanceOutcome> value)
- Parameters:
value-outcome(Transaction status: error, complete.). This is the underlying object with id, value and extensions. The accessor "getOutcome" gives direct access to the value
-
getOutcome
public Enumerations.RemittanceOutcome getOutcome()
- Returns:
- Transaction status: error, complete.
-
setOutcome
public PaymentReconciliation setOutcome(Enumerations.RemittanceOutcome value)
- Parameters:
value- Transaction status: error, complete.
-
getDispositionElement
public StringType getDispositionElement()
- Returns:
disposition(A description of the status of the adjudication.). This is the underlying object with id, value and extensions. The accessor "getDisposition" gives direct access to the value
-
hasDispositionElement
public boolean hasDispositionElement()
-
hasDisposition
public boolean hasDisposition()
-
setDispositionElement
public PaymentReconciliation setDispositionElement(StringType value)
- Parameters:
value-disposition(A description of the status of the adjudication.). This is the underlying object with id, value and extensions. The accessor "getDisposition" gives direct access to the value
-
getDisposition
public String getDisposition()
- Returns:
- A description of the status of the adjudication.
-
setDisposition
public PaymentReconciliation setDisposition(String value)
- Parameters:
value- A description of the status of the adjudication.
-
getRuleset
public Coding getRuleset()
- Returns:
ruleset(The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.)
-
hasRuleset
public boolean hasRuleset()
-
setRuleset
public PaymentReconciliation setRuleset(Coding value)
- Parameters:
value-ruleset(The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.)
-
getOriginalRuleset
public Coding getOriginalRuleset()
- Returns:
originalRuleset(The style (standard) and version of the original material which was converted into this resource.)
-
hasOriginalRuleset
public boolean hasOriginalRuleset()
-
setOriginalRuleset
public PaymentReconciliation setOriginalRuleset(Coding value)
- Parameters:
value-originalRuleset(The style (standard) and version of the original material which was converted into this resource.)
-
getCreatedElement
public DateTimeType getCreatedElement()
- Returns:
created(The date when the enclosed suite of services were performed or completed.). This is the underlying object with id, value and extensions. The accessor "getCreated" gives direct access to the value
-
hasCreatedElement
public boolean hasCreatedElement()
-
hasCreated
public boolean hasCreated()
-
setCreatedElement
public PaymentReconciliation setCreatedElement(DateTimeType value)
- Parameters:
value-created(The date when the enclosed suite of services were performed or completed.). This is the underlying object with id, value and extensions. The accessor "getCreated" gives direct access to the value
-
getCreated
public Date getCreated()
- Returns:
- The date when the enclosed suite of services were performed or completed.
-
setCreated
public PaymentReconciliation setCreated(Date value)
- Parameters:
value- The date when the enclosed suite of services were performed or completed.
-
getPeriod
public Period getPeriod()
- Returns:
period(The period of time for which payments have been gathered into this bulk payment for settlement.)
-
hasPeriod
public boolean hasPeriod()
-
setPeriod
public PaymentReconciliation setPeriod(Period value)
- Parameters:
value-period(The period of time for which payments have been gathered into this bulk payment for settlement.)
-
getOrganization
public Reference getOrganization()
- Returns:
organization(The Insurer who produced this adjudicated response.)
-
hasOrganization
public boolean hasOrganization()
-
setOrganization
public PaymentReconciliation setOrganization(Reference value)
- Parameters:
value-organization(The Insurer who produced this adjudicated response.)
-
getOrganizationTarget
public Organization getOrganizationTarget()
- Returns:
organizationThe 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 Insurer who produced this adjudicated response.)
-
setOrganizationTarget
public PaymentReconciliation setOrganizationTarget(Organization value)
- Parameters:
value-organizationThe 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 Insurer who produced this adjudicated response.)
-
getRequestProvider
public Reference getRequestProvider()
- Returns:
requestProvider(The practitioner who is responsible for the services rendered to the patient.)
-
hasRequestProvider
public boolean hasRequestProvider()
-
setRequestProvider
public PaymentReconciliation setRequestProvider(Reference value)
- Parameters:
value-requestProvider(The practitioner who is responsible for the services rendered to the patient.)
-
getRequestProviderTarget
public Practitioner getRequestProviderTarget()
- Returns:
requestProviderThe 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 practitioner who is responsible for the services rendered to the patient.)
-
setRequestProviderTarget
public PaymentReconciliation setRequestProviderTarget(Practitioner value)
- Parameters:
value-requestProviderThe 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 practitioner who is responsible for the services rendered to the patient.)
-
getRequestOrganization
public Reference getRequestOrganization()
- Returns:
requestOrganization(The organization which is responsible for the services rendered to the patient.)
-
hasRequestOrganization
public boolean hasRequestOrganization()
-
setRequestOrganization
public PaymentReconciliation setRequestOrganization(Reference value)
- Parameters:
value-requestOrganization(The organization which is responsible for the services rendered to the patient.)
-
getRequestOrganizationTarget
public Organization getRequestOrganizationTarget()
- Returns:
requestOrganizationThe 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 organization which is responsible for the services rendered to the patient.)
-
setRequestOrganizationTarget
public PaymentReconciliation setRequestOrganizationTarget(Organization value)
- Parameters:
value-requestOrganizationThe 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 organization which is responsible for the services rendered to the patient.)
-
getDetail
public List<PaymentReconciliation.DetailsComponent> getDetail()
- Returns:
detail(List of individual settlement amounts and the corresponding transaction.)
-
hasDetail
public boolean hasDetail()
-
addDetail
public PaymentReconciliation.DetailsComponent addDetail()
- Returns:
detail(List of individual settlement amounts and the corresponding transaction.)
-
addDetail
public PaymentReconciliation addDetail(PaymentReconciliation.DetailsComponent t)
-
hasForm
public boolean hasForm()
-
setForm
public PaymentReconciliation setForm(Coding value)
- Parameters:
value-form(The form to be used for printing the content.)
-
hasTotal
public boolean hasTotal()
-
setTotal
public PaymentReconciliation setTotal(Money value)
- Parameters:
value-total(Total payment amount.)
-
getNote
public List<PaymentReconciliation.NotesComponent> getNote()
- Returns:
note(Suite of notes.)
-
hasNote
public boolean hasNote()
-
addNote
public PaymentReconciliation.NotesComponent addNote()
- Returns:
note(Suite of notes.)
-
addNote
public PaymentReconciliation addNote(PaymentReconciliation.NotesComponent t)
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classDomainResource
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public PaymentReconciliation copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected PaymentReconciliation typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-