Skip to main content

ClaimResponseAddItem

No description

type ClaimResponseAddItem {
id: String
extension: [Extension]
modifierExtension: [Extension]
itemSequence: [positiveInt]
_itemSequence: [ElementBase]
detailSequence: [positiveInt]
_detailSequence: [ElementBase]
subdetailSequence: [positiveInt]
_subdetailSequence: [ElementBase]
provider: [Reference]
productOrService: CodeableConcept!
modifier: [CodeableConcept]
programCode: [CodeableConcept]
servicedDate: date
_servicedDate: ElementBase
servicedPeriod: Period
locationCodeableConcept: CodeableConcept
locationAddress: Address
locationReference: Reference
quantity: Quantity
unitPrice: Money
factor: decimal
_factor: ElementBase
net: Money
bodySite: CodeableConcept
subSite: [CodeableConcept]
noteNumber: [positiveInt]
_noteNumber: [ElementBase]
adjudication: [ClaimResponseItemAdjudication]!
detail: [ClaimResponseItemDetail]
}

Fields

ClaimResponseAddItem.id ● String scalar

ClaimResponseAddItem.extension ● [Extension] list object

ClaimResponseAddItem.modifierExtension ● [Extension] list object

ClaimResponseAddItem.itemSequence ● [positiveInt] list scalar

ClaimResponseAddItem._itemSequence ● [ElementBase] list object

ClaimResponseAddItem.detailSequence ● [positiveInt] list scalar

ClaimResponseAddItem._detailSequence ● [ElementBase] list object

ClaimResponseAddItem.subdetailSequence ● [positiveInt] list scalar

ClaimResponseAddItem._subdetailSequence ● [ElementBase] list object

ClaimResponseAddItem.provider ● [Reference] list object

ClaimResponseAddItem.productOrService ● CodeableConcept! non-null object

ClaimResponseAddItem.modifier ● [CodeableConcept] list object

ClaimResponseAddItem.programCode ● [CodeableConcept] list object

ClaimResponseAddItem.servicedDate ● date scalar

ClaimResponseAddItem._servicedDate ● ElementBase object

ClaimResponseAddItem.servicedPeriod ● Period object

ClaimResponseAddItem.locationCodeableConcept ● CodeableConcept object

ClaimResponseAddItem.locationAddress ● Address object

ClaimResponseAddItem.locationReference ● Reference object

ClaimResponseAddItem.quantity ● Quantity object

ClaimResponseAddItem.unitPrice ● Money object

ClaimResponseAddItem.factor ● decimal scalar

ClaimResponseAddItem._factor ● ElementBase object

ClaimResponseAddItem.net ● Money object

ClaimResponseAddItem.bodySite ● CodeableConcept object

ClaimResponseAddItem.subSite ● [CodeableConcept] list object

ClaimResponseAddItem.noteNumber ● [positiveInt] list scalar

ClaimResponseAddItem._noteNumber ● [ElementBase] list object

ClaimResponseAddItem.adjudication ● [ClaimResponseItemAdjudication]! non-null object

ClaimResponseAddItem.detail ● [ClaimResponseItemDetail] list object

Member Of

ClaimResponse object ● IClaimResponse interface