Package org.hl7.fhir
Class EligibilityRequest
java.lang.Object
org.hl7.fhir.Resource
org.hl7.fhir.DomainResource
org.hl7.fhir.EligibilityRequest
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class EligibilityRequest
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 extensions
Java class for EligibilityRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EligibilityRequest">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<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"/>
<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="priority" 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>
<choice minOccurs="0">
<element name="patientIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="patientReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<choice minOccurs="0">
<element name="coverageIdentifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="coverageReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="businessArrangement" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<choice minOccurs="0">
<element name="servicedDate" type="{http://hl7.org/fhir}date"/>
<element name="servicedPeriod" type="{http://hl7.org/fhir}Period"/>
</choice>
<element name="benefitCategory" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
<element name="benefitSubCategory" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Codingprotected Codingprotected Stringprotected Identifierprotected Referenceprotected DateTimeprotected Identifierprotected Referenceprotected Identifierprotected Referenceprotected List<Identifier> protected Identifierprotected Referenceprotected Codingprotected Identifierprotected Referenceprotected Codingprotected Identifierprotected Referenceprotected Codingprotected Dateprotected Periodprotected Identifierprotected ReferenceFields 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 benefitCategory property.Gets the value of the benefitSubCategory property.Gets the value of the businessArrangement property.Gets the value of the coverageIdentifier property.Gets the value of the coverageReference property.Gets the value of the created 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 identifier 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 patientIdentifier property.Gets the value of the patientReference property.Gets the value of the priority property.Gets the value of the providerIdentifier property.Gets the value of the providerReference property.Gets the value of the ruleset property.Gets the value of the servicedDate property.Gets the value of the servicedPeriod property.Gets the value of the targetIdentifier property.Gets the value of the targetReference property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetBenefitCategory(Coding value) Sets the value of the benefitCategory property.voidsetBenefitSubCategory(Coding value) Sets the value of the benefitSubCategory property.voidsetBusinessArrangement(String value) Sets the value of the businessArrangement property.voidsetCoverageIdentifier(Identifier value) Sets the value of the coverageIdentifier property.voidsetCoverageReference(Reference value) Sets the value of the coverageReference property.voidsetCreated(DateTime value) Sets the value of the created 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.voidsetIdentifier(List<Identifier> 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.voidsetPatientIdentifier(Identifier value) Sets the value of the patientIdentifier property.voidsetPatientReference(Reference value) Sets the value of the patientReference 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.voidsetRuleset(Coding value) Sets the value of the ruleset property.voidsetServicedDate(Date value) Sets the value of the servicedDate property.voidsetServicedPeriod(Period value) Sets the value of the servicedPeriod property.voidsetTargetIdentifier(Identifier value) Sets the value of the targetIdentifier property.voidsetTargetReference(Reference value) Sets the value of the targetReference property.toString()withBenefitCategory(Coding value) withBenefitSubCategory(Coding value) withBusinessArrangement(String value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withCoverageIdentifier(Identifier value) withCoverageReference(Reference value) withCreated(DateTime value) withEntererIdentifier(Identifier value) withEntererReference(Reference value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFacilityIdentifier(Identifier value) withFacilityReference(Reference value) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOriginalRuleset(Coding value) withPatientIdentifier(Identifier value) withPatientReference(Reference value) withPriority(Coding value) withProviderIdentifier(Identifier value) withProviderReference(Reference value) withRuleset(Coding value) withServicedDate(Date value) withServicedPeriod(Period value) withTargetIdentifier(Identifier value) withTargetReference(Reference 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
-
ruleset
-
originalRuleset
-
created
-
targetIdentifier
-
targetReference
-
providerIdentifier
-
providerReference
-
organizationIdentifier
-
organizationReference
-
priority
-
entererIdentifier
-
entererReference
-
facilityIdentifier
-
facilityReference
-
patientIdentifier
-
patientReference
-
coverageIdentifier
-
coverageReference
-
businessArrangement
-
servicedDate
-
servicedPeriod
-
benefitCategory
-
benefitSubCategory
-
-
Constructor Details
-
EligibilityRequest
public EligibilityRequest()
-
-
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 -
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
-
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
-
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
-
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
-
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
-
getCoverageIdentifier
Gets the value of the coverageIdentifier property.- Returns:
- possible object is
Identifier
-
setCoverageIdentifier
Sets the value of the coverageIdentifier property.- Parameters:
value- allowed object isIdentifier
-
getCoverageReference
Gets the value of the coverageReference property.- Returns:
- possible object is
Reference
-
setCoverageReference
Sets the value of the coverageReference property.- Parameters:
value- allowed object isReference
-
getBusinessArrangement
Gets the value of the businessArrangement property.- Returns:
- possible object is
String
-
setBusinessArrangement
Sets the value of the businessArrangement property.- Parameters:
value- allowed object isString
-
getServicedDate
Gets the value of the servicedDate property.- Returns:
- possible object is
Date
-
setServicedDate
Sets the value of the servicedDate property.- Parameters:
value- allowed object isDate
-
getServicedPeriod
Gets the value of the servicedPeriod property.- Returns:
- possible object is
Period
-
setServicedPeriod
Sets the value of the servicedPeriod property.- Parameters:
value- allowed object isPeriod
-
getBenefitCategory
Gets the value of the benefitCategory property.- Returns:
- possible object is
Coding
-
setBenefitCategory
Sets the value of the benefitCategory property.- Parameters:
value- allowed object isCoding
-
getBenefitSubCategory
Gets the value of the benefitSubCategory property.- Returns:
- possible object is
Coding
-
setBenefitSubCategory
Sets the value of the benefitSubCategory property.- Parameters:
value- allowed object isCoding
-
withIdentifier
-
withIdentifier
-
withRuleset
-
withOriginalRuleset
-
withCreated
-
withTargetIdentifier
-
withTargetReference
-
withProviderIdentifier
-
withProviderReference
-
withOrganizationIdentifier
-
withOrganizationReference
-
withPriority
-
withEntererIdentifier
-
withEntererReference
-
withFacilityIdentifier
-
withFacilityReference
-
withPatientIdentifier
-
withPatientReference
-
withCoverageIdentifier
-
withCoverageReference
-
withBusinessArrangement
-
withServicedDate
-
withServicedPeriod
-
withBenefitCategory
-
withBenefitSubCategory
-
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
-