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