public static class ClaimResponse.AddedItemComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected List<ClaimResponse.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
A code to indicate the Professional Service or Product supplied.
|
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<ClaimResponse.AdjudicationComponent> adjudication
public AddedItemComponent()
public List<PositiveIntType> getItemSequence()
itemSequence (List of input service items which this service line is intended to replace.)public ClaimResponse.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 ClaimResponse.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 ClaimResponse.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 ClaimResponse.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 ClaimResponse.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 ClaimResponse.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 (A code to indicate the Professional Service or Product supplied.)public boolean hasService()
public ClaimResponse.AddedItemComponent setService(CodeableConcept value)
value - service (A code to indicate the Professional Service or Product supplied.)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 ClaimResponse.AddedItemComponent setModifier(List<CodeableConcept> theModifier)
this for easy method chainingpublic boolean hasModifier()
public CodeableConcept addModifier()
public ClaimResponse.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 ClaimResponse.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 ClaimResponse.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 ClaimResponse.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<ClaimResponse.AdjudicationComponent> getAdjudication()
adjudication (The adjudications results.)public ClaimResponse.AddedItemComponent setAdjudication(List<ClaimResponse.AdjudicationComponent> theAdjudication)
this for easy method chainingpublic boolean hasAdjudication()
public ClaimResponse.AdjudicationComponent addAdjudication()
public ClaimResponse.AddedItemComponent addAdjudication(ClaimResponse.AdjudicationComponent t)
public ClaimResponse.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 ClaimResponse.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.