ClaimResponse
open class ClaimResponse: DomainResource
Remittance resource.
This resource provides the adjudication details from the processing of a Claim resource.
-
Remittance resource.
This resource provides the adjudication details from the processing of a Claim resource.
Declaration
Swift
override open class var resourceType: String -
Insurer added line items.
Declaration
Swift
public var addItem: [ClaimResponseAddItem]? -
Request for additional information.
Declaration
Swift
public var communicationRequest: [Reference]? -
Creation date.
Declaration
Swift
public var created: DateTime? -
Disposition Message.
Declaration
Swift
public var disposition: FHIRString? -
Processing errors.
Declaration
Swift
public var error: [ClaimResponseError]? -
Printed Form Identifier.
Declaration
Swift
public var form: CodeableConcept? -
Response number.
Declaration
Swift
public var identifier: [Identifier]? -
Insurance or medical plan.
Declaration
Swift
public var insurance: [ClaimResponseInsurance]? -
Insurance issuing organization.
Declaration
Swift
public var insurer: Reference? -
Line items.
Declaration
Swift
public var item: [ClaimResponseItem]? -
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 payeeType: CodeableConcept? -
Payment details, if paid.
Declaration
Swift
public var payment: ClaimResponsePayment? -
Processing notes.
Declaration
Swift
public var processNote: [ClaimResponseProcessNote]? -
Id of resource triggering adjudication.
Declaration
Swift
public var request: Reference? -
Responsible organization.
Declaration
Swift
public var requestOrganization: Reference? -
Responsible practitioner.
Declaration
Swift
public var requestProvider: Reference? -
Funds reserved status.
Declaration
Swift
public var reserved: Coding? -
active | cancelled | draft | entered-in-error.
Declaration
Swift
public var status: FHIRString? -
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? -
Unallocated deductible.
Declaration
Swift
public var unallocDeductable: Money? -
Unallocated deductible.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class ClaimResponse: DomainResource
View on GitHub
Install in Dash
ClaimResponse Class Reference