Class ClaimResponse
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ClaimResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClaimResponse">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element name="requestIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="requestReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="ruleset" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="originalRuleset" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="created" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<choice minOccurs="0">
<element name="organizationIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="organizationReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<choice minOccurs="0">
<element name="requestProviderIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="requestProviderReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<choice minOccurs="0">
<element name="requestOrganizationIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="requestOrganizationReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="outcome" type="{http://hl7.org/fhir}RemittanceOutcome" minOccurs="0"/>
<element name="disposition" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="payeeType" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="item" type="{http://hl7.org/fhir}ClaimResponse.Item" maxOccurs="unbounded" minOccurs="0"/>
<element name="addItem" type="{http://hl7.org/fhir}ClaimResponse.AddItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="error" type="{http://hl7.org/fhir}ClaimResponse.Error" maxOccurs="unbounded" minOccurs="0"/>
<element name="totalCost" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
<element name="unallocDeductable" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
<element name="totalBenefit" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
<element name="paymentAdjustment" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
<element name="paymentAdjustmentReason" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="paymentDate" type="{http://hl7.org/fhir}date" minOccurs="0"/>
<element name="paymentAmount" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
<element name="paymentRef" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="reserved" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="form" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="note" type="{http://hl7.org/fhir}ClaimResponse.Note" maxOccurs="unbounded" minOccurs="0"/>
<element name="coverage" type="{http://hl7.org/fhir}ClaimResponse.Coverage" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ClaimResponseAddItem> protected List<ClaimResponseCoverage> protected DateTimeprotected Stringprotected List<ClaimResponseError> protected Codingprotected List<Identifier> protected List<ClaimResponseItem> protected List<ClaimResponseNote> protected Identifierprotected Referenceprotected Codingprotected RemittanceOutcomeprotected Codingprotected Moneyprotected Codingprotected Moneyprotected Dateprotected Identifierprotected Identifierprotected Identifierprotected Referenceprotected Identifierprotected Referenceprotected Referenceprotected Codingprotected Codingprotected Moneyprotected Moneyprotected MoneyFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the addItem property.Gets the value of the coverage property.Gets the value of the created property.Gets the value of the disposition property.getError()Gets the value of the error property.getForm()Gets the value of the form property.Gets the value of the identifier property.getItem()Gets the value of the item property.getNote()Gets the value of the note property.Gets the value of the organizationIdentifier property.Gets the value of the organizationReference property.Gets the value of the originalRuleset property.Gets the value of the outcome property.Gets the value of the payeeType property.Gets the value of the paymentAdjustment property.Gets the value of the paymentAdjustmentReason property.Gets the value of the paymentAmount property.Gets the value of the paymentDate property.Gets the value of the paymentRef property.Gets the value of the requestIdentifier property.Gets the value of the requestOrganizationIdentifier property.Gets the value of the requestOrganizationReference property.Gets the value of the requestProviderIdentifier property.Gets the value of the requestProviderReference property.Gets the value of the requestReference property.Gets the value of the reserved property.Gets the value of the ruleset property.Gets the value of the totalBenefit property.Gets the value of the totalCost property.Gets the value of the unallocDeductable property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAddItem(List<ClaimResponseAddItem> value) voidsetCoverage(List<ClaimResponseCoverage> value) voidsetCreated(DateTime value) Sets the value of the created property.voidsetDisposition(String value) Sets the value of the disposition property.voidsetError(List<ClaimResponseError> value) voidSets the value of the form property.voidsetIdentifier(List<Identifier> value) voidsetItem(List<ClaimResponseItem> value) voidsetNote(List<ClaimResponseNote> value) voidSets the value of the organizationIdentifier property.voidSets the value of the organizationReference property.voidsetOriginalRuleset(Coding value) Sets the value of the originalRuleset property.voidsetOutcome(RemittanceOutcome value) Sets the value of the outcome property.voidsetPayeeType(Coding value) Sets the value of the payeeType property.voidsetPaymentAdjustment(Money value) Sets the value of the paymentAdjustment property.voidsetPaymentAdjustmentReason(Coding value) Sets the value of the paymentAdjustmentReason property.voidsetPaymentAmount(Money value) Sets the value of the paymentAmount property.voidsetPaymentDate(Date value) Sets the value of the paymentDate property.voidsetPaymentRef(Identifier value) Sets the value of the paymentRef property.voidsetRequestIdentifier(Identifier value) Sets the value of the requestIdentifier property.voidSets the value of the requestOrganizationIdentifier property.voidSets the value of the requestOrganizationReference property.voidSets the value of the requestProviderIdentifier property.voidSets the value of the requestProviderReference property.voidsetRequestReference(Reference value) Sets the value of the requestReference property.voidsetReserved(Coding value) Sets the value of the reserved property.voidsetRuleset(Coding value) Sets the value of the ruleset property.voidsetTotalBenefit(Money value) Sets the value of the totalBenefit property.voidsetTotalCost(Money value) Sets the value of the totalCost property.voidsetUnallocDeductable(Money value) Sets the value of the unallocDeductable property.toString()withAddItem(Collection<ClaimResponseAddItem> values) withAddItem(ClaimResponseAddItem... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withCoverage(Collection<ClaimResponseCoverage> values) withCoverage(ClaimResponseCoverage... values) withCreated(DateTime value) withDisposition(String value) withError(Collection<ClaimResponseError> values) withError(ClaimResponseError... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withItem(Collection<ClaimResponseItem> values) withItem(ClaimResponseItem... values) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withNote(Collection<ClaimResponseNote> values) withNote(ClaimResponseNote... values) withOriginalRuleset(Coding value) withOutcome(RemittanceOutcome value) withPayeeType(Coding value) withPaymentAdjustment(Money value) withPaymentAmount(Money value) withPaymentDate(Date value) withPaymentRef(Identifier value) withRequestIdentifier(Identifier value) withRequestReference(Reference value) withReserved(Coding value) withRuleset(Coding value) withTotalBenefit(Money value) withTotalCost(Money value) withUnallocDeductable(Money value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
identifier
-
requestIdentifier
-
requestReference
-
ruleset
-
originalRuleset
-
created
-
organizationIdentifier
-
organizationReference
-
requestProviderIdentifier
-
requestProviderReference
-
requestOrganizationIdentifier
-
requestOrganizationReference
-
outcome
-
disposition
-
payeeType
-
item
-
addItem
-
error
-
totalCost
-
unallocDeductable
-
totalBenefit
-
paymentAdjustment
-
paymentAdjustmentReason
-
paymentDate
-
paymentAmount
-
paymentRef
-
reserved
-
form
-
note
-
coverage
-
-
Constructor Details
-
ClaimResponse
public ClaimResponse()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier -
getRequestIdentifier
Gets the value of the requestIdentifier property.- Returns:
- possible object is
Identifier
-
setRequestIdentifier
Sets the value of the requestIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getRequestReference
Gets the value of the requestReference property.- Returns:
- possible object is
Reference
-
setRequestReference
Sets the value of the requestReference property.- Parameters:
value- allowed object isReference
-
getRuleset
Gets the value of the ruleset property.- Returns:
- possible object is
Coding
-
setRuleset
Sets the value of the ruleset property.- Parameters:
value- allowed object isCoding
-
getOriginalRuleset
Gets the value of the originalRuleset property.- Returns:
- possible object is
Coding
-
setOriginalRuleset
Sets the value of the originalRuleset property.- Parameters:
value- allowed object isCoding
-
getCreated
Gets the value of the created property.- Returns:
- possible object is
DateTime
-
setCreated
Sets the value of the created property.- Parameters:
value- allowed object isDateTime
-
getOrganizationIdentifier
Gets the value of the organizationIdentifier property.- Returns:
- possible object is
Identifier
-
setOrganizationIdentifier
Sets the value of the organizationIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getOrganizationReference
Gets the value of the organizationReference property.- Returns:
- possible object is
Reference
-
setOrganizationReference
Sets the value of the organizationReference property.- Parameters:
value- allowed object isReference
-
getRequestProviderIdentifier
Gets the value of the requestProviderIdentifier property.- Returns:
- possible object is
Identifier
-
setRequestProviderIdentifier
Sets the value of the requestProviderIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getRequestProviderReference
Gets the value of the requestProviderReference property.- Returns:
- possible object is
Reference
-
setRequestProviderReference
Sets the value of the requestProviderReference property.- Parameters:
value- allowed object isReference
-
getRequestOrganizationIdentifier
Gets the value of the requestOrganizationIdentifier property.- Returns:
- possible object is
Identifier
-
setRequestOrganizationIdentifier
Sets the value of the requestOrganizationIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getRequestOrganizationReference
Gets the value of the requestOrganizationReference property.- Returns:
- possible object is
Reference
-
setRequestOrganizationReference
Sets the value of the requestOrganizationReference property.- Parameters:
value- allowed object isReference
-
getOutcome
Gets the value of the outcome property.- Returns:
- possible object is
RemittanceOutcome
-
setOutcome
Sets the value of the outcome property.- Parameters:
value- allowed object isRemittanceOutcome
-
getDisposition
Gets the value of the disposition property.- Returns:
- possible object is
String
-
setDisposition
Sets the value of the disposition property.- Parameters:
value- allowed object isString
-
getPayeeType
Gets the value of the payeeType property.- Returns:
- possible object is
Coding
-
setPayeeType
Sets the value of the payeeType property.- Parameters:
value- allowed object isCoding
-
getItem
Gets the value of the item property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the item property.For example, to add a new item, do as follows:
getItem().add(newItem);Objects of the following type(s) are allowed in the list
ClaimResponseItem -
getAddItem
Gets the value of the addItem property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the addItem property.For example, to add a new item, do as follows:
getAddItem().add(newItem);Objects of the following type(s) are allowed in the list
ClaimResponseAddItem -
getError
Gets the value of the error property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the error property.For example, to add a new item, do as follows:
getError().add(newItem);Objects of the following type(s) are allowed in the list
ClaimResponseError -
getTotalCost
Gets the value of the totalCost property.- Returns:
- possible object is
Money
-
setTotalCost
Sets the value of the totalCost property.- Parameters:
value- allowed object isMoney
-
getUnallocDeductable
Gets the value of the unallocDeductable property.- Returns:
- possible object is
Money
-
setUnallocDeductable
Sets the value of the unallocDeductable property.- Parameters:
value- allowed object isMoney
-
getTotalBenefit
Gets the value of the totalBenefit property.- Returns:
- possible object is
Money
-
setTotalBenefit
Sets the value of the totalBenefit property.- Parameters:
value- allowed object isMoney
-
getPaymentAdjustment
Gets the value of the paymentAdjustment property.- Returns:
- possible object is
Money
-
setPaymentAdjustment
Sets the value of the paymentAdjustment property.- Parameters:
value- allowed object isMoney
-
getPaymentAdjustmentReason
Gets the value of the paymentAdjustmentReason property.- Returns:
- possible object is
Coding
-
setPaymentAdjustmentReason
Sets the value of the paymentAdjustmentReason property.- Parameters:
value- allowed object isCoding
-
getPaymentDate
Gets the value of the paymentDate property.- Returns:
- possible object is
Date
-
setPaymentDate
Sets the value of the paymentDate property.- Parameters:
value- allowed object isDate
-
getPaymentAmount
Gets the value of the paymentAmount property.- Returns:
- possible object is
Money
-
setPaymentAmount
Sets the value of the paymentAmount property.- Parameters:
value- allowed object isMoney
-
getPaymentRef
Gets the value of the paymentRef property.- Returns:
- possible object is
Identifier
-
setPaymentRef
Sets the value of the paymentRef property.- Parameters:
value- allowed object isIdentifier
-
getReserved
Gets the value of the reserved property.- Returns:
- possible object is
Coding
-
setReserved
Sets the value of the reserved property.- Parameters:
value- allowed object isCoding
-
getForm
Gets the value of the form property.- Returns:
- possible object is
Coding
-
setForm
Sets the value of the form property.- Parameters:
value- allowed object isCoding
-
getNote
Gets the value of the note property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the note property.For example, to add a new item, do as follows:
getNote().add(newItem);Objects of the following type(s) are allowed in the list
ClaimResponseNote -
getCoverage
Gets the value of the coverage property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the coverage property.For example, to add a new item, do as follows:
getCoverage().add(newItem);Objects of the following type(s) are allowed in the list
ClaimResponseCoverage -
withIdentifier
-
withIdentifier
-
withRequestIdentifier
-
withRequestReference
-
withRuleset
-
withOriginalRuleset
-
withCreated
-
withOrganizationIdentifier
-
withOrganizationReference
-
withRequestProviderIdentifier
-
withRequestProviderReference
-
withRequestOrganizationIdentifier
-
withRequestOrganizationReference
-
withOutcome
-
withDisposition
-
withPayeeType
-
withItem
-
withItem
-
withAddItem
-
withAddItem
-
withError
-
withError
-
withTotalCost
-
withUnallocDeductable
-
withTotalBenefit
-
withPaymentAdjustment
-
withPaymentAdjustmentReason
-
withPaymentDate
-
withPaymentAmount
-
withPaymentRef
-
withReserved
-
withForm
-
withNote
-
withNote
-
withCoverage
-
withCoverage
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
setIdentifier
-
setItem
-
setAddItem
-
setError
-
setNote
-
setCoverage
-