Class TClaimProcedure

Unit

Declaration

type TClaimProcedure = 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 type_ : TCodeableConceptArray read Gettype_Array;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property procedure_ : TElement read Getprocedure_ write Setprocedure_;
Public property udi : TReferenceArray read GetudiArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : Int64 read Getsequence write Setsequence;

A number to uniquely identify procedure entries.

Public property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement;
 
Public property type_ : TCodeableConceptArray read Gettype_Array;

When the condition was observed or the relative ranking.

Public property date_ : string read Getdate_ write Setdate_;

Date and optionally time the procedure was performed.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property procedure_ : TElement read Getprocedure_ write Setprocedure_;

The code or reference to a Procedure resource which identifies the clinical intervention performed.

Public property udi : TReferenceArray read GetudiArray;

Unique Device Identifiers associated with this line item.


Generated by PasDoc 0.15.0.