@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
205 lines (204 loc) • 3.51 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 and 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;
/**
* Mode of Arrival Code
*/
PV2_38: Hl7Field;
/**
* Recreational Drug Use Code
*/
PV2_39: Hl7Field;
/**
* Admission Level of Care Code
*/
PV2_40: Hl7Field;
/**
* Precaution Code
*/
PV2_41: Hl7Field;
/**
* Patient Condition Code
*/
PV2_42: Hl7Field;
/**
* Living Will Code
*/
PV2_43: Hl7Field;
/**
* Organ Donor Code
*/
PV2_44: Hl7Field;
/**
* Advance Directive Code
*/
PV2_45: Hl7Field;
/**
* Patient Status Effective Date
*/
PV2_46: Hl7Field;
/**
* Expected LOA Return Date/Time
*/
PV2_47: Hl7Field;
/**
* Expected Pre-admission Testing Date/Time
*/
PV2_48: Hl7Field;
/**
* Notify Clergy Code
*/
PV2_49: Hl7Field;
/**
* Advance Directive Last Verified Date
*/
PV2_50: Hl7Field;
}