| Class TClaimResponseUnit
bsFhir_stu3 Declaration
type TClaimResponse = class(TDomainResource) Description
 This resource provides the adjudication details from the processing of a Claim resource. If the element is present, it must have either a @value, an @id, or extensions  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property identifier : TIdentifierArray read GetidentifierArray; |  | 
 The Response business identifier.  |  
|  | property status : string read Getstatus write Setstatus; |  | 
 The status of the resource instance.  |  
|  | property patient : TReference read Getpatient write Setpatient; |  | 
 Patient Resource.  |  
|  | property created : string read Getcreated write Setcreated; |  | 
 The date when the enclosed suite of services were performed or completed.  |  
|  | property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |  |  |  
|  | property insurer : TReference read Getinsurer write Setinsurer; |  | 
 The Insurer who produced this adjudicated response.  |  
|  | property requestProvider : TReference read GetrequestProvider write SetrequestProvider; |  | 
 The practitioner who is responsible for the services rendered to the patient.  |  
|  | property requestOrganization : TReference read GetrequestOrganization write SetrequestOrganization; |  | 
 The organization which is responsible for the services rendered to the patient.  |  
|  | property request : TReference read Getrequest write Setrequest; |  | 
 Original request resource referrence.  |  
|  | property outcome : TCodeableConcept read Getoutcome write Setoutcome; |  | 
 Processing outcome errror, partial or complete processing.  |  
|  | property disposition : string read Getdisposition write Setdisposition; |  | 
 A description of the status of the adjudication.  |  
|  | property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement; |  |  |  
|  | property payeeType : TCodeableConcept read GetpayeeType write SetpayeeType; |  | 
 Party to be reimbursed: Subscriber, provider, other.  |  
|  | property item : TClaimResponseItemArray read GetitemArray; |  | 
 The first tier service adjudications for submitted services.  |  
|  | property addItem : TClaimResponseAddItemArray read GetaddItemArray; |  | 
 The first tier service adjudications for payor added services.  |  
|  | property totalCost : TMoney read GettotalCost write SettotalCost; |  | 
 The total cost of the services reported.  |  
|  | property unallocDeductable : TMoney read GetunallocDeductable write SetunallocDeductable; |  | 
 The amount of deductible applied which was not allocated to any particular service line.  |  
|  | property totalBenefit : TMoney read GettotalBenefit write SettotalBenefit; |  | 
 Total amount of benefit payable (Equal to sum of the Benefit amounts from all detail lines and additions less the Unallocated Deductible).  |  
|  | property payment : TClaimResponsePayment read Getpayment write Setpayment; |  | 
 Payment details for the claim if the claim has been paid.  |  
|  | property reserved : TCoding read Getreserved write Setreserved; |  | 
 Status of funds reservation (For provider, for Patient, None).  |  
|  | property form : TCodeableConcept read Getform write Setform; |  | 
 The form to be used for printing the content.  |  
|  | property communicationRequest : TReferenceArray read GetcommunicationRequestArray; |  | 
 Request for additional supporting or authorizing information, such as: documents, images or resources.  |  
|  | property insurance : TClaimResponseInsuranceArray read GetinsuranceArray; |  | 
 Financial instrument by which payment information for health care.  |  Generated by PasDoc 0.15.0.
 |