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 timing : TElement read Gettiming write Settiming;
Public property value : TElement read Getvalue write Setvalue;
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 timing : TElement read Gettiming write Settiming;

The date when or period to which this information refers.

Public property value : TElement read Getvalue write Setvalue;

Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.

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.