Class TClaimResponseProcessNote

Unit

Declaration

type TClaimResponseProcessNote = class(TBackboneElement)

Description

This resource provides the adjudication details from the processing of a Claim resource.

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_ : TCodeableConcept read Gettype_ write Settype_;
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;

An integer associated with each note which may be referred to from each service line item.

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

The note purpose: Print/Display.

Public property text : string read Gettext write Settext;

The note text.

Public property textElement : Tstring read GettextElement write SettextElement;
 
Public property language : TCodeableConcept read Getlanguage write Setlanguage;

The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. "en" for English, or "en-US" for American English versus "en-EN" for England English.


Generated by PasDoc 0.15.0.