Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPRD_25
Unit
BSHL7DT25
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
Properties
Description
Methods
|
function ProviderRoleRepCount : Integer; |
|
|
function ProviderNameRepCount : Integer; |
|
|
function ProviderAddressRepCount : Integer; |
|
|
function ProviderCommunicationInformationRepCount : Integer; |
|
|
function ProviderIdentifiersRepCount : Integer; |
|
Properties
|
property ProviderRole[RepCount:Integer]: TbsCE_25 read GetProviderRole write SetProviderRole; |
Provider Role, Min : 1, Max : *
|
|
property ProviderName[RepCount:Integer]: TbsXPN_25 read GetProviderName write SetProviderName; |
Provider Name, Min : 0, Max : *
|
|
property ProviderAddress[RepCount:Integer]: TbsXAD_25 read GetProviderAddress write SetProviderAddress; |
Provider Address, Min : 0, Max : *
|
|
property ProviderLocation : TbsPL_25 read GetProviderLocation write SetProviderLocation; |
Provider Location, Min : 0, Max : 1
|
|
property ProviderCommunicationInformation[RepCount:Integer]: TbsXTN_25 read GetProviderCommunicationInformation write SetProviderCommunicationInformation; |
Provider Communication Information, Min : 0, Max : *
|
|
property PreferredMethodofContact : TbsCE_25 read GetPreferredMethodofContact write SetPreferredMethodofContact; |
Preferred Method of Contact, Min : 0, Max : 1
|
|
property ProviderIdentifiers[RepCount:Integer]: TbsPLN_25 read GetProviderIdentifiers write SetProviderIdentifiers; |
Provider Identifiers, Min : 0, Max : *
|
|
property EffectiveStartDateofProviderRole : TbsTS_25 read GetEffectiveStartDateofProviderRole write SetEffectiveStartDateofProviderRole; |
Effective Start Date of Provider Role, Min : 0, Max : 1
|
|
property EffectiveEndDateofProviderRole : TbsTS_25 read GetEffectiveEndDateofProviderRole write SetEffectiveEndDateofProviderRole; |
Effective End Date of Provider Role, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|