Class TClaimDiagnosis

Unit

Declaration

type TClaimDiagnosis = 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 diagnosis : TElement read Getdiagnosis write Setdiagnosis;
Public property type_ : TCodeableConceptArray read Gettype_Array;
Public property packageCode : TCodeableConcept read GetpackageCode write SetpackageCode;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

Sequence of diagnosis which serves to provide a link.

Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
 
Public property diagnosis : TElement read Getdiagnosis write Setdiagnosis;

The diagnosis.

Public property type_ : TCodeableConceptArray read Gettype_Array;

The type of the Diagnosis, for example: admitting, primary, secondary, discharge.

Public property packageCode : TCodeableConcept read GetpackageCode write SetpackageCode;

The package billing code, for example DRG, based on the assigned grouping code system.


Generated by PasDoc 0.15.0.