Class TClaimDiagnosis

Unit

Declaration

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

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

A number to uniquely identify diagnosis entries.

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

The nature of illness or problem in a coded form or as a reference to an external defined Condition.

Public property type_ : TCodeableConceptArray read Gettype_Array;

When the condition was observed or the relative ranking.

Public property onAdmission : TCodeableConcept read GetonAdmission write SetonAdmission;

Indication of whether the diagnosis was present on admission to a facility.

Public property packageCode : TCodeableConcept read GetpackageCode write SetpackageCode;

A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.


Generated by PasDoc 0.15.0.