Class TClaimSupportingInfo

Unit

Declaration

type TClaimSupportingInfo = class(TBackboneElement)

Description

A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.

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;

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 : TCodeableConcept 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.