Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsABS_25
Unit
BSHL7DT25
Declaration
type TbsABS_25 = class(TbsHL7Segment)
Description
Abstract This segment was created to communicate patient abstract information used for billing and reimbursement purposes. Abstract is a condensed form of medical history created for analysis, care planning, etc.
Hierarchy
Overview
Properties
Description
Properties
|
property DischargeCareProvider : TbsXCN_25 read GetDischargeCareProvider write SetDischargeCareProvider; |
Discharge Care Provider, Min : 0, Max : 1
|
|
property TransferMedicalServiceCode : TbsCE_25 read GetTransferMedicalServiceCode write SetTransferMedicalServiceCode; |
Transfer Medical Service Code, Min : 0, Max : 1
|
|
property SeverityofIllnessCode : TbsCE_25 read GetSeverityofIllnessCode write SetSeverityofIllnessCode; |
Severity of Illness Code, Min : 0, Max : 1
|
|
property DateTimeofAttestation : TbsTS_25 read GetDateTimeofAttestation write SetDateTimeofAttestation; |
Date/Time of Attestation, Min : 0, Max : 1
|
|
property AttestedBy : TbsXCN_25 read GetAttestedBy write SetAttestedBy; |
Attested By, Min : 0, Max : 1
|
|
property TriageCode : TbsCE_25 read GetTriageCode write SetTriageCode; |
Triage Code, Min : 0, Max : 1
|
|
property AbstractCompletionDateTime : TbsTS_25 read GetAbstractCompletionDateTime write SetAbstractCompletionDateTime; |
Abstract Completion Date/Time, Min : 0, Max : 1
|
|
property AbstractedBy : TbsXCN_25 read GetAbstractedBy write SetAbstractedBy; |
Abstracted By, Min : 0, Max : 1
|
|
property CaseCategoryCode : TbsCE_25 read GetCaseCategoryCode write SetCaseCategoryCode; |
Case Category Code, Min : 0, Max : 1
|
|
property CaesarianSectionIndicator : TbsID_25 read GetCaesarianSectionIndicator write SetCaesarianSectionIndicator; |
Caesarian Section Indicator, Min : 0, Max : 1
|
|
property GestationCategoryCode : TbsCE_25 read GetGestationCategoryCode write SetGestationCategoryCode; |
Gestation Category Code, Min : 0, Max : 1
|
|
property GestationPeriodWeeks : TbsNM_25 read GetGestationPeriodWeeks write SetGestationPeriodWeeks; |
Gestation Period - Weeks, Min : 0, Max : 1
|
|
property NewbornCode : TbsCE_25 read GetNewbornCode write SetNewbornCode; |
Newborn Code, Min : 0, Max : 1
|
|
property StillbornIndicator : TbsID_25 read GetStillbornIndicator write SetStillbornIndicator; |
Stillborn Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|