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
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
 - 
                  
                  
Undocumented
Declaration
Swift
open class ClaimResponseAddItemDetail: BackboneElement 
            View on GitHub
          
            Install in Dash
          
      ClaimResponseAddItemDetail Class Reference