Class TExplanationOfBenefitProcessNote
Unit
bsFhir_r4b
Declaration
type TExplanationOfBenefitProcessNote = class(TBackboneElement)
Description
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property number : Int64 read Getnumber write Setnumber; |
A number to uniquely identify a note entry.
|
|
property numberElement : TpositiveInt read GetnumberElement write SetnumberElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
The business purpose of the note text.
|
|
property type_Element : TNoteType read Gettype_Element write Settype_Element; |
|
|
property text : string read Gettext write Settext; |
The explanation or description associated with the processing.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
|
property language : TCodeableConcept read Getlanguage write Setlanguage; |
A code to define the language used in the text of the note.
|
Generated by PasDoc 0.15.0.
|