UNPKG

@dotbase/hl7-v2-message

Version:

Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.

193 lines (192 loc) 3.55 kB
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class OM1_Fields extends Hl7Fields { /** * Sequence Number - Test/Observation Master File */ OM1_1: Hl7Field; /** * Producers Service/Test/Observation ID */ OM1_2: Hl7Field; /** * Permitted Data Types */ OM1_3: Hl7Field; /** * Specimen Required */ OM1_4: Hl7Field; /** * Producer ID */ OM1_5: Hl7Field; /** * Observation Description */ OM1_6: Hl7Field; /** * Other Service/Test/Observation IDs for the Observation */ OM1_7: Hl7Field; /** * Other Names */ OM1_8: Hl7Field; /** * Preferred Report Name for the Observation */ OM1_9: Hl7Field; /** * Preferred Short Name or Mnemonic for Observation */ OM1_10: Hl7Field; /** * Preferred Long Name for the Observation */ OM1_11: Hl7Field; /** * Orderability */ OM1_12: Hl7Field; /** * Identity of Instrument Used to Perform this Study */ OM1_13: Hl7Field; /** * Coded Representation of Method */ OM1_14: Hl7Field; /** * Portable Device Indicator */ OM1_15: Hl7Field; /** * Observation Producing Department/Section */ OM1_16: Hl7Field; /** * Telephone Number of Section */ OM1_17: Hl7Field; /** * Nature of Service/Test/Observation */ OM1_18: Hl7Field; /** * Report Subheader */ OM1_19: Hl7Field; /** * Report Display Order */ OM1_20: Hl7Field; /** * Date/Time Stamp for any change in Definition for the Observation */ OM1_21: Hl7Field; /** * Effective Date/Time of Change */ OM1_22: Hl7Field; /** * Typical Turn-Around Time */ OM1_23: Hl7Field; /** * Processing Time */ OM1_24: Hl7Field; /** * Processing Priority */ OM1_25: Hl7Field; /** * Reporting Priority */ OM1_26: Hl7Field; /** * Outside Site */ OM1_27: Hl7Field; /** * Address of Outside Site */ OM1_28: Hl7Field; /** * Phone Number of Outside Site */ OM1_29: Hl7Field; /** * Confidentiality Code */ OM1_30: Hl7Field; /** * Observations Required to Interpret the Observation */ OM1_31: Hl7Field; /** * Interpretation of Observations */ OM1_32: Hl7Field; /** * Contraindications to Observations */ OM1_33: Hl7Field; /** * Reflex Tests/Observations */ OM1_34: Hl7Field; /** * Rules that Trigger Reflex Testing */ OM1_35: Hl7Field; /** * Fixed Canned Message */ OM1_36: Hl7Field; /** * Patient Preparation */ OM1_37: Hl7Field; /** * Procedure Medication */ OM1_38: Hl7Field; /** * Factors that may Affect the Observation */ OM1_39: Hl7Field; /** * Service/Test/Observation Performance Schedule */ OM1_40: Hl7Field; /** * Description of Test Methods */ OM1_41: Hl7Field; /** * Kind of Quantity Observed */ OM1_42: Hl7Field; /** * Point Versus Interval */ OM1_43: Hl7Field; /** * Challenge Information */ OM1_44: Hl7Field; /** * Relationship Modifier */ OM1_45: Hl7Field; /** * Target Anatomic Site Of Test */ OM1_46: Hl7Field; /** * Modality Of Imaging Measurement */ OM1_47: Hl7Field; }