public static class ExplanationOfBenefit.AddedItemComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected List<ExplanationOfBenefit.AdjudicationComponent> |
adjudication
The adjudications results.
|
protected List<PositiveIntType> |
detailSequence
The sequence number of the addition within the line item submitted which contains the error.
|
protected Money |
fee
The fee charged for the professional service or product.
|
protected List<PositiveIntType> |
itemSequence
List of input service items which this service line is intended to replace.
|
protected List<CodeableConcept> |
modifier
Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours.
|
protected List<PositiveIntType> |
noteNumber
A list of note references to the notes provided below.
|
protected CodeableConcept |
service
If this is an actual service or product line, ie.
|
protected List<PositiveIntType> |
subDetailSequence
The sequence number of the addition within the line item submitted which contains the error.
|
modifierExtension| Constructor and Description |
|---|
AddedItemComponent()
Constructor
|
addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtensionaddExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, 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, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentprotected List<PositiveIntType> itemSequence
protected List<PositiveIntType> detailSequence
protected List<PositiveIntType> subDetailSequence
protected CodeableConcept service
protected List<CodeableConcept> modifier
protected List<PositiveIntType> noteNumber
protected List<ExplanationOfBenefit.AdjudicationComponent> adjudication
public AddedItemComponent()
public List<PositiveIntType> getItemSequence()
itemSequence (List of input service items which this service line is intended to replace.)public ExplanationOfBenefit.AddedItemComponent setItemSequence(List<PositiveIntType> theItemSequence)
this for easy method chainingpublic boolean hasItemSequence()
public PositiveIntType addItemSequenceElement()
itemSequence (List of input service items which this service line is intended to replace.)public ExplanationOfBenefit.AddedItemComponent addItemSequence(int value)
value - itemSequence (List of input service items which this service line is intended to replace.)public boolean hasItemSequence(int value)
value - itemSequence (List of input service items which this service line is intended to replace.)public List<PositiveIntType> getDetailSequence()
detailSequence (The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.)public ExplanationOfBenefit.AddedItemComponent setDetailSequence(List<PositiveIntType> theDetailSequence)
this for easy method chainingpublic boolean hasDetailSequence()
public PositiveIntType addDetailSequenceElement()
detailSequence (The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.)public ExplanationOfBenefit.AddedItemComponent addDetailSequence(int value)
value - detailSequence (The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.)public boolean hasDetailSequence(int value)
value - detailSequence (The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.)public List<PositiveIntType> getSubDetailSequence()
subDetailSequence (The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.)public ExplanationOfBenefit.AddedItemComponent setSubDetailSequence(List<PositiveIntType> theSubDetailSequence)
this for easy method chainingpublic boolean hasSubDetailSequence()
public PositiveIntType addSubDetailSequenceElement()
subDetailSequence (The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.)public ExplanationOfBenefit.AddedItemComponent addSubDetailSequence(int value)
value - subDetailSequence (The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.)public boolean hasSubDetailSequence(int value)
value - subDetailSequence (The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.)public CodeableConcept getService()
service (If this is an actual service or product line, ie. not a Group, then use code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. 'glasses' or 'compound'.)public boolean hasService()
public ExplanationOfBenefit.AddedItemComponent setService(CodeableConcept value)
value - service (If this is an actual service or product line, ie. not a Group, then use code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI). If a grouping item then use a group code to indicate the type of thing being grouped eg. 'glasses' or 'compound'.)public List<CodeableConcept> getModifier()
modifier (Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours.)public ExplanationOfBenefit.AddedItemComponent setModifier(List<CodeableConcept> theModifier)
this for easy method chainingpublic boolean hasModifier()
public CodeableConcept addModifier()
public ExplanationOfBenefit.AddedItemComponent addModifier(CodeableConcept t)
public CodeableConcept getModifierFirstRep()
modifier, creating it if it does not already existpublic Money getFee()
fee (The fee charged for the professional service or product.)public boolean hasFee()
public ExplanationOfBenefit.AddedItemComponent setFee(Money value)
value - fee (The fee charged for the professional service or product.)public List<PositiveIntType> getNoteNumber()
noteNumber (A list of note references to the notes provided below.)public ExplanationOfBenefit.AddedItemComponent setNoteNumber(List<PositiveIntType> theNoteNumber)
this for easy method chainingpublic boolean hasNoteNumber()
public PositiveIntType addNoteNumberElement()
noteNumber (A list of note references to the notes provided below.)public ExplanationOfBenefit.AddedItemComponent addNoteNumber(int value)
value - noteNumber (A list of note references to the notes provided below.)public boolean hasNoteNumber(int value)
value - noteNumber (A list of note references to the notes provided below.)public List<ExplanationOfBenefit.AdjudicationComponent> getAdjudication()
adjudication (The adjudications results.)public ExplanationOfBenefit.AddedItemComponent setAdjudication(List<ExplanationOfBenefit.AdjudicationComponent> theAdjudication)
this for easy method chainingpublic boolean hasAdjudication()
public ExplanationOfBenefit.AdjudicationComponent addAdjudication()
public ExplanationOfBenefit.AddedItemComponent addAdjudication(ExplanationOfBenefit.AdjudicationComponent t)
public ExplanationOfBenefit.AdjudicationComponent getAdjudicationFirstRep()
adjudication, creating it if it does not already existprotected void listChildren(List<Property> children)
listChildren in class BackboneElementpublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic ExplanationOfBenefit.AddedItemComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other_)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other_)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2018 University Health Network. All rights reserved.