Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsORG_26
Unit
BSHL7DT26
Declaration
type TbsORG_26 = class(TbsHL7Segment)
Description
Practitioner Organization Unit The ORG segment relates a practitioner to an organization unit and adds detailed information regarding the practitioner's practicing specialty in that organization unit. An ORG segment may optionally follow an STF segment. An ORG segment must always have been preceded by a corresponding STF segment. If no organization unit is specified, this segment is used to relate practitioners with their practicing specialties, including effective and end dates. When it is not necessary to record organization unit or dates associated with the practicing specialty, this data is recorded in PRA-3-Practitioner Category.
Hierarchy
Overview
Properties
Description
Properties
|
property SetID_ORG : TbsSI_26 read GetSetID_ORG write SetSetID_ORG; |
Set ID _ ORG, Min : 1, Max : 1
|
|
property OrganizationUnitCode : TbsCWE_26 read GetOrganizationUnitCode write SetOrganizationUnitCode; |
Organization Unit Code, Min : 0, Max : 1
|
|
property OrganizationUnitTypeCode : TbsCWE_26 read GetOrganizationUnitTypeCode write SetOrganizationUnitTypeCode; |
Organization Unit Type Code, Min : 0, Max : 1
|
|
property PrimaryOrgUnitIndicator : TbsID_26 read GetPrimaryOrgUnitIndicator write SetPrimaryOrgUnitIndicator; |
Primary Org Unit Indicator, Min : 0, Max : 1
|
|
property PractitionerOrgUnitIdentifier : TbsCX_26 read GetPractitionerOrgUnitIdentifier write SetPractitionerOrgUnitIdentifier; |
Practitioner Org Unit Identifier, Min : 0, Max : 1
|
|
property HealthCareProviderTypeCode : TbsCWE_26 read GetHealthCareProviderTypeCode write SetHealthCareProviderTypeCode; |
Health Care Provider Type Code, Min : 0, Max : 1
|
|
property HealthCareProviderClassificationCode : TbsCWE_26 read GetHealthCareProviderClassificationCode write SetHealthCareProviderClassificationCode; |
Health Care Provider Classification Code, Min : 0, Max : 1
|
|
property HealthCareProviderAreaofSpecializationCode : TbsCWE_26 read GetHealthCareProviderAreaofSpecializationCode write SetHealthCareProviderAreaofSpecializationCode; |
Health Care Provider Area of Specialization Code, Min : 0, Max : 1
|
|
property EffectiveDateRange : TbsDR_26 read GetEffectiveDateRange write SetEffectiveDateRange; |
Effective Date Range, Min : 0, Max : 1
|
|
property EmploymentStatusCode : TbsCWE_26 read GetEmploymentStatusCode write SetEmploymentStatusCode; |
Employment Status Code, Min : 0, Max : 1
|
|
property BoardApprovalIndicator : TbsID_26 read GetBoardApprovalIndicator write SetBoardApprovalIndicator; |
Board Approval Indicator, Min : 0, Max : 1
|
|
property PrimaryCarePhysicianIndicator : TbsID_26 read GetPrimaryCarePhysicianIndicator write SetPrimaryCarePhysicianIndicator; |
Primary Care Physician Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|