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 sequenceLinkId : Int64 read GetsequenceLinkId write SetsequenceLinkId;
Public property sequenceLinkIdElement : TpositiveInt read GetsequenceLinkIdElement write SetsequenceLinkIdElement;
Public property detailSequenceLinkId : Int64 read GetdetailSequenceLinkId write SetdetailSequenceLinkId;
Public property detailSequenceLinkIdElement : TpositiveInt read GetdetailSequenceLinkIdElement write SetdetailSequenceLinkIdElement;
Public property subdetailSequenceLinkId : Int64 read GetsubdetailSequenceLinkId write SetsubdetailSequenceLinkId;
Public property subdetailSequenceLinkIdElement : TpositiveInt read GetsubdetailSequenceLinkIdElement write SetsubdetailSequenceLinkIdElement;
Public property code : TCodeableConcept read Getcode write Setcode;

Description

Methods

Public constructor Create; override;
 

Properties

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

Public property sequenceLinkIdElement : TpositiveInt read GetsequenceLinkIdElement write SetsequenceLinkIdElement;
 
Public 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.

Public property detailSequenceLinkIdElement : TpositiveInt read GetdetailSequenceLinkIdElement write SetdetailSequenceLinkIdElement;
 
Public 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.

Public property subdetailSequenceLinkIdElement : TpositiveInt read GetsubdetailSequenceLinkIdElement write SetsubdetailSequenceLinkIdElement;
 
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.