Class TClaimInformation

Unit

Declaration

type TClaimInformation = class(TBackboneElement)

Description

A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.

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 : TCodeableConcept read Getreason write Setreason;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

Sequence of the information element which serves to provide a link.

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 which may influence the adjudication.

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 : TCodeableConcept read Getreason write Setreason;

For example, provides the reason for: the additional stay, or missing tooth or any other situation where a reason code is required in addition to the content.


Generated by PasDoc 0.15.0.