UNPKG

@dotbase/hl7-v2-message

Version:

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

275 lines (274 loc) 7.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const Hl7Fields_1 = tslib_1.__importDefault(require("../../../model/Hl7Fields")); class GOL_Fields extends Hl7Fields_1.default { constructor() { super(...arguments); /** * Action Code */ this.GOL_1 = { index: 0, identifier: "GOL_1", description: "Action Code", length: 2, isOptional: false, isRepeatable: false, value: "", }; /** * Action Date/Time */ this.GOL_2 = { index: 1, identifier: "GOL_2", description: "Action Date/Time", length: undefined, isOptional: false, isRepeatable: false, value: "", }; /** * Goal ID */ this.GOL_3 = { index: 2, identifier: "GOL_3", description: "Goal ID", length: undefined, isOptional: false, isRepeatable: false, value: "", }; /** * Goal Instance ID */ this.GOL_4 = { index: 3, identifier: "GOL_4", description: "Goal Instance ID", length: undefined, isOptional: false, isRepeatable: false, value: "", }; /** * Episode of Care ID */ this.GOL_5 = { index: 4, identifier: "GOL_5", description: "Episode of Care ID", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Goal List Priority */ this.GOL_6 = { index: 5, identifier: "GOL_6", description: "Goal List Priority", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Goal Established Date/Time */ this.GOL_7 = { index: 6, identifier: "GOL_7", description: "Goal Established Date/Time", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Expected Goal Achieve Date/Time */ this.GOL_8 = { index: 7, identifier: "GOL_8", description: "Expected Goal Achieve Date/Time", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Goal Classification */ this.GOL_9 = { index: 8, identifier: "GOL_9", description: "Goal Classification", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Goal Management Discipline */ this.GOL_10 = { index: 9, identifier: "GOL_10", description: "Goal Management Discipline", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Current Goal Review Status */ this.GOL_11 = { index: 10, identifier: "GOL_11", description: "Current Goal Review Status", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Current Goal Review Date/Time */ this.GOL_12 = { index: 11, identifier: "GOL_12", description: "Current Goal Review Date/Time", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Next Goal Review Date/Time */ this.GOL_13 = { index: 12, identifier: "GOL_13", description: "Next Goal Review Date/Time", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Previous Goal Review Date/Time */ this.GOL_14 = { index: 13, identifier: "GOL_14", description: "Previous Goal Review Date/Time", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Goal Review Interval */ this.GOL_15 = { index: 14, identifier: "GOL_15", description: "Goal Review Interval", length: undefined, isOptional: false, isRepeatable: false, value: "", }; /** * Goal Evaluation */ this.GOL_16 = { index: 15, identifier: "GOL_16", description: "Goal Evaluation", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Goal Evaluation Comment */ this.GOL_17 = { index: 16, identifier: "GOL_17", description: "Goal Evaluation Comment", length: undefined, isOptional: true, isRepeatable: true, value: "", }; /** * Goal Life Cycle Status */ this.GOL_18 = { index: 17, identifier: "GOL_18", description: "Goal Life Cycle Status", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Goal Life Cycle Status Date/Time */ this.GOL_19 = { index: 18, identifier: "GOL_19", description: "Goal Life Cycle Status Date/Time", length: undefined, isOptional: true, isRepeatable: false, value: "", }; /** * Goal Target Type */ this.GOL_20 = { index: 19, identifier: "GOL_20", description: "Goal Target Type", length: undefined, isOptional: true, isRepeatable: true, value: "", }; /** * Goal Target Name */ this.GOL_21 = { index: 20, identifier: "GOL_21", description: "Goal Target Name", length: undefined, isOptional: true, isRepeatable: true, value: "", }; /** * Mood Code */ this.GOL_22 = { index: 21, identifier: "GOL_22", description: "Mood Code ", length: undefined, isOptional: false, isRepeatable: false, value: "", }; } } exports.default = GOL_Fields;