Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsDG1_25
Unit
BSHL7DT25
Declaration
type TbsDG1_25 = 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_25 read GetSetIDDG1 write SetSetIDDG1; |
Set ID - DG1, Min : 1, Max : 1
|
|
property DiagnosisCodingMethod : TbsID_25 read GetDiagnosisCodingMethod write SetDiagnosisCodingMethod; |
Diagnosis Coding Method, Min : 0, Max : 1
|
|
property DiagnosisCodeDG1 : TbsCE_25 read GetDiagnosisCodeDG1 write SetDiagnosisCodeDG1; |
Diagnosis Code - DG1, Min : 0, Max : 1
|
|
property DiagnosisDescription : TbsST_25 read GetDiagnosisDescription write SetDiagnosisDescription; |
Diagnosis Description, Min : 0, Max : 1
|
|
property DiagnosisDateTime : TbsTS_25 read GetDiagnosisDateTime write SetDiagnosisDateTime; |
Diagnosis Date/Time, Min : 0, Max : 1
|
|
property DiagnosisType : TbsIS_25 read GetDiagnosisType write SetDiagnosisType; |
Diagnosis Type, Min : 1, Max : 1
|
|
property MajorDiagnosticCategory : TbsCE_25 read GetMajorDiagnosticCategory write SetMajorDiagnosticCategory; |
Major Diagnostic Category, Min : 0, Max : 1
|
|
property DiagnosticRelatedGroup : TbsCE_25 read GetDiagnosticRelatedGroup write SetDiagnosticRelatedGroup; |
Diagnostic Related Group, Min : 0, Max : 1
|
|
property DRGApprovalIndicator : TbsID_25 read GetDRGApprovalIndicator write SetDRGApprovalIndicator; |
DRG Approval Indicator, Min : 0, Max : 1
|
|
property DRGGrouperReviewCode : TbsIS_25 read GetDRGGrouperReviewCode write SetDRGGrouperReviewCode; |
DRG Grouper Review Code, Min : 0, Max : 1
|
|
property OutlierType : TbsCE_25 read GetOutlierType write SetOutlierType; |
Outlier Type, Min : 0, Max : 1
|
|
property OutlierDays : TbsNM_25 read GetOutlierDays write SetOutlierDays; |
Outlier Days, Min : 0, Max : 1
|
|
property OutlierCost : TbsCP_25 read GetOutlierCost write SetOutlierCost; |
Outlier Cost, Min : 0, Max : 1
|
|
property GrouperVersionAndType : TbsST_25 read GetGrouperVersionAndType write SetGrouperVersionAndType; |
Grouper Version And Type, Min : 0, Max : 1
|
|
property DiagnosisPriority : TbsID_25 read GetDiagnosisPriority write SetDiagnosisPriority; |
Diagnosis Priority, Min : 0, Max : 1
|
|
property DiagnosingClinician[RepCount:Integer]: TbsXCN_25 read GetDiagnosingClinician write SetDiagnosingClinician; |
Diagnosing Clinician, Min : 0, Max : *
|
|
property DiagnosisClassification : TbsIS_25 read GetDiagnosisClassification write SetDiagnosisClassification; |
Diagnosis Classification, Min : 0, Max : 1
|
|
property ConfidentialIndicator : TbsID_25 read GetConfidentialIndicator write SetConfidentialIndicator; |
Confidential Indicator, Min : 0, Max : 1
|
|
property AttestationDateTime : TbsTS_25 read GetAttestationDateTime write SetAttestationDateTime; |
Attestation Date/Time, Min : 0, Max : 1
|
|
property DiagnosisIdentifier : TbsEI_25 read GetDiagnosisIdentifier write SetDiagnosisIdentifier; |
Diagnosis Identifier, Min : 0, Max : 1
|
|
property DiagnosisActionCode : TbsID_25 read GetDiagnosisActionCode write SetDiagnosisActionCode; |
Diagnosis Action Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|