Package org.hl7.fhir.r4.model
Class CoverageEligibilityResponse.ItemsComponent
java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.Element
org.hl7.fhir.r4.model.BackboneElement
org.hl7.fhir.r4.model.CoverageEligibilityResponse.ItemsComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
CoverageEligibilityResponse
public static class CoverageEligibilityResponse.ItemsComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected BooleanType
A boolean flag indicating whether a preauthorization is required prior to actual service delivery.protected List
<CodeableConcept> Codes or comments regarding information or actions associated with the preauthorization.protected UriType
A web location for obtaining requirements or descriptive information regarding the preauthorization.protected List
<CoverageEligibilityResponse.BenefitComponent> Benefits used to date.protected CodeableConcept
Code to identify the general type of benefits under which products and services are provided.protected StringType
A richer description of the benefit or services covered.protected BooleanType
True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.protected List
<CodeableConcept> Item typification or modifiers codes to convey additional context for the product or service.protected StringType
A short name or tag for the benefit.protected CodeableConcept
Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.protected CodeableConcept
This contains the product, service, drug or other billing code for the item.protected Reference
The practitioner who is eligible for the provision of the product or service.protected Resource
The actual object that is the target of the reference (The practitioner who is eligible for the provision of the product or service.)protected CodeableConcept
The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.protected CodeableConcept
Indicates if the benefits apply to an individual or to the family.Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
boolean
boolean
getName()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) getTerm()
String[]
getTypesForProperty
(int hash, String name) getUnit()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasName()
boolean
boolean
boolean
boolean
boolean
hasTerm()
boolean
hasUnit()
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setAuthorizationRequired
(boolean value) setAuthorizationSupporting
(List<CodeableConcept> theAuthorizationSupporting) setAuthorizationUrl
(String value) setBenefit
(List<CoverageEligibilityResponse.BenefitComponent> theBenefit) setCategory
(CodeableConcept value) setDescription
(String value) setDescriptionElement
(StringType value) setExcluded
(boolean value) setExcludedElement
(BooleanType value) setModifier
(List<CodeableConcept> theModifier) setNameElement
(StringType value) setNetwork
(CodeableConcept value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setProvider
(Reference value) setProviderTarget
(Resource value) setTerm
(CodeableConcept value) setUnit
(CodeableConcept value) Methods inherited from class org.hl7.fhir.r4.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyExtensions, copyNewExtensions, copyValues, getExtensionByUrl, getExtensionsByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasExtension, hasExtension, hasModifierExtension, removeExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
category
Code to identify the general type of benefits under which products and services are provided. -
productOrService
This contains the product, service, drug or other billing code for the item. -
modifier
Item typification or modifiers codes to convey additional context for the product or service. -
provider
The practitioner who is eligible for the provision of the product or service. -
providerTarget
The actual object that is the target of the reference (The practitioner who is eligible for the provision of the product or service.) -
excluded
True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage. -
name
A short name or tag for the benefit. -
description
A richer description of the benefit or services covered. -
network
Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers. -
unit
Indicates if the benefits apply to an individual or to the family. -
term
The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'. -
benefit
Benefits used to date. -
authorizationRequired
A boolean flag indicating whether a preauthorization is required prior to actual service delivery. -
authorizationSupporting
Codes or comments regarding information or actions associated with the preauthorization. -
authorizationUrl
A web location for obtaining requirements or descriptive information regarding the preauthorization.
-
-
Constructor Details
-
ItemsComponent
public ItemsComponent()Constructor
-
-
Method Details
-
getCategory
- Returns:
category
(Code to identify the general type of benefits under which products and services are provided.)
-
hasCategory
-
setCategory
- Parameters:
value
-category
(Code to identify the general type of benefits under which products and services are provided.)
-
getProductOrService
- Returns:
productOrService
(This contains the product, service, drug or other billing code for the item.)
-
hasProductOrService
-
setProductOrService
- Parameters:
value
-productOrService
(This contains the product, service, drug or other billing code for the item.)
-
getModifier
- Returns:
modifier
(Item typification or modifiers codes to convey additional context for the product or service.)
-
setModifier
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasModifier
-
addModifier
-
addModifier
-
getModifierFirstRep
- Returns:
- The first repetition of repeating field
modifier
, creating it if it does not already exist
-
getProvider
- Returns:
provider
(The practitioner who is eligible for the provision of the product or service.)
-
hasProvider
-
setProvider
- Parameters:
value
-provider
(The practitioner who is eligible for the provision of the product or service.)
-
getProviderTarget
- Returns:
provider
The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The practitioner who is eligible for the provision of the product or service.)
-
setProviderTarget
- Parameters:
value
-provider
The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The practitioner who is eligible for the provision of the product or service.)
-
getExcludedElement
- Returns:
excluded
(True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.). This is the underlying object with id, value and extensions. The accessor "getExcluded" gives direct access to the value
-
hasExcludedElement
-
hasExcluded
-
setExcludedElement
- Parameters:
value
-excluded
(True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.). This is the underlying object with id, value and extensions. The accessor "getExcluded" gives direct access to the value
-
getExcluded
- Returns:
- True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.
-
setExcluded
- Parameters:
value
- True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.
-
getNameElement
- Returns:
name
(A short name or tag for the benefit.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
-
hasName
-
setNameElement
- Parameters:
value
-name
(A short name or tag for the benefit.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
getName
- Returns:
- A short name or tag for the benefit.
-
setName
- Parameters:
value
- A short name or tag for the benefit.
-
getDescriptionElement
- Returns:
description
(A richer description of the benefit or services covered.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
-
hasDescription
-
setDescriptionElement
- Parameters:
value
-description
(A richer description of the benefit or services covered.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
- Returns:
- A richer description of the benefit or services covered.
-
setDescription
- Parameters:
value
- A richer description of the benefit or services covered.
-
getNetwork
- Returns:
network
(Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.)
-
hasNetwork
-
setNetwork
- Parameters:
value
-network
(Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.)
-
getUnit
- Returns:
unit
(Indicates if the benefits apply to an individual or to the family.)
-
hasUnit
-
setUnit
- Parameters:
value
-unit
(Indicates if the benefits apply to an individual or to the family.)
-
getTerm
- Returns:
term
(The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.)
-
hasTerm
-
setTerm
- Parameters:
value
-term
(The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.)
-
getBenefit
- Returns:
benefit
(Benefits used to date.)
-
setBenefit
public CoverageEligibilityResponse.ItemsComponent setBenefit(List<CoverageEligibilityResponse.BenefitComponent> theBenefit) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasBenefit
-
addBenefit
-
addBenefit
-
getBenefitFirstRep
- Returns:
- The first repetition of repeating field
benefit
, creating it if it does not already exist
-
getAuthorizationRequiredElement
- Returns:
authorizationRequired
(A boolean flag indicating whether a preauthorization is required prior to actual service delivery.). This is the underlying object with id, value and extensions. The accessor "getAuthorizationRequired" gives direct access to the value
-
hasAuthorizationRequiredElement
-
hasAuthorizationRequired
-
setAuthorizationRequiredElement
public CoverageEligibilityResponse.ItemsComponent setAuthorizationRequiredElement(BooleanType value) - Parameters:
value
-authorizationRequired
(A boolean flag indicating whether a preauthorization is required prior to actual service delivery.). This is the underlying object with id, value and extensions. The accessor "getAuthorizationRequired" gives direct access to the value
-
getAuthorizationRequired
- Returns:
- A boolean flag indicating whether a preauthorization is required prior to actual service delivery.
-
setAuthorizationRequired
- Parameters:
value
- A boolean flag indicating whether a preauthorization is required prior to actual service delivery.
-
getAuthorizationSupporting
- Returns:
authorizationSupporting
(Codes or comments regarding information or actions associated with the preauthorization.)
-
setAuthorizationSupporting
public CoverageEligibilityResponse.ItemsComponent setAuthorizationSupporting(List<CodeableConcept> theAuthorizationSupporting) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasAuthorizationSupporting
-
addAuthorizationSupporting
-
addAuthorizationSupporting
-
getAuthorizationSupportingFirstRep
- Returns:
- The first repetition of repeating field
authorizationSupporting
, creating it if it does not already exist
-
getAuthorizationUrlElement
- Returns:
authorizationUrl
(A web location for obtaining requirements or descriptive information regarding the preauthorization.). This is the underlying object with id, value and extensions. The accessor "getAuthorizationUrl" gives direct access to the value
-
hasAuthorizationUrlElement
-
hasAuthorizationUrl
-
setAuthorizationUrlElement
- Parameters:
value
-authorizationUrl
(A web location for obtaining requirements or descriptive information regarding the preauthorization.). This is the underlying object with id, value and extensions. The accessor "getAuthorizationUrl" gives direct access to the value
-
getAuthorizationUrl
- Returns:
- A web location for obtaining requirements or descriptive information regarding the preauthorization.
-
setAuthorizationUrl
- Parameters:
value
- A web location for obtaining requirements or descriptive information regarding the preauthorization.
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
copyValues
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-