Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsIN2_22
Unit
BSHL7DT22
Declaration
type TbsIN2_22 = class(TbsHL7Segment)
Description
Insurance Additional Info The IN2 segment contains additional insurance policy coverage and benefit information necessary for proper billing and reimbursement. Fields used by this segment are defined by HICFA or other regulatory agencies.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function NoncoveredInsuranceCodeRepCount : Integer; |
|
|
function RoomCoverageTypeAmountRepCount : Integer; |
|
|
function PolicyTypeAmountRepCount : Integer; |
|
Properties
|
property InsuredsEmployeeId : TbsST_22 read GetInsuredsEmployeeId write SetInsuredsEmployeeId; |
Insured's Employee Id, Min : 0, Max : 1
|
|
property InsuredsSocialSecurityNumber : TbsNM_22 read GetInsuredsSocialSecurityNumber write SetInsuredsSocialSecurityNumber; |
Insured's Social Security Number, Min : 0, Max : 1
|
|
property InsuredsEmployerName : TbsCN_PERSON_22 read GetInsuredsEmployerName write SetInsuredsEmployerName; |
Insured's Employer Name, Min : 0, Max : 1
|
|
property EmployerInformationData : TbsID_22 read GetEmployerInformationData write SetEmployerInformationData; |
Employer Information Data, Min : 0, Max : 1
|
|
property MailClaimParty : TbsID_22 read GetMailClaimParty write SetMailClaimParty; |
Mail Claim Party, Min : 0, Max : 1
|
|
property MedicareHealthInsuranceCardNumber : TbsNM_22 read GetMedicareHealthInsuranceCardNumber write SetMedicareHealthInsuranceCardNumber; |
Medicare Health Insurance Card Number, Min : 0, Max : 1
|
|
property MedicaidCaseName : TbsPN_22 read GetMedicaidCaseName write SetMedicaidCaseName; |
Medicaid Case Name, Min : 0, Max : 1
|
|
property MedicaidCaseNumber : TbsNM_22 read GetMedicaidCaseNumber write SetMedicaidCaseNumber; |
Medicaid Case Number, Min : 0, Max : 1
|
|
property ChampusSponsorName : TbsPN_22 read GetChampusSponsorName write SetChampusSponsorName; |
Champus Sponsor Name, Min : 0, Max : 1
|
|
property ChampusIdNumber : TbsNM_22 read GetChampusIdNumber write SetChampusIdNumber; |
Champus Id Number, Min : 0, Max : 1
|
|
property DependentOfChampusRecipient : TbsID_22 read GetDependentOfChampusRecipient write SetDependentOfChampusRecipient; |
Dependent Of Champus Recipient, Min : 0, Max : 1
|
|
property ChampusOrganization : TbsST_22 read GetChampusOrganization write SetChampusOrganization; |
Champus Organization, Min : 0, Max : 1
|
|
property ChampusStation : TbsST_22 read GetChampusStation write SetChampusStation; |
Champus Station, Min : 0, Max : 1
|
|
property ChampusService : TbsID_22 read GetChampusService write SetChampusService; |
Champus Service, Min : 0, Max : 1
|
|
property ChampusRankGrade : TbsID_22 read GetChampusRankGrade write SetChampusRankGrade; |
Champus Rank / Grade, Min : 0, Max : 1
|
|
property ChampusStatus : TbsID_22 read GetChampusStatus write SetChampusStatus; |
Champus Status, Min : 0, Max : 1
|
|
property ChampusRetireDate : TbsDT_22 read GetChampusRetireDate write SetChampusRetireDate; |
Champus Retire Date, Min : 0, Max : 1
|
|
property ChampusNonavailabilityCertificationOnFile : TbsID_22 read GetChampusNonavailabilityCertificationOnFile write SetChampusNonavailabilityCertificationOnFile; |
Champus Non-availability Certification On File, Min : 0, Max : 1
|
|
property BabyCoverage : TbsID_22 read GetBabyCoverage write SetBabyCoverage; |
Baby Coverage, Min : 0, Max : 1
|
|
property CombineBabyBill : TbsID_22 read GetCombineBabyBill write SetCombineBabyBill; |
Combine Baby Bill, Min : 0, Max : 1
|
|
property BloodDeductible : TbsNM_22 read GetBloodDeductible write SetBloodDeductible; |
Blood Deductible, Min : 0, Max : 1
|
|
property SpecialCoverageApprovalName : TbsPN_22 read GetSpecialCoverageApprovalName write SetSpecialCoverageApprovalName; |
Special Coverage Approval Name, Min : 0, Max : 1
|
|
property SpecialCoverageApprovalTitle : TbsST_22 read GetSpecialCoverageApprovalTitle write SetSpecialCoverageApprovalTitle; |
Special Coverage Approval Title, Min : 0, Max : 1
|
|
property NoncoveredInsuranceCode[RepCount:Integer]: TbsID_22 read GetNoncoveredInsuranceCode write SetNoncoveredInsuranceCode; |
Non-covered Insurance Code, Min : 0, Max : *
|
|
property PayorId : TbsST_22 read GetPayorId write SetPayorId; |
Payor Id, Min : 0, Max : 1
|
|
property PayorSubscriberId : TbsST_22 read GetPayorSubscriberId write SetPayorSubscriberId; |
Payor Subscriber Id, Min : 0, Max : 1
|
|
property EligibilitySource : TbsID_22 read GetEligibilitySource write SetEligibilitySource; |
Eligibility Source, Min : 0, Max : 1
|
|
property RoomCoverageTypeAmount[RepCount:Integer]: TbsCM_RMC_22 read GetRoomCoverageTypeAmount write SetRoomCoverageTypeAmount; |
Room Coverage Type / Amount, Min : 0, Max : *
|
|
property PolicyTypeAmount[RepCount:Integer]: TbsCM_PTA_22 read GetPolicyTypeAmount write SetPolicyTypeAmount; |
Policy Type / Amount, Min : 0, Max : *
|
|
property DailyDeductible : TbsCM_DDI_22 read GetDailyDeductible write SetDailyDeductible; |
Daily Deductible, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|