@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
93 lines (92 loc) • 1.6 kB
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class PD1_Fields extends Hl7Fields {
/**
* Living Dependency
*/
PD1_1: Hl7Field;
/**
* Living Arrangement
*/
PD1_2: Hl7Field;
/**
* Patient Primary Facility
*/
PD1_3: Hl7Field;
/**
* Patient Primary Care Provider Name & ID No.
*/
PD1_4: Hl7Field;
/**
* Student Indicator
*/
PD1_5: Hl7Field;
/**
* Handicap
*/
PD1_6: Hl7Field;
/**
* Living Will Code
*/
PD1_7: Hl7Field;
/**
* Organ Donor Code
*/
PD1_8: Hl7Field;
/**
* Separate Bill
*/
PD1_9: Hl7Field;
/**
* Duplicate Patient
*/
PD1_10: Hl7Field;
/**
* Publicity Code
*/
PD1_11: Hl7Field;
/**
* Protection Indicator
*/
PD1_12: Hl7Field;
/**
* Protection Indicator Effective Date
*/
PD1_13: Hl7Field;
/**
* Place of Worship
*/
PD1_14: Hl7Field;
/**
* Advance Directive Code
*/
PD1_15: Hl7Field;
/**
* Immunization Registry Status
*/
PD1_16: Hl7Field;
/**
* Immunization Registry Status Effective Date
*/
PD1_17: Hl7Field;
/**
* Publicity Code Effective Date
*/
PD1_18: Hl7Field;
/**
* Military Branch
*/
PD1_19: Hl7Field;
/**
* Military Rank/Grade
*/
PD1_20: Hl7Field;
/**
* Military Status
*/
PD1_21: Hl7Field;
/**
* Advance Directive Last Verified Date
*/
PD1_22: Hl7Field;
}