ExplanationOfBenefitAddItemDetail
open class ExplanationOfBenefitAddItemDetail: 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: [ExplanationOfBenefitItemAdjudication]? -
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? -
Billing Code.
Declaration
Swift
public var service: CodeableConcept? -
Billing Code.
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 ExplanationOfBenefitAddItemDetail: BackboneElement
View on GitHub
Install in Dash
ExplanationOfBenefitAddItemDetail Class Reference