ClaimResponseAddItem
open class ClaimResponseAddItem: BackboneElement
Insurer added line items.
The first tier service adjudications for payor added services.
-
Insurer added line items.
The first tier service adjudications for payor added services.
Declaration
Swift
override open class var resourceType: String
-
Added items adjudication.
Declaration
Swift
public var adjudication: [ClaimResponseItemAdjudication]?
-
Type of service or product.
Declaration
Swift
public var category: CodeableConcept?
-
Added items details.
Declaration
Swift
public var detail: [ClaimResponseAddItemDetail]?
-
Professional fee or Product charge.
Declaration
Swift
public var fee: Money?
-
Service/Product billing modifiers.
Declaration
Swift
public var modifier: [CodeableConcept]?
-
List of note numbers which apply.
Declaration
Swift
public var noteNumber: [FHIRInteger]?
-
Revenue or cost center code.
Declaration
Swift
public var revenue: CodeableConcept?
-
Service instances.
Declaration
Swift
public var sequenceLinkId: [FHIRInteger]?
-
Group, Service or Product.
Declaration
Swift
public var service: CodeableConcept?
-
Group, Service or Product.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class ClaimResponseAddItem: BackboneElement