Class TClaimInformation
Unit
bsFhir_stu3
Declaration
type TClaimInformation = 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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
Sequence of the information element which serves to provide a link.
|
|
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 which may influence the adjudication.
|
|
property timing : TElement read Gettiming write Settiming; |
The date when or period to which this information refers.
|
|
property value : TElement read Getvalue write Setvalue; |
Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.
|
|
property reason : TCodeableConcept read Getreason write Setreason; |
For example, provides the reason for: the additional stay, or missing tooth or any other situation where a reason code is required in addition to the content.
|
Generated by PasDoc 0.15.0.
|