Class TbsPRD_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsPRD_25 = class(TbsHL7Segment)

Description

Provider Data This segment will be employed as part of a patient referral message and its related transactions. The PRD segment contains data specifically focused on a referral, and it is inter-enterprise in nature. The justification for this new segment comes from the fact that we are dealing with referrals that are external to the facilities that received them. Therefore, using a segment such as the current PV1 would be inadequate for all the return information that may be required by the receiving facility or application. In addition, the PV1 does not always provide information sufficient to enable the external facility to make a complete identification of the referring entity. The information contained in the PRD segment will include the referring provider, the referred-to provider, the referred-to location or service, and the referring provider clinic address.

Hierarchy

Overview

Methods

Public function ProviderRoleRepCount : Integer;
Public function ProviderNameRepCount : Integer;
Public function ProviderAddressRepCount : Integer;
Public function ProviderCommunicationInformationRepCount : Integer;
Public function ProviderIdentifiersRepCount : Integer;

Properties

Public property ProviderRole[RepCount:Integer]: TbsCE_25 read GetProviderRole write SetProviderRole;
Public property ProviderName[RepCount:Integer]: TbsXPN_25 read GetProviderName write SetProviderName;
Public property ProviderAddress[RepCount:Integer]: TbsXAD_25 read GetProviderAddress write SetProviderAddress;
Public property ProviderLocation : TbsPL_25 read GetProviderLocation write SetProviderLocation;
Public property ProviderCommunicationInformation[RepCount:Integer]: TbsXTN_25 read GetProviderCommunicationInformation write SetProviderCommunicationInformation;
Public property PreferredMethodofContact : TbsCE_25 read GetPreferredMethodofContact write SetPreferredMethodofContact;
Public property ProviderIdentifiers[RepCount:Integer]: TbsPLN_25 read GetProviderIdentifiers write SetProviderIdentifiers;
Public property EffectiveStartDateofProviderRole : TbsTS_25 read GetEffectiveStartDateofProviderRole write SetEffectiveStartDateofProviderRole;
Public property EffectiveEndDateofProviderRole : TbsTS_25 read GetEffectiveEndDateofProviderRole write SetEffectiveEndDateofProviderRole;

Description

Methods

Public function ProviderRoleRepCount : Integer;
 
Public function ProviderNameRepCount : Integer;
 
Public function ProviderAddressRepCount : Integer;
 
Public function ProviderCommunicationInformationRepCount : Integer;
 
Public function ProviderIdentifiersRepCount : Integer;
 

Properties

Public property ProviderRole[RepCount:Integer]: TbsCE_25 read GetProviderRole write SetProviderRole;

Provider Role, Min : 1, Max : *

Public property ProviderName[RepCount:Integer]: TbsXPN_25 read GetProviderName write SetProviderName;

Provider Name, Min : 0, Max : *

Public property ProviderAddress[RepCount:Integer]: TbsXAD_25 read GetProviderAddress write SetProviderAddress;

Provider Address, Min : 0, Max : *

Public property ProviderLocation : TbsPL_25 read GetProviderLocation write SetProviderLocation;

Provider Location, Min : 0, Max : 1

Public property ProviderCommunicationInformation[RepCount:Integer]: TbsXTN_25 read GetProviderCommunicationInformation write SetProviderCommunicationInformation;

Provider Communication Information, Min : 0, Max : *

Public property PreferredMethodofContact : TbsCE_25 read GetPreferredMethodofContact write SetPreferredMethodofContact;

Preferred Method of Contact, Min : 0, Max : 1

Public property ProviderIdentifiers[RepCount:Integer]: TbsPLN_25 read GetProviderIdentifiers write SetProviderIdentifiers;

Provider Identifiers, Min : 0, Max : *

Public property EffectiveStartDateofProviderRole : TbsTS_25 read GetEffectiveStartDateofProviderRole write SetEffectiveStartDateofProviderRole;

Effective Start Date of Provider Role, Min : 0, Max : 1

Public property EffectiveEndDateofProviderRole : TbsTS_25 read GetEffectiveEndDateofProviderRole write SetEffectiveEndDateofProviderRole;

Effective End Date of Provider Role, Min : 0, Max : 1


Generated by PasDoc 0.14.0.