ExplanationOfBenefit
open class ExplanationOfBenefit: DomainResource
Explanation of Benefit resource.
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
-
Explanation of Benefit resource.
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Declaration
Swift
override open class var resourceType: String -
Details of an accident.
Declaration
Swift
public var accident: ExplanationOfBenefitAccident? -
Insurer added line items.
Declaration
Swift
public var addItem: [ExplanationOfBenefitAddItem]? -
Balance by Benefit Category.
Declaration
Swift
public var benefitBalance: [ExplanationOfBenefitBenefitBalance]? -
Period for charge submission.
Declaration
Swift
public var billablePeriod: Period? -
Care Team members.
Declaration
Swift
public var careTeam: [ExplanationOfBenefitCareTeam]? -
Claim reference.
Declaration
Swift
public var claim: Reference? -
Claim response reference.
Declaration
Swift
public var claimResponse: Reference? -
Creation date.
Declaration
Swift
public var created: DateTime? -
List of Diagnosis.
Declaration
Swift
public var diagnosis: [ExplanationOfBenefitDiagnosis]? -
Disposition Message.
Declaration
Swift
public var disposition: FHIRString? -
Period unable to work.
Declaration
Swift
public var employmentImpacted: Period? -
Author.
Declaration
Swift
public var enterer: Reference? -
Servicing Facility.
Declaration
Swift
public var facility: Reference? -
Printed Form Identifier.
Declaration
Swift
public var form: CodeableConcept? -
Period in hospital.
Declaration
Swift
public var hospitalization: Period? -
Business Identifier.
Declaration
Swift
public var identifier: [Identifier]? -
Exceptions, special considerations, the condition, situation, prior or concurrent issues.
Declaration
Swift
public var information: [ExplanationOfBenefitInformation]? -
Insurance or medical plan.
Declaration
Swift
public var insurance: ExplanationOfBenefitInsurance? -
Insurer responsible for the EOB.
Declaration
Swift
public var insurer: Reference? -
Goods and Services.
Declaration
Swift
public var item: [ExplanationOfBenefitItem]? -
Responsible organization for the claim.
Declaration
Swift
public var organization: Reference? -
Original prescription if superceded by fulfiller.
Declaration
Swift
public var originalPrescription: Reference? -
complete | error | partial.
Declaration
Swift
public var outcome: CodeableConcept? -
The subject of the Products and Services.
Declaration
Swift
public var patient: Reference? -
Party to be paid any benefits payable.
Declaration
Swift
public var payee: ExplanationOfBenefitPayee? -
Payment (if paid).
Declaration
Swift
public var payment: ExplanationOfBenefitPayment? -
Precedence (primary, secondary, etc.).
Declaration
Swift
public var precedence: FHIRInteger? -
Prescription authorizing services or products.
Declaration
Swift
public var prescription: Reference? -
Procedures performed.
Declaration
Swift
public var procedure: [ExplanationOfBenefitProcedure]? -
Processing notes.
Declaration
Swift
public var processNote: [ExplanationOfBenefitProcessNote]? -
Responsible provider for the claim.
Declaration
Swift
public var provider: Reference? -
Treatment Referral.
Declaration
Swift
public var referral: Reference? -
Related Claims which may be revelant to processing this claim.
Declaration
Swift
public var related: [ExplanationOfBenefitRelated]? -
The status of the resource instance.
Declaration
Swift
public var status: ExplanationOfBenefitStatus? -
Finer grained claim type information.
Declaration
Swift
public var subType: [CodeableConcept]? -
Total benefit payable for the Claim.
Declaration
Swift
public var totalBenefit: Money? -
Total Cost of service from the Claim.
Declaration
Swift
public var totalCost: Money? -
Type or discipline.
Declaration
Swift
public var type: CodeableConcept? -
Unallocated deductable.
Declaration
Swift
public var unallocDeductable: Money? -
Unallocated deductable.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class ExplanationOfBenefit: DomainResource
View on GitHub
Install in Dash
ExplanationOfBenefit Class Reference