Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsDG1_24
Unit
BSHL7DT24
Declaration
type TbsDG1_24 = class(TbsHL7Segment)
Description
Diagnosis The DG1 segment contains patient diagnosis information of various types, for example, admitting, primary, etc. The DG1 segment is used to send multiple diagnoses (for example, for medical records encoding). It is also used when the FT1-19 - diagnosis code - FT1 does not provide sufficient information for a billing system. This diagnosis coding should be distinguished from the clinical problem segment used by caregivers to manage the patient (see Chapter 12, Patient Care). Coding methodologies are also defined.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function DiagnosingClinicianRepCount : Integer; |
|
Properties
|
property SetIDDG1 : TbsSI_24 read GetSetIDDG1 write SetSetIDDG1; |
Set ID - DG1, Min : 1, Max : 1
|
|
property DiagnosisCodingMethod : TbsID_24 read GetDiagnosisCodingMethod write SetDiagnosisCodingMethod; |
Diagnosis Coding Method, Min : 0, Max : 1
|
|
property DiagnosisCodeDG1 : TbsCE_24 read GetDiagnosisCodeDG1 write SetDiagnosisCodeDG1; |
Diagnosis Code - DG1, Min : 0, Max : 1
|
|
property DiagnosisDescription : TbsST_24 read GetDiagnosisDescription write SetDiagnosisDescription; |
Diagnosis Description, Min : 0, Max : 1
|
|
property DiagnosisDateTime : TbsTS_24 read GetDiagnosisDateTime write SetDiagnosisDateTime; |
Diagnosis Date/Time, Min : 0, Max : 1
|
|
property DiagnosisType : TbsIS_24 read GetDiagnosisType write SetDiagnosisType; |
Diagnosis Type, Min : 1, Max : 1
|
|
property MajorDiagnosticCategory : TbsCE_24 read GetMajorDiagnosticCategory write SetMajorDiagnosticCategory; |
Major Diagnostic Category, Min : 0, Max : 1
|
|
property DiagnosticRelatedGroup : TbsCE_24 read GetDiagnosticRelatedGroup write SetDiagnosticRelatedGroup; |
Diagnostic Related Group, Min : 0, Max : 1
|
|
property DRGApprovalIndicator : TbsID_24 read GetDRGApprovalIndicator write SetDRGApprovalIndicator; |
DRG Approval Indicator, Min : 0, Max : 1
|
|
property DRGGrouperReviewCode : TbsIS_24 read GetDRGGrouperReviewCode write SetDRGGrouperReviewCode; |
DRG Grouper Review Code, Min : 0, Max : 1
|
|
property OutlierType : TbsCE_24 read GetOutlierType write SetOutlierType; |
Outlier Type, Min : 0, Max : 1
|
|
property OutlierDays : TbsNM_24 read GetOutlierDays write SetOutlierDays; |
Outlier Days, Min : 0, Max : 1
|
|
property OutlierCost : TbsCP_24 read GetOutlierCost write SetOutlierCost; |
Outlier Cost, Min : 0, Max : 1
|
|
property GrouperVersionAndType : TbsST_24 read GetGrouperVersionAndType write SetGrouperVersionAndType; |
Grouper Version And Type, Min : 0, Max : 1
|
|
property DiagnosisPriority : TbsID_24 read GetDiagnosisPriority write SetDiagnosisPriority; |
Diagnosis Priority, Min : 0, Max : 1
|
|
property DiagnosingClinician[RepCount:Integer]: TbsXCN_24 read GetDiagnosingClinician write SetDiagnosingClinician; |
Diagnosing Clinician, Min : 0, Max : *
|
|
property DiagnosisClassification : TbsIS_24 read GetDiagnosisClassification write SetDiagnosisClassification; |
Diagnosis Classification, Min : 0, Max : 1
|
|
property ConfidentialIndicator : TbsID_24 read GetConfidentialIndicator write SetConfidentialIndicator; |
Confidential Indicator, Min : 0, Max : 1
|
|
property AttestationDateTime : TbsTS_24 read GetAttestationDateTime write SetAttestationDateTime; |
Attestation Date/Time, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|