@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
153 lines (152 loc) • 2.63 kB
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class PV2_Fields extends Hl7Fields {
/**
* Prior Pending Location
*/
PV2_1: Hl7Field;
/**
* Accommodation Code
*/
PV2_2: Hl7Field;
/**
* Admit Reason
*/
PV2_3: Hl7Field;
/**
* Transfer Reason
*/
PV2_4: Hl7Field;
/**
* Patient Valuables
*/
PV2_5: Hl7Field;
/**
* Patient Valuables Location
*/
PV2_6: Hl7Field;
/**
* Visit User Code
*/
PV2_7: Hl7Field;
/**
* Expected Admit Date/Time
*/
PV2_8: Hl7Field;
/**
* Expected Discharge Date/Time
*/
PV2_9: Hl7Field;
/**
* Estimated Length of Inpatient Stay
*/
PV2_10: Hl7Field;
/**
* Actual Length of Inpatient Stay
*/
PV2_11: Hl7Field;
/**
* Visit Description
*/
PV2_12: Hl7Field;
/**
* Referral Source Code
*/
PV2_13: Hl7Field;
/**
* Previous Service Date
*/
PV2_14: Hl7Field;
/**
* Employment Illness Related Indicator
*/
PV2_15: Hl7Field;
/**
* Purge Status Code
*/
PV2_16: Hl7Field;
/**
* Purge Status Date
*/
PV2_17: Hl7Field;
/**
* Special Program Code
*/
PV2_18: Hl7Field;
/**
* Retention Indicator
*/
PV2_19: Hl7Field;
/**
* Expected Number of Insurance Plans
*/
PV2_20: Hl7Field;
/**
* Visit Publicity Code
*/
PV2_21: Hl7Field;
/**
* Visit Protection Indicator
*/
PV2_22: Hl7Field;
/**
* Clinic Organization Name
*/
PV2_23: Hl7Field;
/**
* Patient Status Code
*/
PV2_24: Hl7Field;
/**
* Visit Priority Code
*/
PV2_25: Hl7Field;
/**
* Previous Treatment Date
*/
PV2_26: Hl7Field;
/**
* Expected Discharge Disposition
*/
PV2_27: Hl7Field;
/**
* Signature on File Date
*/
PV2_28: Hl7Field;
/**
* First Similar Illness Date
*/
PV2_29: Hl7Field;
/**
* Patient Charge Adjustment Code
*/
PV2_30: Hl7Field;
/**
* Recurring Service Code
*/
PV2_31: Hl7Field;
/**
* Billing Media Code
*/
PV2_32: Hl7Field;
/**
* Expected Surgery Date & Time
*/
PV2_33: Hl7Field;
/**
* Military Partnership Code
*/
PV2_34: Hl7Field;
/**
* Military Non-Availability Code
*/
PV2_35: Hl7Field;
/**
* Newborn Baby Indicator
*/
PV2_36: Hl7Field;
/**
* Baby Detained Indicator
*/
PV2_37: Hl7Field;
}