Class TClaimProcedure
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
A number to uniquely identify procedure entries.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property type_ : TCodeableConceptArray read Gettype_Array; |
When the condition was observed or the relative ranking.
|
|
property date_ : string read Getdate_ write Setdate_; |
Date and optionally time the procedure was performed.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property procedure_ : TElement read Getprocedure_ write Setprocedure_; |
The code or reference to a Procedure resource which identifies the clinical intervention performed.
|
|
property udi : TReferenceArray read GetudiArray; |
Unique Device Identifiers associated with this line item.
|
Generated by PasDoc 0.15.0.
|