Class TExplanationOfBenefitSupportingInfo

Unit

Declaration

type TExplanationOfBenefitSupportingInfo = class(TBackboneElement)

Description

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.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property sequence : Int64 read Getsequence write Setsequence;
Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property timingDate : string read GettimingDate write SettimingDate;
Public property timingDateElement : Tdate_ read GettimingDateElement write SettimingDateElement;
Public property timingPeriod : TPeriod read GettimingPeriod write SettimingPeriod;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;
Public property valueReference : TReference read GetvalueReference write SetvalueReference;
Public property valueIdentifier : TIdentifier read GetvalueIdentifier write SetvalueIdentifier;
Public property reason : TCoding read Getreason write Setreason;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

A number to uniquely identify supporting information entries.

Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
 
Public property category : TCodeableConcept read Getcategory write Setcategory;

The general class of the information supplied: information; exception; accident, employment; onset, etc.

Public property code : TCodeableConcept read Getcode write Setcode;

System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought.

Public property timingDate : string read GettimingDate write SettimingDate;

The date when or period to which this information refers. (choose any one of timing*, but only one)

Public property timingDateElement : Tdate_ read GettimingDateElement write SettimingDateElement;
 
Public property timingPeriod : TPeriod read GettimingPeriod write SettimingPeriod;

The date when or period to which this information refers. (choose any one of timing*, but only one)

Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueString : string read GetvalueString write SetvalueString;

Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)

Public property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment;

Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)

Public property valueReference : TReference read GetvalueReference write SetvalueReference;

Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)

Public property valueIdentifier : TIdentifier read GetvalueIdentifier write SetvalueIdentifier;

Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)

Public property reason : TCoding read Getreason write Setreason;

Provides the reason in the situation where a reason code is required in addition to the content.


Generated by PasDoc 0.15.0.