Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TClaimSupportingInfo
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
A number to uniquely identify supporting information entries.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property category : TCodeableConcept read Getcategory write Setcategory; |
The general class of the information supplied: information; exception; accident, employment; onset, etc.
|
|
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.
|
|
property timingDate : string read GettimingDate write SettimingDate; |
The date when or period to which this information refers. (choose any one of timing*, but only one)
|
|
property timingDateElement : Tdate_ read GettimingDateElement write SettimingDateElement; |
|
|
property timingPeriod : TPeriod read GettimingPeriod write SettimingPeriod; |
The date when or period to which this information refers. (choose any one of timing*, but only one)
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueString : string read GetvalueString write SetvalueString; |
Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)
|
|
property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment; |
Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)
|
|
property valueReference : TReference read GetvalueReference write SetvalueReference; |
Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)
|
|
property valueIdentifier : TIdentifier read GetvalueIdentifier write SetvalueIdentifier; |
Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data. (choose any one of value*, but only one)
|
|
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.
|