Class TClaimResponseError
Unit
bsFhir_stu3
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 sequenceLinkId : Int64 read GetsequenceLinkId write SetsequenceLinkId; |
The sequence number of the line item submitted which contains the error. This value is omitted when the error is elsewhere.
|
 |
property sequenceLinkIdElement : TpositiveInt read GetsequenceLinkIdElement write SetsequenceLinkIdElement; |
|
 |
property detailSequenceLinkId : Int64 read GetdetailSequenceLinkId write SetdetailSequenceLinkId; |
The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
|
 |
property detailSequenceLinkIdElement : TpositiveInt read GetdetailSequenceLinkIdElement write SetdetailSequenceLinkIdElement; |
|
 |
property subdetailSequenceLinkId : Int64 read GetsubdetailSequenceLinkId write SetsubdetailSequenceLinkId; |
The sequence number of the addition within the line item submitted which contains the error. This value is omitted when the error is not related to an Addition.
|
 |
property subdetailSequenceLinkIdElement : TpositiveInt read GetsubdetailSequenceLinkIdElement write SetsubdetailSequenceLinkIdElement; |
|
 |
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.
|