Class TClaimResponseError
Unit
bsFhir_r4
Declaration
type TClaimResponseError = 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 itemSequence : Int64 read GetitemSequence write SetitemSequence; |
The sequence number of the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.
|
|
property itemSequenceElement : TpositiveInt read GetitemSequenceElement write SetitemSequenceElement; |
|
|
property detailSequence : Int64 read GetdetailSequence write SetdetailSequence; |
The sequence number of the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.
|
|
property detailSequenceElement : TpositiveInt read GetdetailSequenceElement write SetdetailSequenceElement; |
|
|
property subDetailSequence : Int64 read GetsubDetailSequence write SetsubDetailSequence; |
The sequence number of the sub-detail within the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.
|
|
property subDetailSequenceElement : TpositiveInt read GetsubDetailSequenceElement write SetsubDetailSequenceElement; |
|
|
property code : TCodeableConcept read Getcode write Setcode; |
An error code, from a specified code system, which details why the claim could not be adjudicated.
|
Generated by PasDoc 0.15.0.
|