Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPRD_26
Unit
BSHL7DT26
Declaration
type TbsPRD_26 = 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; |
|
|
function EffectiveEndDateofProviderRoleRepCount : Integer; |
|
|
function ProviderOrganizationAddressRepCount : Integer; |
|
|
function ProviderOrganizationLocationInformationRepCount : Integer; |
|
|
function ProviderOrganizationCommunicationInformationRepCount : Integer; |
|
Properties
|
property ProviderRole[RepCount:Integer]: TbsCWE_26 read GetProviderRole write SetProviderRole; |
Provider Role, Min : 1, Max : *
|
|
property ProviderName[RepCount:Integer]: TbsXPN_26 read GetProviderName write SetProviderName; |
Provider Name, Min : 0, Max : *
|
|
property ProviderAddress[RepCount:Integer]: TbsXAD_26 read GetProviderAddress write SetProviderAddress; |
Provider Address, Min : 0, Max : *
|
|
property ProviderLocation : TbsPL_26 read GetProviderLocation write SetProviderLocation; |
Provider Location, Min : 0, Max : 1
|
|
property ProviderCommunicationInformation[RepCount:Integer]: TbsXTN_26 read GetProviderCommunicationInformation write SetProviderCommunicationInformation; |
Provider Communication Information, Min : 0, Max : *
|
|
property PreferredMethodofContact : TbsCWE_26 read GetPreferredMethodofContact write SetPreferredMethodofContact; |
Preferred Method of Contact, Min : 0, Max : 1
|
|
property ProviderIdentifiers[RepCount:Integer]: TbsPLN_26 read GetProviderIdentifiers write SetProviderIdentifiers; |
Provider Identifiers, Min : 0, Max : *
|
|
property EffectiveStartDateofProviderRole : TbsDTM_26 read GetEffectiveStartDateofProviderRole write SetEffectiveStartDateofProviderRole; |
Effective Start Date of Provider Role, Min : 0, Max : 1
|
|
property EffectiveEndDateofProviderRole[RepCount:Integer]: TbsDTM_26 read GetEffectiveEndDateofProviderRole write SetEffectiveEndDateofProviderRole; |
Effective End Date of Provider Role, Min : 0, Max : *
|
|
property ProviderOrganizationNameandIdentifier : TbsXON_26 read GetProviderOrganizationNameandIdentifier write SetProviderOrganizationNameandIdentifier; |
Provider Organization Name and Identifier, Min : 0, Max : 1
|
|
property ProviderOrganizationAddress[RepCount:Integer]: TbsXAD_26 read GetProviderOrganizationAddress write SetProviderOrganizationAddress; |
Provider Organization Address, Min : 0, Max : *
|
|
property ProviderOrganizationLocationInformation[RepCount:Integer]: TbsPL_26 read GetProviderOrganizationLocationInformation write SetProviderOrganizationLocationInformation; |
Provider Organization Location Information, Min : 0, Max : *
|
|
property ProviderOrganizationCommunicationInformation[RepCount:Integer]: TbsXTN_26 read GetProviderOrganizationCommunicationInformation write SetProviderOrganizationCommunicationInformation; |
Provider Organization Communication Information, Min : 0, Max : *
|
|
property ProviderOrganizationMethodofContact : TbsCWE_26 read GetProviderOrganizationMethodofContact write SetProviderOrganizationMethodofContact; |
Provider Organization Method of Contact, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|