@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
201 lines (200 loc) • 3.16 kB
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class PV1_Fields extends Hl7Fields {
/**
* Set id - patient visit
*/
PV1_1: Hl7Field;
/**
* Patient class
*/
PV1_2: Hl7Field;
/**
* Assigned patient location
*/
PV1_3: Hl7Field;
/**
* Admission type
*/
PV1_4: Hl7Field;
/**
* Pre-admit number
*/
PV1_5: Hl7Field;
/**
* Prior patient location
*/
PV1_6: Hl7Field;
/**
* Attending doctor
*/
PV1_7: Hl7Field;
/**
* Referring doctor
*/
PV1_8: Hl7Field;
/**
* Consulting doctor
*/
PV1_9: Hl7Field;
/**
* Hospital service
*/
PV1_10: Hl7Field;
/**
* Temporary location
*/
PV1_11: Hl7Field;
/**
* Pre-admit test indicator
*/
PV1_12: Hl7Field;
/**
* Re-admission indicator
*/
PV1_13: Hl7Field;
/**
* Admit source
*/
PV1_14: Hl7Field;
/**
* Ambulatory status
*/
PV1_15: Hl7Field;
/**
* Vip indicator
*/
PV1_16: Hl7Field;
/**
* Admitting doctor
*/
PV1_17: Hl7Field;
/**
* Patient type
*/
PV1_18: Hl7Field;
/**
* Visit number
*/
PV1_19: Hl7Field;
/**
* Financial class
*/
PV1_20: Hl7Field;
/**
* Charge price indicator
*/
PV1_21: Hl7Field;
/**
* Courtesy code
*/
PV1_22: Hl7Field;
/**
* Credit rating
*/
PV1_23: Hl7Field;
/**
* Contract code
*/
PV1_24: Hl7Field;
/**
* Contract effective date
*/
PV1_25: Hl7Field;
/**
* Contract amount
*/
PV1_26: Hl7Field;
/**
* Contract period
*/
PV1_27: Hl7Field;
/**
* Interest code
*/
PV1_28: Hl7Field;
/**
* Transfer to bad debt code
*/
PV1_29: Hl7Field;
/**
* Transfer to bad debt date
*/
PV1_30: Hl7Field;
/**
* Bad debt agency code
*/
PV1_31: Hl7Field;
/**
* Bad debt transfer amount
*/
PV1_32: Hl7Field;
/**
* Bad debt recovery amount
*/
PV1_33: Hl7Field;
/**
* Delete account indicator
*/
PV1_34: Hl7Field;
/**
* Delete account date
*/
PV1_35: Hl7Field;
/**
* Discharge disposition
*/
PV1_36: Hl7Field;
/**
* Discharged to location
*/
PV1_37: Hl7Field;
/**
* Diet type
*/
PV1_38: Hl7Field;
/**
* Servicing facility
*/
PV1_39: Hl7Field;
/**
* Bed status
*/
PV1_40: Hl7Field;
/**
* Account status
*/
PV1_41: Hl7Field;
/**
* Pending location
*/
PV1_42: Hl7Field;
/**
* Prior temporary location
*/
PV1_43: Hl7Field;
/**
* Admit date/time
*/
PV1_44: Hl7Field;
/**
* Discharge date/time
*/
PV1_45: Hl7Field;
/**
* Current patient balance
*/
PV1_46: Hl7Field;
/**
* Total charges
*/
PV1_47: Hl7Field;
/**
* Total adjustments
*/
PV1_48: Hl7Field;
/**
* Total payments
*/
PV1_49: Hl7Field;
}