Class TExplanationOfBenefitProcessNote

Unit

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

Public constructor Create; override;

Properties

Public property number : Int64 read Getnumber write Setnumber;
Public property numberElement : TpositiveInt read GetnumberElement write SetnumberElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TNoteType read Gettype_Element write Settype_Element;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;
Public property language : TCodeableConcept read Getlanguage write Setlanguage;

Description

Methods

Public constructor Create; override;
 

Properties

Public property number : Int64 read Getnumber write Setnumber;

A number to uniquely identify a note entry.

Public property numberElement : TpositiveInt read GetnumberElement write SetnumberElement;
 
Public property type_ : string read Gettype_ write Settype_;

The business purpose of the note text.

Public property type_Element : TNoteType read Gettype_Element write Settype_Element;
 
Public property text : string read Gettext write Settext;

The explanation or description associated with the processing.

Public property textElement : Tstring read GettextElement write SettextElement;
 
Public 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.