Class TClaimResponseReviewOutcome

Unit

Declaration

type TClaimResponseReviewOutcome = class(TBackboneElement)

Description

This resource provides the adjudication details from the processing of a Claim resource.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property decision : TCodeableConcept read Getdecision write Setdecision;
Public property reason : TCodeableConceptArray read GetreasonArray;
Public property preAuthRef : string read GetpreAuthRef write SetpreAuthRef;
Public property preAuthRefElement : Tstring read GetpreAuthRefElement write SetpreAuthRefElement;
Public property preAuthPeriod : TPeriod read GetpreAuthPeriod write SetpreAuthPeriod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property decision : TCodeableConcept read Getdecision write Setdecision;

The result of the claim, predetermination, or preauthorization adjudication.

Public property reason : TCodeableConceptArray read GetreasonArray;

The reasons for the result of the claim, predetermination, or preauthorization adjudication.

Public property preAuthRef : string read GetpreAuthRef write SetpreAuthRef;

Reference from the Insurer which is used in later communications which refers to this adjudication.

Public property preAuthRefElement : Tstring read GetpreAuthRefElement write SetpreAuthRefElement;
 
Public property preAuthPeriod : TPeriod read GetpreAuthPeriod write SetpreAuthPeriod;

The time frame during which this authorization is effective.


Generated by PasDoc 0.15.0.