Class TClaimResponseDetail1

Unit

Declaration

type TClaimResponseDetail1 = 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 revenue : TCodeableConcept read Getrevenue write Setrevenue;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property service : TCodeableConcept read Getservice write Setservice;
Public property modifier : TCodeableConceptArray read GetmodifierArray;
Public property fee : TMoney read Getfee write Setfee;
Public property noteNumber : TBSFHIRPrimitiveStringArray read GetnoteNumberArray;
Public property adjudication : TClaimResponseAdjudicationArray read GetadjudicationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property revenue : TCodeableConcept read Getrevenue write Setrevenue;

The type of reveneu or cost center providing the product and/or service.

Public property category : TCodeableConcept read Getcategory write Setcategory;

Health Care Service Type Codes to identify the classification of service or benefits.

Public property service : TCodeableConcept read Getservice write Setservice;

A code to indicate the Professional Service or Product supplied.

Public property modifier : TCodeableConceptArray read GetmodifierArray;

Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours.

Public property fee : TMoney read Getfee write Setfee;

The fee charged for the professional service or product..

Public property noteNumber : TBSFHIRPrimitiveStringArray read GetnoteNumberArray;

A list of note references to the notes provided below.

Public property adjudication : TClaimResponseAdjudicationArray read GetadjudicationArray;

The adjudications results.


Generated by PasDoc 0.15.0.