Class TClaimResponseError

Unit

Declaration

type TClaimResponseError = 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 itemSequence : Int64 read GetitemSequence write SetitemSequence;
Public property itemSequenceElement : TpositiveInt read GetitemSequenceElement write SetitemSequenceElement;
Public property detailSequence : Int64 read GetdetailSequence write SetdetailSequence;
Public property detailSequenceElement : TpositiveInt read GetdetailSequenceElement write SetdetailSequenceElement;
Public property subDetailSequence : Int64 read GetsubDetailSequence write SetsubDetailSequence;
Public property subDetailSequenceElement : TpositiveInt read GetsubDetailSequenceElement write SetsubDetailSequenceElement;
Public property code : TCodeableConcept read Getcode write Setcode;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property itemSequenceElement : TpositiveInt read GetitemSequenceElement write SetitemSequenceElement;
 
Public 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.

Public property detailSequenceElement : TpositiveInt read GetdetailSequenceElement write SetdetailSequenceElement;
 
Public 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.

Public property subDetailSequenceElement : TpositiveInt read GetsubDetailSequenceElement write SetsubDetailSequenceElement;
 
Public 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.