Class Claim
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.Claim
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Claim extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensionsJava 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
-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description Claim()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)DategetAccidentDate()Gets the value of the accidentDate property.AddressgetAccidentLocationAddress()Gets the value of the accidentLocationAddress property.ReferencegetAccidentLocationReference()Gets the value of the accidentLocationReference property.CodinggetAccidentType()Gets the value of the accidentType property.java.util.List<Coding>getAdditionalMaterial()Gets the value of the additionalMaterial property.PeriodgetBillablePeriod()Gets the value of the billablePeriod property.java.util.List<ClaimCoverage>getCoverage()Gets the value of the coverage property.DateTimegetCreated()Gets the value of the created property.java.util.List<ClaimDiagnosis>getDiagnosis()Gets the value of the diagnosis property.PeriodgetEmploymentImpacted()Gets the value of the employmentImpacted property.IdentifiergetEntererIdentifier()Gets the value of the entererIdentifier property.ReferencegetEntererReference()Gets the value of the entererReference property.IdentifiergetFacilityIdentifier()Gets the value of the facilityIdentifier property.ReferencegetFacilityReference()Gets the value of the facilityReference property.CodinggetFundsReserve()Gets the value of the fundsReserve property.PeriodgetHospitalization()Gets the value of the hospitalization property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.java.util.List<Coding>getInterventionException()Gets the value of the interventionException property.java.util.List<ClaimItem>getItem()Gets the value of the item property.java.util.List<ClaimMissingTeeth>getMissingTeeth()Gets the value of the missingTeeth property.java.util.List<Coding>getOccurenceSpanCode()Gets the value of the occurenceSpanCode property.java.util.List<Coding>getOccurrenceCode()Gets the value of the occurrenceCode property.java.util.List<ClaimOnset>getOnset()Gets the value of the onset property.IdentifiergetOrganizationIdentifier()Gets the value of the organizationIdentifier property.ReferencegetOrganizationReference()Gets the value of the organizationReference property.IdentifiergetOriginalPrescriptionIdentifier()Gets the value of the originalPrescriptionIdentifier property.ReferencegetOriginalPrescriptionReference()Gets the value of the originalPrescriptionReference property.CodinggetOriginalRuleset()Gets the value of the originalRuleset property.IdentifiergetPatientIdentifier()Gets the value of the patientIdentifier property.ReferencegetPatientReference()Gets the value of the patientReference property.ClaimPayeegetPayee()Gets the value of the payee property.IdentifiergetPrescriptionIdentifier()Gets the value of the prescriptionIdentifier property.ReferencegetPrescriptionReference()Gets the value of the prescriptionReference property.CodinggetPriority()Gets the value of the priority property.java.util.List<ClaimProcedure>getProcedure()Gets the value of the procedure property.IdentifiergetProviderIdentifier()Gets the value of the providerIdentifier property.ReferencegetProviderReference()Gets the value of the providerReference property.IdentifiergetReferralIdentifier()Gets the value of the referralIdentifier property.ReferencegetReferralReference()Gets the value of the referralReference property.java.util.List<ClaimRelated>getRelated()Gets the value of the related property.CodinggetRuleset()Gets the value of the ruleset property.java.util.List<Coding>getSpecialCondition()Gets the value of the specialCondition property.java.util.List<Coding>getSubType()Gets the value of the subType property.IdentifiergetTargetIdentifier()Gets the value of the targetIdentifier property.ReferencegetTargetReference()Gets the value of the targetReference property.MoneygetTotal()Gets the value of the total property.ClaimTypegetType()Gets the value of the type property.UsegetUse()Gets the value of the use property.java.util.List<Coding>getValueCode()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.voidsetAccidentLocationAddress(Address value)Sets the value of the accidentLocationAddress property.voidsetAccidentLocationReference(Reference value)Sets the value of the accidentLocationReference property.voidsetAccidentType(Coding value)Sets the value of the accidentType property.voidsetBillablePeriod(Period value)Sets the value of the billablePeriod property.voidsetCreated(DateTime value)Sets the value of the created property.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.voidsetOrganizationIdentifier(Identifier value)Sets the value of the organizationIdentifier property.voidsetOrganizationReference(Reference value)Sets the value of the organizationReference property.voidsetOriginalPrescriptionIdentifier(Identifier value)Sets the value of the originalPrescriptionIdentifier property.voidsetOriginalPrescriptionReference(Reference value)Sets 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.voidsetPrescriptionIdentifier(Identifier value)Sets the value of the prescriptionIdentifier property.voidsetPrescriptionReference(Reference value)Sets the value of the prescriptionReference property.voidsetPriority(Coding value)Sets the value of the priority property.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.voidsetRuleset(Coding value)Sets the value of the ruleset property.voidsetTargetIdentifier(Identifier value)Sets the value of the targetIdentifier property.voidsetTargetReference(Reference value)Sets the value of the targetReference property.voidsetTotal(Money value)Sets the value of the total property.voidsetType(ClaimType value)Sets the value of the type property.voidsetUse(Use value)Sets the value of the use property.java.lang.StringtoString()ClaimwithAccidentDate(Date value)ClaimwithAccidentLocationAddress(Address value)ClaimwithAccidentLocationReference(Reference value)ClaimwithAccidentType(Coding value)ClaimwithAdditionalMaterial(java.util.Collection<Coding> values)ClaimwithAdditionalMaterial(Coding... values)ClaimwithBillablePeriod(Period value)ClaimwithContained(java.util.Collection<ResourceContainer> values)ClaimwithContained(ResourceContainer... values)ClaimwithCoverage(java.util.Collection<ClaimCoverage> values)ClaimwithCoverage(ClaimCoverage... values)ClaimwithCreated(DateTime value)ClaimwithDiagnosis(java.util.Collection<ClaimDiagnosis> values)ClaimwithDiagnosis(ClaimDiagnosis... values)ClaimwithEmploymentImpacted(Period value)ClaimwithEntererIdentifier(Identifier value)ClaimwithEntererReference(Reference value)ClaimwithExtension(java.util.Collection<Extension> values)ClaimwithExtension(Extension... values)ClaimwithFacilityIdentifier(Identifier value)ClaimwithFacilityReference(Reference value)ClaimwithFundsReserve(Coding value)ClaimwithHospitalization(Period value)ClaimwithId(Id value)ClaimwithIdentifier(java.util.Collection<Identifier> values)ClaimwithIdentifier(Identifier... values)ClaimwithImplicitRules(Uri value)ClaimwithInterventionException(java.util.Collection<Coding> values)ClaimwithInterventionException(Coding... values)ClaimwithItem(java.util.Collection<ClaimItem> values)ClaimwithItem(ClaimItem... values)ClaimwithLanguage(Code value)ClaimwithMeta(Meta value)ClaimwithMissingTeeth(java.util.Collection<ClaimMissingTeeth> values)ClaimwithMissingTeeth(ClaimMissingTeeth... values)ClaimwithModifierExtension(java.util.Collection<Extension> values)ClaimwithModifierExtension(Extension... values)ClaimwithOccurenceSpanCode(java.util.Collection<Coding> values)ClaimwithOccurenceSpanCode(Coding... values)ClaimwithOccurrenceCode(java.util.Collection<Coding> values)ClaimwithOccurrenceCode(Coding... values)ClaimwithOnset(java.util.Collection<ClaimOnset> values)ClaimwithOnset(ClaimOnset... values)ClaimwithOrganizationIdentifier(Identifier value)ClaimwithOrganizationReference(Reference value)ClaimwithOriginalPrescriptionIdentifier(Identifier value)ClaimwithOriginalPrescriptionReference(Reference value)ClaimwithOriginalRuleset(Coding value)ClaimwithPatientIdentifier(Identifier value)ClaimwithPatientReference(Reference value)ClaimwithPayee(ClaimPayee value)ClaimwithPrescriptionIdentifier(Identifier value)ClaimwithPrescriptionReference(Reference value)ClaimwithPriority(Coding value)ClaimwithProcedure(java.util.Collection<ClaimProcedure> values)ClaimwithProcedure(ClaimProcedure... values)ClaimwithProviderIdentifier(Identifier value)ClaimwithProviderReference(Reference value)ClaimwithReferralIdentifier(Identifier value)ClaimwithReferralReference(Reference value)ClaimwithRelated(java.util.Collection<ClaimRelated> values)ClaimwithRelated(ClaimRelated... values)ClaimwithRuleset(Coding value)ClaimwithSpecialCondition(java.util.Collection<Coding> values)ClaimwithSpecialCondition(Coding... values)ClaimwithSubType(java.util.Collection<Coding> values)ClaimwithSubType(Coding... values)ClaimwithTargetIdentifier(Identifier value)ClaimwithTargetReference(Reference value)ClaimwithText(Narrative value)ClaimwithTotal(Money value)ClaimwithType(ClaimType value)ClaimwithUse(Use value)ClaimwithValueCode(java.util.Collection<Coding> values)ClaimwithValueCode(Coding... values)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
type
protected ClaimType type
-
subType
protected java.util.List<Coding> subType
-
identifier
protected java.util.List<Identifier> identifier
-
ruleset
protected Coding ruleset
-
originalRuleset
protected Coding originalRuleset
-
created
protected DateTime created
-
billablePeriod
protected Period billablePeriod
-
targetIdentifier
protected Identifier targetIdentifier
-
targetReference
protected Reference targetReference
-
providerIdentifier
protected Identifier providerIdentifier
-
providerReference
protected Reference providerReference
-
organizationIdentifier
protected Identifier organizationIdentifier
-
organizationReference
protected Reference organizationReference
-
use
protected Use use
-
priority
protected Coding priority
-
fundsReserve
protected Coding fundsReserve
-
entererIdentifier
protected Identifier entererIdentifier
-
entererReference
protected Reference entererReference
-
facilityIdentifier
protected Identifier facilityIdentifier
-
facilityReference
protected Reference facilityReference
-
related
protected java.util.List<ClaimRelated> related
-
prescriptionIdentifier
protected Identifier prescriptionIdentifier
-
prescriptionReference
protected Reference prescriptionReference
-
originalPrescriptionIdentifier
protected Identifier originalPrescriptionIdentifier
-
originalPrescriptionReference
protected Reference originalPrescriptionReference
-
payee
protected ClaimPayee payee
-
referralIdentifier
protected Identifier referralIdentifier
-
referralReference
protected Reference referralReference
-
occurrenceCode
protected java.util.List<Coding> occurrenceCode
-
occurenceSpanCode
protected java.util.List<Coding> occurenceSpanCode
-
valueCode
protected java.util.List<Coding> valueCode
-
diagnosis
protected java.util.List<ClaimDiagnosis> diagnosis
-
procedure
protected java.util.List<ClaimProcedure> procedure
-
specialCondition
protected java.util.List<Coding> specialCondition
-
patientIdentifier
protected Identifier patientIdentifier
-
patientReference
protected Reference patientReference
-
coverage
protected java.util.List<ClaimCoverage> coverage
-
accidentDate
protected Date accidentDate
-
accidentType
protected Coding accidentType
-
accidentLocationAddress
protected Address accidentLocationAddress
-
accidentLocationReference
protected Reference accidentLocationReference
-
interventionException
protected java.util.List<Coding> interventionException
-
onset
protected java.util.List<ClaimOnset> onset
-
employmentImpacted
protected Period employmentImpacted
-
hospitalization
protected Period hospitalization
-
item
protected java.util.List<ClaimItem> item
-
total
protected Money total
-
additionalMaterial
protected java.util.List<Coding> additionalMaterial
-
missingTeeth
protected java.util.List<ClaimMissingTeeth> missingTeeth
-
-
Method Detail
-
getType
public ClaimType getType()
Gets the value of the type property.- Returns:
- possible object is
ClaimType
-
setType
public void setType(ClaimType value)
Sets the value of the type property.- Parameters:
value- allowed object isClaimType
-
getSubType
public java.util.List<Coding> 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 JAXB 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
public java.util.List<Identifier> 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 JAXB 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
public Coding getRuleset()
Gets the value of the ruleset property.- Returns:
- possible object is
Coding
-
setRuleset
public void setRuleset(Coding value)
Sets the value of the ruleset property.- Parameters:
value- allowed object isCoding
-
getOriginalRuleset
public Coding getOriginalRuleset()
Gets the value of the originalRuleset property.- Returns:
- possible object is
Coding
-
setOriginalRuleset
public void setOriginalRuleset(Coding value)
Sets the value of the originalRuleset property.- Parameters:
value- allowed object isCoding
-
getCreated
public DateTime getCreated()
Gets the value of the created property.- Returns:
- possible object is
DateTime
-
setCreated
public void setCreated(DateTime value)
Sets the value of the created property.- Parameters:
value- allowed object isDateTime
-
getBillablePeriod
public Period getBillablePeriod()
Gets the value of the billablePeriod property.- Returns:
- possible object is
Period
-
setBillablePeriod
public void setBillablePeriod(Period value)
Sets the value of the billablePeriod property.- Parameters:
value- allowed object isPeriod
-
getTargetIdentifier
public Identifier getTargetIdentifier()
Gets the value of the targetIdentifier property.- Returns:
- possible object is
Identifier
-
setTargetIdentifier
public void setTargetIdentifier(Identifier value)
Sets the value of the targetIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getTargetReference
public Reference getTargetReference()
Gets the value of the targetReference property.- Returns:
- possible object is
Reference
-
setTargetReference
public void setTargetReference(Reference value)
Sets the value of the targetReference property.- Parameters:
value- allowed object isReference
-
getProviderIdentifier
public Identifier getProviderIdentifier()
Gets the value of the providerIdentifier property.- Returns:
- possible object is
Identifier
-
setProviderIdentifier
public void setProviderIdentifier(Identifier value)
Sets the value of the providerIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getProviderReference
public Reference getProviderReference()
Gets the value of the providerReference property.- Returns:
- possible object is
Reference
-
setProviderReference
public void setProviderReference(Reference value)
Sets the value of the providerReference property.- Parameters:
value- allowed object isReference
-
getOrganizationIdentifier
public Identifier getOrganizationIdentifier()
Gets the value of the organizationIdentifier property.- Returns:
- possible object is
Identifier
-
setOrganizationIdentifier
public void setOrganizationIdentifier(Identifier value)
Sets the value of the organizationIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getOrganizationReference
public Reference getOrganizationReference()
Gets the value of the organizationReference property.- Returns:
- possible object is
Reference
-
setOrganizationReference
public void setOrganizationReference(Reference value)
Sets the value of the organizationReference property.- Parameters:
value- allowed object isReference
-
setUse
public void setUse(Use value)
Sets the value of the use property.- Parameters:
value- allowed object isUse
-
getPriority
public Coding getPriority()
Gets the value of the priority property.- Returns:
- possible object is
Coding
-
setPriority
public void setPriority(Coding value)
Sets the value of the priority property.- Parameters:
value- allowed object isCoding
-
getFundsReserve
public Coding getFundsReserve()
Gets the value of the fundsReserve property.- Returns:
- possible object is
Coding
-
setFundsReserve
public void setFundsReserve(Coding value)
Sets the value of the fundsReserve property.- Parameters:
value- allowed object isCoding
-
getEntererIdentifier
public Identifier getEntererIdentifier()
Gets the value of the entererIdentifier property.- Returns:
- possible object is
Identifier
-
setEntererIdentifier
public void setEntererIdentifier(Identifier value)
Sets the value of the entererIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getEntererReference
public Reference getEntererReference()
Gets the value of the entererReference property.- Returns:
- possible object is
Reference
-
setEntererReference
public void setEntererReference(Reference value)
Sets the value of the entererReference property.- Parameters:
value- allowed object isReference
-
getFacilityIdentifier
public Identifier getFacilityIdentifier()
Gets the value of the facilityIdentifier property.- Returns:
- possible object is
Identifier
-
setFacilityIdentifier
public void setFacilityIdentifier(Identifier value)
Sets the value of the facilityIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getFacilityReference
public Reference getFacilityReference()
Gets the value of the facilityReference property.- Returns:
- possible object is
Reference
-
setFacilityReference
public void setFacilityReference(Reference value)
Sets the value of the facilityReference property.- Parameters:
value- allowed object isReference
-
getRelated
public java.util.List<ClaimRelated> 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 JAXB 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
public Identifier getPrescriptionIdentifier()
Gets the value of the prescriptionIdentifier property.- Returns:
- possible object is
Identifier
-
setPrescriptionIdentifier
public void setPrescriptionIdentifier(Identifier value)
Sets the value of the prescriptionIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getPrescriptionReference
public Reference getPrescriptionReference()
Gets the value of the prescriptionReference property.- Returns:
- possible object is
Reference
-
setPrescriptionReference
public void setPrescriptionReference(Reference value)
Sets the value of the prescriptionReference property.- Parameters:
value- allowed object isReference
-
getOriginalPrescriptionIdentifier
public Identifier getOriginalPrescriptionIdentifier()
Gets the value of the originalPrescriptionIdentifier property.- Returns:
- possible object is
Identifier
-
setOriginalPrescriptionIdentifier
public void setOriginalPrescriptionIdentifier(Identifier value)
Sets the value of the originalPrescriptionIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getOriginalPrescriptionReference
public Reference getOriginalPrescriptionReference()
Gets the value of the originalPrescriptionReference property.- Returns:
- possible object is
Reference
-
setOriginalPrescriptionReference
public void setOriginalPrescriptionReference(Reference value)
Sets the value of the originalPrescriptionReference property.- Parameters:
value- allowed object isReference
-
getPayee
public ClaimPayee getPayee()
Gets the value of the payee property.- Returns:
- possible object is
ClaimPayee
-
setPayee
public void setPayee(ClaimPayee value)
Sets the value of the payee property.- Parameters:
value- allowed object isClaimPayee
-
getReferralIdentifier
public Identifier getReferralIdentifier()
Gets the value of the referralIdentifier property.- Returns:
- possible object is
Identifier
-
setReferralIdentifier
public void setReferralIdentifier(Identifier value)
Sets the value of the referralIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getReferralReference
public Reference getReferralReference()
Gets the value of the referralReference property.- Returns:
- possible object is
Reference
-
setReferralReference
public void setReferralReference(Reference value)
Sets the value of the referralReference property.- Parameters:
value- allowed object isReference
-
getOccurrenceCode
public java.util.List<Coding> 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 JAXB 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
public java.util.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 JAXB 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
public java.util.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 JAXB 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
public java.util.List<ClaimDiagnosis> 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 JAXB 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
public java.util.List<ClaimProcedure> 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 JAXB 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
public java.util.List<Coding> 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 JAXB 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
public Identifier getPatientIdentifier()
Gets the value of the patientIdentifier property.- Returns:
- possible object is
Identifier
-
setPatientIdentifier
public void setPatientIdentifier(Identifier value)
Sets the value of the patientIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getPatientReference
public Reference getPatientReference()
Gets the value of the patientReference property.- Returns:
- possible object is
Reference
-
setPatientReference
public void setPatientReference(Reference value)
Sets the value of the patientReference property.- Parameters:
value- allowed object isReference
-
getCoverage
public java.util.List<ClaimCoverage> 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 JAXB 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
public Date getAccidentDate()
Gets the value of the accidentDate property.- Returns:
- possible object is
Date
-
setAccidentDate
public void setAccidentDate(Date value)
Sets the value of the accidentDate property.- Parameters:
value- allowed object isDate
-
getAccidentType
public Coding getAccidentType()
Gets the value of the accidentType property.- Returns:
- possible object is
Coding
-
setAccidentType
public void setAccidentType(Coding value)
Sets the value of the accidentType property.- Parameters:
value- allowed object isCoding
-
getAccidentLocationAddress
public Address getAccidentLocationAddress()
Gets the value of the accidentLocationAddress property.- Returns:
- possible object is
Address
-
setAccidentLocationAddress
public void setAccidentLocationAddress(Address value)
Sets the value of the accidentLocationAddress property.- Parameters:
value- allowed object isAddress
-
getAccidentLocationReference
public Reference getAccidentLocationReference()
Gets the value of the accidentLocationReference property.- Returns:
- possible object is
Reference
-
setAccidentLocationReference
public void setAccidentLocationReference(Reference value)
Sets the value of the accidentLocationReference property.- Parameters:
value- allowed object isReference
-
getInterventionException
public java.util.List<Coding> 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 JAXB 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
public java.util.List<ClaimOnset> 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 JAXB 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
public Period getEmploymentImpacted()
Gets the value of the employmentImpacted property.- Returns:
- possible object is
Period
-
setEmploymentImpacted
public void setEmploymentImpacted(Period value)
Sets the value of the employmentImpacted property.- Parameters:
value- allowed object isPeriod
-
getHospitalization
public Period getHospitalization()
Gets the value of the hospitalization property.- Returns:
- possible object is
Period
-
setHospitalization
public void setHospitalization(Period value)
Sets the value of the hospitalization property.- Parameters:
value- allowed object isPeriod
-
getItem
public java.util.List<ClaimItem> 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 JAXB 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
public Money getTotal()
Gets the value of the total property.- Returns:
- possible object is
Money
-
setTotal
public void setTotal(Money value)
Sets the value of the total property.- Parameters:
value- allowed object isMoney
-
getAdditionalMaterial
public java.util.List<Coding> 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 JAXB 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
public java.util.List<ClaimMissingTeeth> 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 JAXB 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
-
withIdentifier
public Claim withIdentifier(Identifier... values)
-
withIdentifier
public Claim withIdentifier(java.util.Collection<Identifier> values)
-
withTargetIdentifier
public Claim withTargetIdentifier(Identifier value)
-
withProviderIdentifier
public Claim withProviderIdentifier(Identifier value)
-
withOrganizationIdentifier
public Claim withOrganizationIdentifier(Identifier value)
-
withEntererIdentifier
public Claim withEntererIdentifier(Identifier value)
-
withFacilityIdentifier
public Claim withFacilityIdentifier(Identifier value)
-
withRelated
public Claim withRelated(ClaimRelated... values)
-
withRelated
public Claim withRelated(java.util.Collection<ClaimRelated> values)
-
withPrescriptionIdentifier
public Claim withPrescriptionIdentifier(Identifier value)
-
withOriginalPrescriptionIdentifier
public Claim withOriginalPrescriptionIdentifier(Identifier value)
-
withPayee
public Claim withPayee(ClaimPayee value)
-
withReferralIdentifier
public Claim withReferralIdentifier(Identifier value)
-
withDiagnosis
public Claim withDiagnosis(ClaimDiagnosis... values)
-
withDiagnosis
public Claim withDiagnosis(java.util.Collection<ClaimDiagnosis> values)
-
withProcedure
public Claim withProcedure(ClaimProcedure... values)
-
withProcedure
public Claim withProcedure(java.util.Collection<ClaimProcedure> values)
-
withPatientIdentifier
public Claim withPatientIdentifier(Identifier value)
-
withCoverage
public Claim withCoverage(ClaimCoverage... values)
-
withCoverage
public Claim withCoverage(java.util.Collection<ClaimCoverage> values)
-
withInterventionException
public Claim withInterventionException(java.util.Collection<Coding> values)
-
withOnset
public Claim withOnset(ClaimOnset... values)
-
withOnset
public Claim withOnset(java.util.Collection<ClaimOnset> values)
-
withMissingTeeth
public Claim withMissingTeeth(ClaimMissingTeeth... values)
-
withMissingTeeth
public Claim withMissingTeeth(java.util.Collection<ClaimMissingTeeth> values)
-
withText
public Claim withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public Claim withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public Claim withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public Claim withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public Claim withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public Claim withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public Claim withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public Claim withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public Claim withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public Claim withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public Claim withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-