ClaimResponseAddItemDetail
open class ClaimResponseAddItemDetail: BackboneElement
Added items details.
The second tier service adjudications for payor added services.
-
Added items details.
The second tier service adjudications for payor added services.
Declaration
Swift
override open class var resourceType: String
-
Added items detail adjudication.
Declaration
Swift
public var adjudication: [ClaimResponseItemAdjudication]?
-
Type of service or product.
Declaration
Swift
public var category: CodeableConcept?
-
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 or Product.
Declaration
Swift
public var service: CodeableConcept?
-
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 ClaimResponseAddItemDetail: BackboneElement