@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
201 lines (200 loc) • 3.34 kB
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class OBR_Fields extends Hl7Fields {
/**
* Set ID - OBR
*/
OBR_1: Hl7Field;
/**
* Placer Order Number
*/
OBR_2: Hl7Field;
/**
* Filler Order Number
*/
OBR_3: Hl7Field;
/**
* Universal Service Identifier
*/
OBR_4: Hl7Field;
/**
* Priority _ OBR
*/
OBR_5: Hl7Field;
/**
* Requested Date/Time
*/
OBR_6: Hl7Field;
/**
* Observation Date/Time
*/
OBR_7: Hl7Field;
/**
* Observation End Date/Time
*/
OBR_8: Hl7Field;
/**
* Collection Volume
*/
OBR_9: Hl7Field;
/**
* Collector Identifier
*/
OBR_10: Hl7Field;
/**
* Specimen Action Code
*/
OBR_11: Hl7Field;
/**
* Danger Code
*/
OBR_12: Hl7Field;
/**
* Relevant Clinical Information
*/
OBR_13: Hl7Field;
/**
* Specimen Received Date/Time
*/
OBR_14: Hl7Field;
/**
* Specimen Source
*/
OBR_15: Hl7Field;
/**
* Ordering Provider
*/
OBR_16: Hl7Field;
/**
* Order Callback Phone Number
*/
OBR_17: Hl7Field;
/**
* Placer Field 1
*/
OBR_18: Hl7Field;
/**
* Placer Field 2
*/
OBR_19: Hl7Field;
/**
* Filler Field 1
*/
OBR_20: Hl7Field;
/**
* Filler Field 2
*/
OBR_21: Hl7Field;
/**
* Results Rpt/Status Chng - Date/Time
*/
OBR_22: Hl7Field;
/**
* Charge to Practice
*/
OBR_23: Hl7Field;
/**
* Diagnostic Serv Sect ID
*/
OBR_24: Hl7Field;
/**
* Result Status
*/
OBR_25: Hl7Field;
/**
* Parent Result
*/
OBR_26: Hl7Field;
/**
* Quantity/Timing
*/
OBR_27: Hl7Field;
/**
* Result Copies To
*/
OBR_28: Hl7Field;
/**
* Parent Number
*/
OBR_29: Hl7Field;
/**
* Transportation Mode
*/
OBR_30: Hl7Field;
/**
* Reason for Study
*/
OBR_31: Hl7Field;
/**
* Principal Result Interpreter
*/
OBR_32: Hl7Field;
/**
* Assistant Result Interpreter
*/
OBR_33: Hl7Field;
/**
* Technician
*/
OBR_34: Hl7Field;
/**
* Transcriptionist
*/
OBR_35: Hl7Field;
/**
* Scheduled Date/Time
*/
OBR_36: Hl7Field;
/**
* Number of Sample Containers *
*/
OBR_37: Hl7Field;
/**
* Transport Logistics of Collected Sample
*/
OBR_38: Hl7Field;
/**
* Collectors Comment *
*/
OBR_39: Hl7Field;
/**
* Transport Arrangement Responsibility
*/
OBR_40: Hl7Field;
/**
* Transport Arranged
*/
OBR_41: Hl7Field;
/**
* Escort Required
*/
OBR_42: Hl7Field;
/**
* Planned Patient Transport Comment
*/
OBR_43: Hl7Field;
/**
* Procedure Code
*/
OBR_44: Hl7Field;
/**
* Procedure Code Modifier
*/
OBR_45: Hl7Field;
/**
* Placer Supplemental Service Information
*/
OBR_46: Hl7Field;
/**
* Filler Supplemental Service Information
*/
OBR_47: Hl7Field;
/**
* Medically Necessary Duplicate Procedure Reason.
*/
OBR_48: Hl7Field;
/**
* Result Handling
*/
OBR_49: Hl7Field;
}