ExplanationOfBenefitItem
open class ExplanationOfBenefitItem: BackboneElement
Goods and Services.
First tier of goods and services.
-
Goods and Services.
First tier of goods and services.
Declaration
Swift
override open class var resourceType: String
-
Adjudication details.
Declaration
Swift
public var adjudication: [ExplanationOfBenefitItemAdjudication]?
-
Service Location.
Declaration
Swift
public var bodySite: CodeableConcept?
-
Applicable careteam members.
Declaration
Swift
public var careTeamLinkId: [FHIRInteger]?
-
Type of service or product.
Declaration
Swift
public var category: CodeableConcept?
-
Additional items.
Declaration
Swift
public var detail: [ExplanationOfBenefitItemDetail]?
-
Applicable diagnoses.
Declaration
Swift
public var diagnosisLinkId: [FHIRInteger]?
-
Encounters related to this billed item.
Declaration
Swift
public var encounter: [Reference]?
-
Price scaling factor.
Declaration
Swift
public var factor: FHIRDecimal?
-
Applicable exception and supporting information.
Declaration
Swift
public var informationLinkId: [FHIRInteger]?
-
Place of service.
Declaration
Swift
public var locationAddress: Address?
-
Place of service.
Declaration
Swift
public var locationCodeableConcept: CodeableConcept?
-
Place of service.
Declaration
Swift
public var locationReference: Reference?
-
Service/Product billing modifiers.
Declaration
Swift
public var modifier: [CodeableConcept]?
-
Total item cost.
Declaration
Swift
public var net: Money?
-
List of note numbers which apply.
Declaration
Swift
public var noteNumber: [FHIRInteger]?
-
Applicable procedures.
Declaration
Swift
public var procedureLinkId: [FHIRInteger]?
-
Program specific reason for item inclusion.
Declaration
Swift
public var programCode: [CodeableConcept]?
-
Count of Products or Services.
Declaration
Swift
public var quantity: Quantity?
-
Revenue or cost center code.
Declaration
Swift
public var revenue: CodeableConcept?
-
Service instance.
Declaration
Swift
public var sequence: FHIRInteger?
-
Billing Code.
Declaration
Swift
public var service: CodeableConcept?
-
Date or dates of Service.
Declaration
Swift
public var servicedDate: FHIRDate?
-
Date or dates of Service.
Declaration
Swift
public var servicedPeriod: Period?
-
Service Sub-location.
Declaration
Swift
public var subSite: [CodeableConcept]?
-
Unique Device Identifier.
Declaration
Swift
public var udi: [Reference]?
-
Fee, charge or cost per point.
Declaration
Swift
public var unitPrice: Money?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(sequence: FHIRInteger)
-
Convenience initializer, taking all required properties as arguments.
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 ExplanationOfBenefitItem: BackboneElement