UNPKG

@dotbase/hl7-v2-message

Version:

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

93 lines (92 loc) 1.56 kB
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class GOL_Fields extends Hl7Fields { /** * Action Code */ GOL_1: Hl7Field; /** * Action Date/Time */ GOL_2: Hl7Field; /** * Goal ID */ GOL_3: Hl7Field; /** * Goal Instance ID */ GOL_4: Hl7Field; /** * Episode of Care ID */ GOL_5: Hl7Field; /** * Goal List Priority */ GOL_6: Hl7Field; /** * Goal Established Date/Time */ GOL_7: Hl7Field; /** * Expected Goal Achieve Date/Time */ GOL_8: Hl7Field; /** * Goal Classification */ GOL_9: Hl7Field; /** * Goal Management Discipline */ GOL_10: Hl7Field; /** * Current Goal Review Status */ GOL_11: Hl7Field; /** * Current Goal Review Date/Time */ GOL_12: Hl7Field; /** * Next Goal Review Date/Time */ GOL_13: Hl7Field; /** * Previous Goal Review Date/Time */ GOL_14: Hl7Field; /** * Goal Review Interval */ GOL_15: Hl7Field; /** * Goal Evaluation */ GOL_16: Hl7Field; /** * Goal Evaluation Comment */ GOL_17: Hl7Field; /** * Goal Life Cycle Status */ GOL_18: Hl7Field; /** * Goal Life Cycle Status Date/Time */ GOL_19: Hl7Field; /** * Goal Target Type */ GOL_20: Hl7Field; /** * Goal Target Name */ GOL_21: Hl7Field; /** * Mood Code */ GOL_22: Hl7Field; }