@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
173 lines (172 loc) • 3.15 kB
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class OM1_Fields extends Hl7Fields {
/**
* Segment Type ID
*/
OM1_1: Hl7Field;
/**
* Sequence Number - Test/ Observation Master File
*/
OM1_2: Hl7Field;
/**
* Producers test / observation ID
*/
OM1_3: Hl7Field;
/**
* Permitted Data Types
*/
OM1_4: Hl7Field;
/**
* Specimen Required
*/
OM1_5: Hl7Field;
/**
* Producer ID
*/
OM1_6: Hl7Field;
/**
* Observation Description
*/
OM1_7: Hl7Field;
/**
* Other test / observation IDs for the observation
*/
OM1_8: Hl7Field;
/**
* Other Names
*/
OM1_9: Hl7Field;
/**
* Preferred Report Name for the Observation
*/
OM1_10: Hl7Field;
/**
* Preferred Short Name or Mnemonic for Observation
*/
OM1_11: Hl7Field;
/**
* Preferred Long Name for the Observation
*/
OM1_12: Hl7Field;
/**
* Orderability
*/
OM1_13: Hl7Field;
/**
* Identity of instrument used to perform this study
*/
OM1_14: Hl7Field;
/**
* Coded Representation of Method
*/
OM1_15: Hl7Field;
/**
* Portable
*/
OM1_16: Hl7Field;
/**
* Observation producing department / section
*/
OM1_17: Hl7Field;
/**
* Telephone Number of Section
*/
OM1_18: Hl7Field;
/**
* Nature of test / observation
*/
OM1_19: Hl7Field;
/**
* Report Subheader
*/
OM1_20: Hl7Field;
/**
* Report Display Order
*/
OM1_21: Hl7Field;
/**
* Date / time stamp for any change in definition for obs
*/
OM1_22: Hl7Field;
/**
* Effective date / time of change
*/
OM1_23: Hl7Field;
/**
* Typical Turn-around Time
*/
OM1_24: Hl7Field;
/**
* Processing Time
*/
OM1_25: Hl7Field;
/**
* Processing Priority
*/
OM1_26: Hl7Field;
/**
* Reporting Priority
*/
OM1_27: Hl7Field;
/**
* Outside Site
*/
OM1_28: Hl7Field;
/**
* Address of Outside Site
*/
OM1_29: Hl7Field;
/**
* Phone Number of Outside Site
*/
OM1_30: Hl7Field;
/**
* Confidentiality Code
*/
OM1_31: Hl7Field;
/**
* Observations required to interpret the observation
*/
OM1_32: Hl7Field;
/**
* Interpretation of Observations
*/
OM1_33: Hl7Field;
/**
* Contraindications to Observations
*/
OM1_34: Hl7Field;
/**
* Reflex tests / observations
*/
OM1_35: Hl7Field;
/**
* Rules that Trigger Reflex Testing
*/
OM1_36: Hl7Field;
/**
* Fixed Canned Message
*/
OM1_37: Hl7Field;
/**
* Patient Preparation
*/
OM1_38: Hl7Field;
/**
* Procedure Medication
*/
OM1_39: Hl7Field;
/**
* Factors that may affect the observation
*/
OM1_40: Hl7Field;
/**
* Test / observation performance schedule
*/
OM1_41: Hl7Field;
/**
* Description of Test Methods
*/
OM1_42: Hl7Field;
}