Class TClaimResponseProcessNote
Unit
bsFhir_stu3
Declaration
type TClaimResponseProcessNote = class(TBackboneElement)
Description
This resource provides the adjudication details from the processing of a Claim resource.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property number : Int64 read Getnumber write Setnumber; |
An integer associated with each note which may be referred to from each service line item.
|
|
property numberElement : TpositiveInt read GetnumberElement write SetnumberElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The note purpose: Print/Display.
|
|
property text : string read Gettext write Settext; |
The note text.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
|
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.
|