Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsAUT_28
Unit
BSHL7DT28
Declaration
type TbsAUT_28 = class(TbsHL7Segment)
Description
Authorization Information This segment represents an authorization or a pre-authorization for a referred procedure or requested service by the payor covering the patient's health care.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function RequestedDisciplinesRepCount : Integer; |
|
|
function AuthorizedDisciplinesRepCount : Integer; |
|
Properties
|
property AuthorizingPayor_PlanId : TbsCWE_28 read GetAuthorizingPayor_PlanId write SetAuthorizingPayor_PlanId; |
Authorizing Payor, Plan Id, Min : 0, Max : 1
|
|
property AuthorizingPayor_CompanyId : TbsCWE_28 read GetAuthorizingPayor_CompanyId write SetAuthorizingPayor_CompanyId; |
Authorizing Payor, Company Id, Min : 1, Max : 1
|
|
property AuthorizingPayor_CompanyName : TbsST_28 read GetAuthorizingPayor_CompanyName write SetAuthorizingPayor_CompanyName; |
Authorizing Payor, Company Name, Min : 0, Max : 1
|
|
property AuthorizationEffectiveDate : TbsDTM_28 read GetAuthorizationEffectiveDate write SetAuthorizationEffectiveDate; |
Authorization Effective Date, Min : 0, Max : 1
|
|
property AuthorizationExpirationDate : TbsDTM_28 read GetAuthorizationExpirationDate write SetAuthorizationExpirationDate; |
Authorization Expiration Date, Min : 0, Max : 1
|
|
property AuthorizationIdentifier : TbsEI_28 read GetAuthorizationIdentifier write SetAuthorizationIdentifier; |
Authorization Identifier, Min : 0, Max : 1
|
|
property ReimbursementLimit : TbsCP_28 read GetReimbursementLimit write SetReimbursementLimit; |
Reimbursement Limit, Min : 0, Max : 1
|
|
property RequestedNumberOfTreatments : TbsCQ_28 read GetRequestedNumberOfTreatments write SetRequestedNumberOfTreatments; |
Requested Number Of Treatments, Min : 0, Max : 1
|
|
property AuthorizedNumberOfTreatments : TbsCQ_28 read GetAuthorizedNumberOfTreatments write SetAuthorizedNumberOfTreatments; |
Authorized Number Of Treatments, Min : 0, Max : 1
|
|
property ProcessDate : TbsDTM_28 read GetProcessDate write SetProcessDate; |
Process Date, Min : 0, Max : 1
|
|
property RequestedDisciplines[RepCount:Integer]: TbsCWE_28 read GetRequestedDisciplines write SetRequestedDisciplines; |
Requested Discipline(s), Min : 0, Max : *
|
|
property AuthorizedDisciplines[RepCount:Integer]: TbsCWE_28 read GetAuthorizedDisciplines write SetAuthorizedDisciplines; |
Authorized Discipline(s), Min : 0, Max : *
|
|
property AuthorizationReferralType : TbsCWE_28 read GetAuthorizationReferralType write SetAuthorizationReferralType; |
Authorization Referral Type, Min : 1, Max : 1
|
|
property ApprovalStatus : TbsCWE_28 read GetApprovalStatus write SetApprovalStatus; |
Approval Status, Min : 0, Max : 1
|
|
property PlannedTreatmentStopDate : TbsDTM_28 read GetPlannedTreatmentStopDate write SetPlannedTreatmentStopDate; |
Planned Treatment Stop Date, Min : 0, Max : 1
|
|
property ClinicalService : TbsCWE_28 read GetClinicalService write SetClinicalService; |
Clinical Service, Min : 0, Max : 1
|
|
property ReasonText : TbsST_28 read GetReasonText write SetReasonText; |
Reason Text, Min : 0, Max : 1
|
|
property NumberofAuthorizedTreatmentsUnits : TbsCQ_28 read GetNumberofAuthorizedTreatmentsUnits write SetNumberofAuthorizedTreatmentsUnits; |
Number of Authorized Treatments/Units, Min : 0, Max : 1
|
|
property NumberofUsedTreatmentsUnits : TbsCQ_28 read GetNumberofUsedTreatmentsUnits write SetNumberofUsedTreatmentsUnits; |
Number of Used Treatments/Units, Min : 0, Max : 1
|
|
property NumberofScheduleTreatmentsUnits : TbsCQ_28 read GetNumberofScheduleTreatmentsUnits write SetNumberofScheduleTreatmentsUnits; |
Number of Schedule Treatments/Units, Min : 0, Max : 1
|
|
property EncounterType : TbsCWE_28 read GetEncounterType write SetEncounterType; |
Encounter Type, Min : 0, Max : 1
|
|
property RemainingBenefitAmount : TbsMO_28 read GetRemainingBenefitAmount write SetRemainingBenefitAmount; |
Remaining Benefit Amount, Min : 0, Max : 1
|
|
property AuthorizedProvider : TbsXON_28 read GetAuthorizedProvider write SetAuthorizedProvider; |
Authorized Provider, Min : 0, Max : 1
|
|
property AuthorizedHealthProfessional : TbsXCN_28 read GetAuthorizedHealthProfessional write SetAuthorizedHealthProfessional; |
Authorized Health Professional, Min : 0, Max : 1
|
|
property SourceText : TbsST_28 read GetSourceText write SetSourceText; |
Source Text, Min : 0, Max : 1
|
|
property SourceDate : TbsDTM_28 read GetSourceDate write SetSourceDate; |
Source Date, Min : 0, Max : 1
|
|
property SourcePhone : TbsXTN_28 read GetSourcePhone write SetSourcePhone; |
Source Phone, Min : 0, Max : 1
|
|
property Comment : TbsST_28 read GetComment write SetComment; |
Comment, Min : 0, Max : 1
|
|
property ActionCode : TbsID_28 read GetActionCode write SetActionCode; |
Action Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|