Class Claim
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Claim complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Claim">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="type" type="{http://hl7.org/fhir}ClaimType"/>
<element name="subType" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<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"/>
<element name="billablePeriod" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
<choice minOccurs="0">
<element name="targetIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="targetReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<choice minOccurs="0">
<element name="providerIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="providerReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<choice minOccurs="0">
<element name="organizationIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="organizationReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="use" type="{http://hl7.org/fhir}Use" minOccurs="0"/>
<element name="priority" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="fundsReserve" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<choice minOccurs="0">
<element name="entererIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="entererReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<choice minOccurs="0">
<element name="facilityIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="facilityReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="related" type="{http://hl7.org/fhir}Claim.Related" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element name="prescriptionIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="prescriptionReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<choice minOccurs="0">
<element name="originalPrescriptionIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="originalPrescriptionReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="payee" type="{http://hl7.org/fhir}Claim.Payee" minOccurs="0"/>
<choice minOccurs="0">
<element name="referralIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="referralReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="occurrenceCode" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="occurenceSpanCode" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="valueCode" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="diagnosis" type="{http://hl7.org/fhir}Claim.Diagnosis" maxOccurs="unbounded" minOccurs="0"/>
<element name="procedure" type="{http://hl7.org/fhir}Claim.Procedure" maxOccurs="unbounded" minOccurs="0"/>
<element name="specialCondition" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="patientIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="patientReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="coverage" type="{http://hl7.org/fhir}Claim.Coverage" maxOccurs="unbounded" minOccurs="0"/>
<element name="accidentDate" type="{http://hl7.org/fhir}date" minOccurs="0"/>
<element name="accidentType" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<choice minOccurs="0">
<element name="accidentLocationAddress" type="{http://hl7.org/fhir}Address"/>
<element name="accidentLocationReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="interventionException" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="onset" type="{http://hl7.org/fhir}Claim.Onset" maxOccurs="unbounded" minOccurs="0"/>
<element name="employmentImpacted" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
<element name="hospitalization" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
<element name="item" type="{http://hl7.org/fhir}Claim.Item" maxOccurs="unbounded" minOccurs="0"/>
<element name="total" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
<element name="additionalMaterial" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
<element name="missingTeeth" type="{http://hl7.org/fhir}Claim.MissingTeeth" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Dateprotected Addressprotected Referenceprotected Codingprotected Periodprotected List<ClaimCoverage> protected DateTimeprotected List<ClaimDiagnosis> protected Periodprotected Identifierprotected Referenceprotected Identifierprotected Referenceprotected Codingprotected Periodprotected List<Identifier> protected List<ClaimMissingTeeth> protected List<ClaimOnset> protected Identifierprotected Referenceprotected Identifierprotected Referenceprotected Codingprotected Identifierprotected Referenceprotected ClaimPayeeprotected Identifierprotected Referenceprotected Codingprotected List<ClaimProcedure> protected Identifierprotected Referenceprotected Identifierprotected Referenceprotected List<ClaimRelated> protected Codingprotected Identifierprotected Referenceprotected Moneyprotected ClaimTypeprotected UseFields 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 accidentDate property.Gets the value of the accidentLocationAddress property.Gets the value of the accidentLocationReference property.Gets the value of the accidentType property.Gets the value of the additionalMaterial property.Gets the value of the billablePeriod property.Gets the value of the coverage property.Gets the value of the created property.Gets the value of the diagnosis property.Gets the value of the employmentImpacted property.Gets the value of the entererIdentifier property.Gets the value of the entererReference property.Gets the value of the facilityIdentifier property.Gets the value of the facilityReference property.Gets the value of the fundsReserve property.Gets the value of the hospitalization property.Gets the value of the identifier property.Gets the value of the interventionException property.getItem()Gets the value of the item property.Gets the value of the missingTeeth property.Gets the value of the occurenceSpanCode property.Gets the value of the occurrenceCode property.getOnset()Gets the value of the onset property.Gets the value of the organizationIdentifier property.Gets the value of the organizationReference property.Gets the value of the originalPrescriptionIdentifier property.Gets the value of the originalPrescriptionReference property.Gets the value of the originalRuleset property.Gets the value of the patientIdentifier property.Gets the value of the patientReference property.getPayee()Gets the value of the payee property.Gets the value of the prescriptionIdentifier property.Gets the value of the prescriptionReference property.Gets the value of the priority property.Gets the value of the procedure property.Gets the value of the providerIdentifier property.Gets the value of the providerReference property.Gets the value of the referralIdentifier property.Gets the value of the referralReference property.Gets the value of the related property.Gets the value of the ruleset property.Gets the value of the specialCondition property.Gets the value of the subType property.Gets the value of the targetIdentifier property.Gets the value of the targetReference property.getTotal()Gets the value of the total property.getType()Gets the value of the type property.getUse()Gets the value of the use property.Gets the value of the valueCode property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAccidentDate(Date value) Sets the value of the accidentDate property.voidSets the value of the accidentLocationAddress property.voidSets the value of the accidentLocationReference property.voidsetAccidentType(Coding value) Sets the value of the accidentType property.voidsetAdditionalMaterial(List<Coding> value) voidsetBillablePeriod(Period value) Sets the value of the billablePeriod property.voidsetCoverage(List<ClaimCoverage> value) voidsetCreated(DateTime value) Sets the value of the created property.voidsetDiagnosis(List<ClaimDiagnosis> value) voidsetEmploymentImpacted(Period value) Sets the value of the employmentImpacted property.voidsetEntererIdentifier(Identifier value) Sets the value of the entererIdentifier property.voidsetEntererReference(Reference value) Sets the value of the entererReference property.voidsetFacilityIdentifier(Identifier value) Sets the value of the facilityIdentifier property.voidsetFacilityReference(Reference value) Sets the value of the facilityReference property.voidsetFundsReserve(Coding value) Sets the value of the fundsReserve property.voidsetHospitalization(Period value) Sets the value of the hospitalization property.voidsetIdentifier(List<Identifier> value) voidsetInterventionException(List<Coding> value) voidvoidsetMissingTeeth(List<ClaimMissingTeeth> value) voidsetOccurenceSpanCode(List<Coding> value) voidsetOccurrenceCode(List<Coding> value) voidsetOnset(List<ClaimOnset> value) voidSets the value of the organizationIdentifier property.voidSets the value of the organizationReference property.voidSets the value of the originalPrescriptionIdentifier property.voidSets the value of the originalPrescriptionReference property.voidsetOriginalRuleset(Coding value) Sets the value of the originalRuleset property.voidsetPatientIdentifier(Identifier value) Sets the value of the patientIdentifier property.voidsetPatientReference(Reference value) Sets the value of the patientReference property.voidsetPayee(ClaimPayee value) Sets the value of the payee property.voidSets the value of the prescriptionIdentifier property.voidSets the value of the prescriptionReference property.voidsetPriority(Coding value) Sets the value of the priority property.voidsetProcedure(List<ClaimProcedure> value) voidsetProviderIdentifier(Identifier value) Sets the value of the providerIdentifier property.voidsetProviderReference(Reference value) Sets the value of the providerReference property.voidsetReferralIdentifier(Identifier value) Sets the value of the referralIdentifier property.voidsetReferralReference(Reference value) Sets the value of the referralReference property.voidsetRelated(List<ClaimRelated> value) voidsetRuleset(Coding value) Sets the value of the ruleset property.voidsetSpecialCondition(List<Coding> value) voidsetSubType(List<Coding> value) voidsetTargetIdentifier(Identifier value) Sets the value of the targetIdentifier property.voidsetTargetReference(Reference value) Sets the value of the targetReference property.voidSets the value of the total property.voidSets the value of the type property.voidSets the value of the use property.voidsetValueCode(List<Coding> value) toString()withAccidentDate(Date value) withAccidentType(Coding value) withAdditionalMaterial(Collection<Coding> values) withAdditionalMaterial(Coding... values) withBillablePeriod(Period value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withCoverage(Collection<ClaimCoverage> values) withCoverage(ClaimCoverage... values) withCreated(DateTime value) withDiagnosis(Collection<ClaimDiagnosis> values) withDiagnosis(ClaimDiagnosis... values) withEmploymentImpacted(Period value) withEntererIdentifier(Identifier value) withEntererReference(Reference value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFacilityIdentifier(Identifier value) withFacilityReference(Reference value) withFundsReserve(Coding value) withHospitalization(Period value) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withInterventionException(Collection<Coding> values) withInterventionException(Coding... values) withItem(Collection<ClaimItem> values) withLanguage(Code value) withMissingTeeth(Collection<ClaimMissingTeeth> values) withMissingTeeth(ClaimMissingTeeth... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOccurenceSpanCode(Collection<Coding> values) withOccurenceSpanCode(Coding... values) withOccurrenceCode(Collection<Coding> values) withOccurrenceCode(Coding... values) withOnset(Collection<ClaimOnset> values) withOnset(ClaimOnset... values) withOriginalRuleset(Coding value) withPatientIdentifier(Identifier value) withPatientReference(Reference value) withPayee(ClaimPayee value) withPriority(Coding value) withProcedure(Collection<ClaimProcedure> values) withProcedure(ClaimProcedure... values) withProviderIdentifier(Identifier value) withProviderReference(Reference value) withReferralIdentifier(Identifier value) withReferralReference(Reference value) withRelated(Collection<ClaimRelated> values) withRelated(ClaimRelated... values) withRuleset(Coding value) withSpecialCondition(Collection<Coding> values) withSpecialCondition(Coding... values) withSubType(Collection<Coding> values) withSubType(Coding... values) withTargetIdentifier(Identifier value) withTargetReference(Reference value) withValueCode(Collection<Coding> values) withValueCode(Coding... values) 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
-
type
-
subType
-
identifier
-
ruleset
-
originalRuleset
-
created
-
billablePeriod
-
targetIdentifier
-
targetReference
-
providerIdentifier
-
providerReference
-
organizationIdentifier
-
organizationReference
-
use
-
priority
-
fundsReserve
-
entererIdentifier
-
entererReference
-
facilityIdentifier
-
facilityReference
-
prescriptionIdentifier
-
prescriptionReference
-
originalPrescriptionIdentifier
-
originalPrescriptionReference
-
payee
-
referralIdentifier
-
referralReference
-
occurrenceCode
-
occurenceSpanCode
-
valueCode
-
diagnosis
-
procedure
-
specialCondition
-
patientIdentifier
-
patientReference
-
coverage
-
accidentDate
-
accidentType
-
accidentLocationAddress
-
accidentLocationReference
-
interventionException
-
onset
-
employmentImpacted
-
hospitalization
-
item
-
total
-
additionalMaterial
-
missingTeeth
-
-
Constructor Details
-
Claim
public Claim()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
ClaimType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isClaimType
-
getSubType
Gets the value of the subType 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 subType property.For example, to add a new item, do as follows:
getSubType().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
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 -
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
-
getBillablePeriod
Gets the value of the billablePeriod property.- Returns:
- possible object is
Period
-
setBillablePeriod
Sets the value of the billablePeriod property.- Parameters:
value- allowed object isPeriod
-
getTargetIdentifier
Gets the value of the targetIdentifier property.- Returns:
- possible object is
Identifier
-
setTargetIdentifier
Sets the value of the targetIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getTargetReference
Gets the value of the targetReference property.- Returns:
- possible object is
Reference
-
setTargetReference
Sets the value of the targetReference property.- Parameters:
value- allowed object isReference
-
getProviderIdentifier
Gets the value of the providerIdentifier property.- Returns:
- possible object is
Identifier
-
setProviderIdentifier
Sets the value of the providerIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getProviderReference
Gets the value of the providerReference property.- Returns:
- possible object is
Reference
-
setProviderReference
Sets the value of the providerReference property.- Parameters:
value- allowed object isReference
-
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
-
getUse
Gets the value of the use property.- Returns:
- possible object is
Use
-
setUse
Sets the value of the use property.- Parameters:
value- allowed object isUse
-
getPriority
Gets the value of the priority property.- Returns:
- possible object is
Coding
-
setPriority
Sets the value of the priority property.- Parameters:
value- allowed object isCoding
-
getFundsReserve
Gets the value of the fundsReserve property.- Returns:
- possible object is
Coding
-
setFundsReserve
Sets the value of the fundsReserve property.- Parameters:
value- allowed object isCoding
-
getEntererIdentifier
Gets the value of the entererIdentifier property.- Returns:
- possible object is
Identifier
-
setEntererIdentifier
Sets the value of the entererIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getEntererReference
Gets the value of the entererReference property.- Returns:
- possible object is
Reference
-
setEntererReference
Sets the value of the entererReference property.- Parameters:
value- allowed object isReference
-
getFacilityIdentifier
Gets the value of the facilityIdentifier property.- Returns:
- possible object is
Identifier
-
setFacilityIdentifier
Sets the value of the facilityIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getFacilityReference
Gets the value of the facilityReference property.- Returns:
- possible object is
Reference
-
setFacilityReference
Sets the value of the facilityReference property.- Parameters:
value- allowed object isReference
-
getRelated
Gets the value of the related 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 related property.For example, to add a new item, do as follows:
getRelated().add(newItem);Objects of the following type(s) are allowed in the list
ClaimRelated -
getPrescriptionIdentifier
Gets the value of the prescriptionIdentifier property.- Returns:
- possible object is
Identifier
-
setPrescriptionIdentifier
Sets the value of the prescriptionIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getPrescriptionReference
Gets the value of the prescriptionReference property.- Returns:
- possible object is
Reference
-
setPrescriptionReference
Sets the value of the prescriptionReference property.- Parameters:
value- allowed object isReference
-
getOriginalPrescriptionIdentifier
Gets the value of the originalPrescriptionIdentifier property.- Returns:
- possible object is
Identifier
-
setOriginalPrescriptionIdentifier
Sets the value of the originalPrescriptionIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getOriginalPrescriptionReference
Gets the value of the originalPrescriptionReference property.- Returns:
- possible object is
Reference
-
setOriginalPrescriptionReference
Sets the value of the originalPrescriptionReference property.- Parameters:
value- allowed object isReference
-
getPayee
Gets the value of the payee property.- Returns:
- possible object is
ClaimPayee
-
setPayee
Sets the value of the payee property.- Parameters:
value- allowed object isClaimPayee
-
getReferralIdentifier
Gets the value of the referralIdentifier property.- Returns:
- possible object is
Identifier
-
setReferralIdentifier
Sets the value of the referralIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getReferralReference
Gets the value of the referralReference property.- Returns:
- possible object is
Reference
-
setReferralReference
Sets the value of the referralReference property.- Parameters:
value- allowed object isReference
-
getOccurrenceCode
Gets the value of the occurrenceCode 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 occurrenceCode property.For example, to add a new item, do as follows:
getOccurrenceCode().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getOccurenceSpanCode
Gets the value of the occurenceSpanCode 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 occurenceSpanCode property.For example, to add a new item, do as follows:
getOccurenceSpanCode().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getValueCode
Gets the value of the valueCode 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 valueCode property.For example, to add a new item, do as follows:
getValueCode().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getDiagnosis
Gets the value of the diagnosis 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 diagnosis property.For example, to add a new item, do as follows:
getDiagnosis().add(newItem);Objects of the following type(s) are allowed in the list
ClaimDiagnosis -
getProcedure
Gets the value of the procedure 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 procedure property.For example, to add a new item, do as follows:
getProcedure().add(newItem);Objects of the following type(s) are allowed in the list
ClaimProcedure -
getSpecialCondition
Gets the value of the specialCondition 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 specialCondition property.For example, to add a new item, do as follows:
getSpecialCondition().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getPatientIdentifier
Gets the value of the patientIdentifier property.- Returns:
- possible object is
Identifier
-
setPatientIdentifier
Sets the value of the patientIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getPatientReference
Gets the value of the patientReference property.- Returns:
- possible object is
Reference
-
setPatientReference
Sets the value of the patientReference property.- Parameters:
value- allowed object isReference
-
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
ClaimCoverage -
getAccidentDate
Gets the value of the accidentDate property.- Returns:
- possible object is
Date
-
setAccidentDate
Sets the value of the accidentDate property.- Parameters:
value- allowed object isDate
-
getAccidentType
Gets the value of the accidentType property.- Returns:
- possible object is
Coding
-
setAccidentType
Sets the value of the accidentType property.- Parameters:
value- allowed object isCoding
-
getAccidentLocationAddress
Gets the value of the accidentLocationAddress property.- Returns:
- possible object is
Address
-
setAccidentLocationAddress
Sets the value of the accidentLocationAddress property.- Parameters:
value- allowed object isAddress
-
getAccidentLocationReference
Gets the value of the accidentLocationReference property.- Returns:
- possible object is
Reference
-
setAccidentLocationReference
Sets the value of the accidentLocationReference property.- Parameters:
value- allowed object isReference
-
getInterventionException
Gets the value of the interventionException 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 interventionException property.For example, to add a new item, do as follows:
getInterventionException().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getOnset
Gets the value of the onset 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 onset property.For example, to add a new item, do as follows:
getOnset().add(newItem);Objects of the following type(s) are allowed in the list
ClaimOnset -
getEmploymentImpacted
Gets the value of the employmentImpacted property.- Returns:
- possible object is
Period
-
setEmploymentImpacted
Sets the value of the employmentImpacted property.- Parameters:
value- allowed object isPeriod
-
getHospitalization
Gets the value of the hospitalization property.- Returns:
- possible object is
Period
-
setHospitalization
Sets the value of the hospitalization property.- Parameters:
value- allowed object isPeriod
-
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
ClaimItem -
getTotal
Gets the value of the total property.- Returns:
- possible object is
Money
-
setTotal
Sets the value of the total property.- Parameters:
value- allowed object isMoney
-
getAdditionalMaterial
Gets the value of the additionalMaterial 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 additionalMaterial property.For example, to add a new item, do as follows:
getAdditionalMaterial().add(newItem);Objects of the following type(s) are allowed in the list
Coding -
getMissingTeeth
Gets the value of the missingTeeth 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 missingTeeth property.For example, to add a new item, do as follows:
getMissingTeeth().add(newItem);Objects of the following type(s) are allowed in the list
ClaimMissingTeeth -
withType
-
withSubType
-
withSubType
-
withIdentifier
-
withIdentifier
-
withRuleset
-
withOriginalRuleset
-
withCreated
-
withBillablePeriod
-
withTargetIdentifier
-
withTargetReference
-
withProviderIdentifier
-
withProviderReference
-
withOrganizationIdentifier
-
withOrganizationReference
-
withUse
-
withPriority
-
withFundsReserve
-
withEntererIdentifier
-
withEntererReference
-
withFacilityIdentifier
-
withFacilityReference
-
withRelated
-
withRelated
-
withPrescriptionIdentifier
-
withPrescriptionReference
-
withOriginalPrescriptionIdentifier
-
withOriginalPrescriptionReference
-
withPayee
-
withReferralIdentifier
-
withReferralReference
-
withOccurrenceCode
-
withOccurrenceCode
-
withOccurenceSpanCode
-
withOccurenceSpanCode
-
withValueCode
-
withValueCode
-
withDiagnosis
-
withDiagnosis
-
withProcedure
-
withProcedure
-
withSpecialCondition
-
withSpecialCondition
-
withPatientIdentifier
-
withPatientReference
-
withCoverage
-
withCoverage
-
withAccidentDate
-
withAccidentType
-
withAccidentLocationAddress
-
withAccidentLocationReference
-
withInterventionException
-
withInterventionException
-
withOnset
-
withOnset
-
withEmploymentImpacted
-
withHospitalization
-
withItem
-
withItem
-
withTotal
-
withAdditionalMaterial
-
withAdditionalMaterial
-
withMissingTeeth
-
withMissingTeeth
-
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
-
setSubType
-
setIdentifier
-
setRelated
-
setOccurrenceCode
-
setOccurenceSpanCode
-
setValueCode
-
setDiagnosis
-
setProcedure
-
setSpecialCondition
-
setCoverage
-
setInterventionException
-
setOnset
-
setItem
-
setAdditionalMaterial
-
setMissingTeeth
-